[quota] Remove unneeded cryptographic library build-time dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Sep 1 14:07:52 UTC 2011


commit 7ba26240cabd4a2d678e6b3acbf29ed2d0680652
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 30 17:21:43 2011 +0200

    Remove unneeded cryptographic library build-time dependencies

 quota.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/quota.spec b/quota.spec
index cf715e7..b70cb0f 100644
--- a/quota.spec
+++ b/quota.spec
@@ -5,15 +5,15 @@ Name: quota
 Summary: System administration tools for monitoring users' disk usage
 Epoch: 1
 Version: 4.00
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD and GPLv2+
 URL: http://sourceforge.net/projects/linuxquota/
 Group: System Environment/Base
 Requires: initscripts >= 6.38 tcp_wrappers
 Requires: quota-nls = %{epoch}:%{version}-%{release}
 Conflicts: kernel < 2.4
-BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel nss-devel
-BuildRequires: openldap-devel openssl-devel dbus-devel libnl-devel
+BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel
+BuildRequires: openldap-devel dbus-devel libnl-devel
 Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
 Source1: quota_nld.init
 Source2: quota_nld.sysconfig
@@ -214,6 +214,9 @@ fi
 
 
 %changelog
+* Tue Aug 30 2011 Petr Pisar <ppisar at redhat.com> - 1:4.00-2
+- Remove unneeded cryptographic library build-time dependencies
+
 * Tue Aug 23 2011 Petr Pisar <ppisar at redhat.com> - 1:4.00-1
 - 4.00 bump
 - Remove unneeded LDAP linking patch


More information about the scm-commits mailing list