From patchwork Fri Feb 17 15:55:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6553 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PJGc832b1z3x1h for ; Fri, 17 Feb 2023 15:55:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PJGc6117rzwd; Fri, 17 Feb 2023 15:55:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJGc55tcdz2ylM; Fri, 17 Feb 2023 15:55:17 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PJGc43R6Vz2xGx for ; Fri, 17 Feb 2023 15:55:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PJGc34ZVWzjs; Fri, 17 Feb 2023 15:55:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676649315; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sR0JciSmvBTx/NkmjA6sVa6JB8KBPr7Cmzf76NLkkTE=; b=NVw35b7poV1XPPkTTSiZhtFHUKsByXupkaLZAxZn4U8jIOOjMlwNkNmoy2+E2jbiA9AZKS 69FR+s3vIXhmxyCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676649315; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sR0JciSmvBTx/NkmjA6sVa6JB8KBPr7Cmzf76NLkkTE=; b=qOanyZ6HiAGmzDtPj1/maWrzuK4hH/La3Ebn4GXVaZzZ9Un4df65xF9IQ0uc95sWGJ3qf5 UunlOF/nIeD2L/M1N9anzLnilub+P956fUim0s3W5ajA7eBFx3vz7WtCDTC3o/a6cXWepj r9D8LFGg9pkhzSurHwSAlN/Le3NiesqO+3adrQNCvXjlOMZpVYlYgiqALBaVk2yjHrnRZQ AgKgcfHFsAL9q3QbpbU0vs8sW5SFh30Km5PrXnS+ARHxq47+sowbbi/jXQyFY7pCGOMmhi S42WqtHfrcF9wbBLTHa5da3GOmaaSPQI8lOShQxJ5w/4xVLr4nWRV7JUvRyTzw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] sssd: Cleanup Makefile Date: Fri, 17 Feb 2023 16:55:07 +0100 Message-Id: <20230217155509.3172-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- sssd/sssd.nm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sssd/sssd.nm b/sssd/sssd.nm index 5a8742ea8..d76a0402c 100644 --- a/sssd/sssd.nm +++ b/sssd/sssd.nm @@ -28,8 +28,6 @@ build requires /usr/bin/nsupdate - autoconf - automake c-ares-devel cifs-utils-devel >= 6.6 curl-devel @@ -97,14 +95,6 @@ build end end -quality-agent - whitelist_rpath - %{libdir}/sssd - %{libdir}:%{libdir}/sssd - %{libdir}/sssd:%{libdir} - end -end - packages package %{name} groups += Base @@ -113,8 +103,6 @@ packages %{sysconfdir}/sssd/sssd.conf end - prerequires += systemd-units - script postin systemctl daemon-reload >/dev/null 2>&1 || : end