From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id KNZmLNymp2EINwAAgWs5BA (envelope-from ) for ; Wed, 01 Dec 2021 17:46:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id sO8AKNymp2HVCQAAbx9fmQ (envelope-from ) for ; Wed, 01 Dec 2021 16:46:20 +0000 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 778982A6CC for ; Wed, 1 Dec 2021 17:46:20 +0100 (CET) Received: from localhost ([::1]:38832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msSkN-0006Ft-GF for larch@yhetil.org; Wed, 01 Dec 2021 11:46:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msShC-0003F0-DW for guix-patches@gnu.org; Wed, 01 Dec 2021 11:43:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33879) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1msShC-0002tJ-3w for guix-patches@gnu.org; Wed, 01 Dec 2021 11:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1msShB-0000RU-Sr for guix-patches@gnu.org; Wed, 01 Dec 2021 11:43:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51739] [PATCH 1/3] gnu: Add realmd. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Dec 2021 16:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51739 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: 51739@debbugs.gnu.org Received: via spool by 51739-submit@debbugs.gnu.org id=B51739.16383769701681 (code B ref 51739); Wed, 01 Dec 2021 16:43:01 +0000 Received: (at 51739) by debbugs.gnu.org; 1 Dec 2021 16:42:50 +0000 Received: from localhost ([127.0.0.1]:45425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msSgo-0000Qp-NJ for submit@debbugs.gnu.org; Wed, 01 Dec 2021 11:42:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msSgm-0000QZ-9p for 51739@debbugs.gnu.org; Wed, 01 Dec 2021 11:42:36 -0500 Received: from [2001:470:142:3::e] (port=57030 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msSge-0002pw-DD; Wed, 01 Dec 2021 11:42:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=hETswaN/sJmVLmwjNSbBgRXdCIQ1JCg61MjQ5SpKaMc=; b=GIq+S5D+MAGRt4o9UIN9 2StsF0tILlLgRnVQ5tTFra2mb99KJ1CIxYWeeYOh2x9y9MGJHtCGZ2GHdF93jHQWxPgXs1lUcY6fG CS7l6Z1bIgRg2d0hqYA7Cr89J8wt74iy3zVGMJ6aBIpTUkyNOeBLWMJmTjLaq8HIwrTpryxexO+vS F1r5dIWyony1Ujsn3nqIMBCysuihzKMW77b6XzFGk+mL54OvXZWxgKfc3zKOUTpT64nhtj+dkoQ6W oVY2+QzwjQlDRGQSik2Towhe4B8tHC7xiDgfQoljboCw45XjwSq7B+dAG06EyAXCnzK0torY5YFtn ZoyY4Fu0CjNaGg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53225 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msSge-0000Ul-7f; Wed, 01 Dec 2021 11:42:28 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 01 Dec 2021 17:42:25 +0100 In-Reply-To: (phodina@protonmail.com's message of "Wed, 10 Nov 2021 03:04:19 +0000") Message-ID: <87h7bs1dla.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638377180; 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: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=hETswaN/sJmVLmwjNSbBgRXdCIQ1JCg61MjQ5SpKaMc=; b=dP+WMBj7YM7tXX785wxoQzZQubPUAKNtLHS5HQPm+pKb1gCpy7gByn6Vg9CGu4FgHAE7Lo irp9CA0DkEnq04Ysh/yn4/zNuS2D8OEoJShQtBU728qsDETELY7CjVdopOj4B/yw874Mli DMtQ003ASqr0GSRIu5bILEAr71H+6EPoLUf53hi+/TKcleP5AYTI1uJIz49qNwTMP66iO2 goow5YhaU9juZbemDQqZifC0jwRbjVsBGCrapN+ZaqePGCTKSNsAYRBtP/dB0tvwwk4Psb 4325r6/KjVBL/aJcSNA/e4fOUNaDgjqMQ4/pj3VIlJIBTwnOnvXzMlR79lgEIA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638377180; a=rsa-sha256; cv=none; b=Yj8rNNL93llAhXC/keUZL9N4g0SL1izVwE6EdF7hgGVC4bJpDPCxsBD9L1KNwg0GdM6ska nIyCdHtVTNiqFkB66dwX0JhaOUqhi9Vc1lKR9FpCXm0nIYqczTxAoonQ7eSb/fxcbNjWI3 RGQoVVWun3PFKY791IA+mk+Uz5wUdtWvGA4SJeoV05xbNq7fVjlBWtTDgkjkv4qA0zDbwj FqmBUZOmw23iE2LxiJ8UiIJJPPPgL4svUJkEjkX7vc6oa7SWxs+v8Bw5A+f7a/g292FEz/ p7dHgAIlqBB8aUsze7RkTHI6uB1+Cwz7SeLeY793gtnchWysB8ao0GeRWShUqQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=GIq+S5D+; dmarc=pass (policy=none) header.from=gnu.org; 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: -3.61 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=GIq+S5D+; dmarc=pass (policy=none) header.from=gnu.org; 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: 778982A6CC X-Spam-Score: -3.61 X-Migadu-Scanner: scn0.migadu.com X-TUID: WRwoKT6Y2B3W Hi, phodina skribis: > * gnu/packages/admin.scm (realmd): New variable. > * gnu/packages/patches/realmd-remove-distro-detection.patch: New file. > * gnu/local.mk: Add patch. [...] > + (synopsis > + "DBus service for configuring kerberos and other online identities") > + (description > + "Dbus system service that manages discovery and enrollment in > +realms/domains like Active Directory or IPA.") Could you improve on it as per ? > + (home-page "https://www.freedesktop.org/software/realmd/") > + (license license:lgpl2.1))) Isn=E2=80=99t it =E2=80=98lgpl2.1+=E2=80=99? This is the case unless the a= uthors explicitly omitted the =E2=80=9Cor any later version=E2=80=9D wording. > +-AC_ARG_WITH([distro], > +- [AS_HELP_STRING([--with-distro], > +- [Configure for a specific distribution (eg:= redhat)] > +- )], > +- [DISTRO=3D$withval], > +- [DISTRO=3D]) > +- > +-if test -z $DISTRO; then > +- AC_CHECK_FILE(/etc/redhat-release, [DISTRO=3D"redhat"]) > +- AC_CHECK_FILE(/etc/debian_version, [DISTRO=3D"debian"]) > +- AC_CHECK_FILE(/etc/SuSE-release, [DISTRO=3D"suse"]) > +- > +- # Not customized for these yet > +- dnl AC_CHECK_FILE(/etc/gentoo-release, [DISTRO=3D"gentoo"]) > +- dnl AC_CHECK_FILE(/etc/slackware-version, [DISTRO=3D"slackware"]) > +- > +-fi > +- > +-if test -z $DISTRO; then > +- AC_MSG_ERROR([Couldn't detect the distro to configure for. Specify one= with --with-distro]) > +-fi Rather than adding this patch, I think you can do: #:configure-flags '("--with-distro=3DGNU Guix") Could you send an updated patch? Thanks, Ludo=E2=80=99.