From unknown Fri Aug 15 15:34:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39923] [PATCH] system: Export 'operating-system' missing fields. Resent-From: Brice Waegeneire Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Mar 2020 10:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39923 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39923@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158340473720107 (code B ref -1); Thu, 05 Mar 2020 10:39:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2020 10:38:57 +0000 Received: from localhost ([127.0.0.1]:42222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nu5-0005EF-Ki for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:38:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:44476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nu3-0005E7-Mx for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:38:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9nu2-00064m-Nf for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, TVD_SPACE_RATIO autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9nu1-0002W0-FC for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:54 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:42533) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9nu1-0002P7-9V for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:53 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 8BF5A1C0007 for ; Thu, 5 Mar 2020 10:38:49 +0000 (UTC) From: Brice Waegeneire Date: Thu, 5 Mar 2020 11:38:42 +0100 Message-Id: <20200305103842.7339-1-brice@waegenei.re> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/system.scm: Export 'operating-system-firmware', 'operating-system-keyboard-layout', 'operating-system-name-service-switch', 'operating-system-pam-services', 'operating-system-setuid-programs', ' [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. 2.5 TVD_SPACE_RATIO_MINFP Space ratio X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/system.scm: Export 'operating-system-firmware', 'operating-system-keyboard-layout', 'operating-system-name-service-switch', 'operating-system-pam-services', 'operating-system-setuid-programs', 'operating-system-skeletons', 'operating-system-sudoers-file', 'operating-system-swap-devices'. --- gnu/system.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/system.scm b/gnu/system.scm index 2e6d03272d..cfc730a41c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -100,6 +100,14 @@ operating-system-user-accounts operating-system-shepherd-service-names operating-system-user-kernel-arguments + operating-system-firmware + operating-system-keyboard-layout + operating-system-name-service-switch + operating-system-pam-services + operating-system-setuid-programs + operating-system-skeletons + operating-system-sudoers-file + operating-system-swap-devices operating-system-derivation operating-system-profile -- 2.25.0 From unknown Fri Aug 15 15:34:00 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brice Waegeneire Subject: bug#39923: closed (Re: [bug#39923] [PATCH] system: Export 'operating-system' missing fields.) Message-ID: References: <87blp6a9g4.fsf@gnu.org> <20200305103842.7339-1-brice@waegenei.re> X-Gnu-PR-Message: they-closed 39923 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39923@debbugs.gnu.org Date: Sun, 08 Mar 2020 20:17:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1583698622-16906-1" This is a multi-part message in MIME format... ------------=_1583698622-16906-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39923: [PATCH] system: Export 'operating-system' missing fields. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 39923@debbugs.gnu.org. --=20 39923: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39923 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1583698622-16906-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39923-done) by debbugs.gnu.org; 8 Mar 2020 20:16:53 +0000 Received: from localhost ([127.0.0.1]:49304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jB2M0-0004OB-T8 for submit@debbugs.gnu.org; Sun, 08 Mar 2020 16:16:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jB2Lz-0004Nv-Dn for 39923-done@debbugs.gnu.org; Sun, 08 Mar 2020 16:16:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jB2Lt-0004mi-On; Sun, 08 Mar 2020 16:16:45 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36534 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jB2Lt-0006PV-Be; Sun, 08 Mar 2020 16:16:45 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brice Waegeneire Subject: Re: [bug#39923] [PATCH] system: Export 'operating-system' missing fields. References: <20200305103842.7339-1-brice@waegenei.re> Date: Sun, 08 Mar 2020 21:16:43 +0100 In-Reply-To: <20200305103842.7339-1-brice@waegenei.re> (Brice Waegeneire's message of "Thu, 5 Mar 2020 11:38:42 +0100") Message-ID: <87blp6a9g4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39923-done Cc: 39923-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Brice, Brice Waegeneire skribis: > * gnu/system.scm: Export 'operating-system-firmware', > 'operating-system-keyboard-layout', > 'operating-system-name-service-switch', 'operating-system-pam-services', > 'operating-system-setuid-programs', 'operating-system-skeletons', > 'operating-system-sudoers-file', 'operating-system-swap-devices'. Applied, thanks! Ludo=E2=80=99. ------------=_1583698622-16906-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Mar 2020 10:38:57 +0000 Received: from localhost ([127.0.0.1]:42222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nu5-0005EF-Ki for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:38:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:44476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nu3-0005E7-Mx for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:38:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9nu2-00064m-Nf for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, TVD_SPACE_RATIO autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9nu1-0002W0-FC for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:54 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:42533) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9nu1-0002P7-9V for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:53 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 8BF5A1C0007 for ; Thu, 5 Mar 2020 10:38:49 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH] system: Export 'operating-system' missing fields. Date: Thu, 5 Mar 2020 11:38:42 +0100 Message-Id: <20200305103842.7339-1-brice@waegenei.re> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/system.scm: Export 'operating-system-firmware', 'operating-system-keyboard-layout', 'operating-system-name-service-switch', 'operating-system-pam-services', 'operating-system-setuid-programs', ' [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. 2.5 TVD_SPACE_RATIO_MINFP Space ratio X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/system.scm: Export 'operating-system-firmware', 'operating-system-keyboard-layout', 'operating-system-name-service-switch', 'operating-system-pam-services', 'operating-system-setuid-programs', 'operating-system-skeletons', 'operating-system-sudoers-file', 'operating-system-swap-devices'. --- gnu/system.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/system.scm b/gnu/system.scm index 2e6d03272d..cfc730a41c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -100,6 +100,14 @@ operating-system-user-accounts operating-system-shepherd-service-names operating-system-user-kernel-arguments + operating-system-firmware + operating-system-keyboard-layout + operating-system-name-service-switch + operating-system-pam-services + operating-system-setuid-programs + operating-system-skeletons + operating-system-sudoers-file + operating-system-swap-devices operating-system-derivation operating-system-profile -- 2.25.0 ------------=_1583698622-16906-1--