From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4HmbLfc/rGK3ugAAbAwnHQ (envelope-from ) for ; Fri, 17 Jun 2022 10:48:55 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yBidLPc/rGLoMQAAG6o9tA (envelope-from ) for ; Fri, 17 Jun 2022 10:48:55 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 63E1BEE96 for ; Fri, 17 Jun 2022 10:48:55 +0200 (CEST) Received: from localhost ([::1]:33080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o27ev-000397-UW for larch@yhetil.org; Fri, 17 Jun 2022 04:48:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o27e6-00038q-Ql for guix-patches@gnu.org; Fri, 17 Jun 2022 04:48:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49768) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o27e6-0003lR-Hr for guix-patches@gnu.org; Fri, 17 Jun 2022 04:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o27e6-00074s-CJ for guix-patches@gnu.org; Fri, 17 Jun 2022 04:48:02 -0400 Subject: bug#49969: [PATCH v12 0/8] with fixed tests Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 17 Jun 2022 08:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49969 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: muradm Cc: 49969-done@debbugs.gnu.org Mail-Followup-To: 49969@debbugs.gnu.org, lars@6xq.net, mail@muradm.net Received: via spool by 49969-done@debbugs.gnu.org id=D49969.165545565927071 (code D ref 49969); Fri, 17 Jun 2022 08:48:02 +0000 Received: (at 49969-done) by debbugs.gnu.org; 17 Jun 2022 08:47:39 +0000 Received: from localhost ([127.0.0.1]:43665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o27dj-00072Y-8r for submit@debbugs.gnu.org; Fri, 17 Jun 2022 04:47:39 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:57962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o27dg-00071c-EZ for 49969-done@debbugs.gnu.org; Fri, 17 Jun 2022 04:47:38 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4LPXjX0x9Qz9sSg; Fri, 17 Jun 2022 10:47:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1655455648; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6kOaqIQJMIHGfAEIxM0K29Gx6kI9oKvVtKovK5MZLMw=; b=NIqmV+tqSLqHffB4fhMpB77dI/qdNAr4fjLoFu8ZNhgbum0FndkWMdv9ss6YYodaHCreYJ XtUq35In7lr3QfSFXD+Vw3R7zttTPWIg1bf+boBnMIHSqQKM8aIaDojJ2GMwI+SJq0MW+D WAwL2Z+XVlZB5KcVRz807tp9cR2GmNtW7pIiO1tHhHY3o2OOMvAI7a41Vz5Yos/V7iS3+v 0tnAxQTado+ok2iirxQqbUzJHU2Vhmx113uZXlkREiGCUt/68wewbZsGjGOCsCuZEGVwgm qaA6k7aK4wKBboCSlfPdcCUHgR8GJhRk+3qH2cX7vJrGO2xrKvPOR2QR74tFJw== Date: Fri, 17 Jun 2022 10:47:26 +0200 From: Lars-Dominik Braun Message-ID: References: <20220615091742.16880-1-mail@muradm.net> <87h74kh94l.fsf@muradm.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h74kh94l.fsf@muradm.net> X-Rspamd-Queue-Id: 4LPXjX0x9Qz9sSg X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655455735; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=6kOaqIQJMIHGfAEIxM0K29Gx6kI9oKvVtKovK5MZLMw=; b=YSgrtYBIo33UuDswr7yWg9SC87uMIQWCZSTOt/vqo3s2jkq1VyGJjBDqzzORKQWGZTmvaE s0VU60Tw7wHO7yxJVyWwImpBcRgdh93lsbBZiY43dLvCLIYs0RUtP+gib43TM8sLg0MC5w BQRcmurQCKl6bN3tqVJM0ukahixmQo+ZOqaRzNum6nsnCCIeGhdwJOvlQxAl0gfsUyPhk2 1DNcGYrKosr9m/7sF417bFvpm0lH3/TKSregZTb+P8PAgbjd2hC+1Duyt9D3eL3MaOd9Ub DkxxDpA85Ii4pSR+Qf+OzcQsuIgBRU39tYi8zmFuq5mUSpjGZwxzf4PvwuW3ew== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655455735; a=rsa-sha256; cv=none; b=TEED9rzm4E2m507xqHJ9q2acYXkNAj26qpn1KQNUHJ8qafcr9GJqMg2oU2H1TfbjdMEium vkLP8/gzZLbGcktUabfzGYFh0ABHETAdp4j0wgAR2tegAWyBopQtNsQh9OaQ9HAbCptMW/ /h1lL9kAF7I75nAQkL443h12HpY4zaVpMNUWs75Mlvaclmf/fPfp8GHEaEo8Kl4LeimRak 4WAEwRzkkPlUoqDZtTdC0beQQu3398ubljiVEgXcyV7FnTGE6nPBo5qhAi5S7uLd9g44ic wnKq6xuKBitqd9OAwKi53vn7Z+foQmpBjRgIVvnCUO8fXuEcGLQUklsVpj24wg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=NIqmV+tq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.11 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=NIqmV+tq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 63E1BEE96 X-Spam-Score: 5.11 X-Migadu-Scanner: scn0.migadu.com X-TUID: dyD53mvu+nae Hi, > Hi, is there anything else needed to be updated for merging? looks good to me. Merged. d6dda325c10a4aa8605fefa3906066ce792c2e81 gnu: desktop: Add seatd-service-type. 167b8f29b3679a23bb20f5ed4181738c389d9d89 gnu: admin: Add libseat 0.8.0 and move seatd. 530e0f02606a0e04818bdd792bb5239f7ee9e637 gnu: base: Add greetd-service-type. 32ca068cb9f98698bd1c29b980ecd4ae36caf795 gnu: admin: Add greetd-pam-mount. c08d56a161d1308e7c021acec3a57c3f559137de gnu: admin: Add greetd 0.8.0. 7943f9f170f099b3cae78cc897d4ac68649d03ee gnu: crates-io: Add rust-pam-sys 0.5.6. 7f7a075c3debc92168db7dbdf9a2a1ef3156b0ea gnu: crates-io: Add rust-enquote 1.1.0. Cheers, Lars