From patchwork Thu Oct 12 00:27:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1458 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 3A68C60C05 for ; Wed, 11 Oct 2017 15:23:11 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 0A8A82834; Wed, 11 Oct 2017 15:23:09 +0200 (CEST) Received: from tuxedo.stevee (unknown [46.125.250.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 8E1AB2A00; Wed, 11 Oct 2017 15:17:34 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] krb5: Fix dependencies of krb5-devel package Date: Wed, 11 Oct 2017 15:27:20 +0200 Message-Id: <20171011132720.4417-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 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" In commit 6ea98370152c0de4d0da35fe58708a3dba574895 the support for SElinux has been removed from krb5. Accidently selinux-devel has been keept as a dependency when installing the development package. This commit removes this kind of dependency. Signed-off-by: Stefan Schantl --- krb5/krb5.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/krb5/krb5.nm b/krb5/krb5.nm index 62065a9..6370a9c 100644 --- a/krb5/krb5.nm +++ b/krb5/krb5.nm @@ -8,7 +8,7 @@ name = krb5 version = %{version_maj} version_maj= 1.15 version_min= -release = 1 +release = 2 groups = System/Libraries url = http://web.mit.edu/kerberos/www/ @@ -179,7 +179,6 @@ packages requires libcom_err-devel - libselinux-devel end end