rpms/quota/devel quota.spec,1.56,1.57

Ondrej Vasik ovasik at fedoraproject.org
Tue Sep 29 11:56:06 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/quota/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11635

Modified Files:
	quota.spec 
Log Message:
add buildrequires for quota_nld, enable-netlink to build quota_nld (#526047)


Index: quota.spec
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/quota.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- quota.spec	18 Sep 2009 07:51:15 -0000	1.56
+++ quota.spec	29 Sep 2009 11:56:06 -0000	1.57
@@ -5,7 +5,7 @@ Name: quota
 Summary: System administration tools for monitoring users' disk usage
 Epoch: 1
 Version: 3.17
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD and GPLv2+
 URL: http://sourceforge.net/projects/linuxquota/
 Group: System Environment/Base
@@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 Requires: initscripts >= 6.38 tcp_wrappers e2fsprogs
 Conflicts: kernel < 2.4
 BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel nss-devel
-BuildRequires: openldap-devel openssl-devel
+BuildRequires: openldap-devel openssl-devel dbus-devel libnl-devel
 Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
 Patch0:	quota-3.06-warnquota.patch
 Patch1: quota-3.06-no-stripping.patch
@@ -66,7 +66,8 @@ done
 %if %{rpcsetquota}
 	--enable-rpcsetquota=yes \
 %endif
-	--enable-rootsbin
+	--enable-rootsbin \
+	--enable-netlink=yes
 make
 
 
@@ -114,6 +115,10 @@ rm -rf %{buildroot}
 %attr(0644,root,root) %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 29 2009 Ondrej Vasik <ovasik at redhat.com> 1:3.17-8
+- add buildrequires for quota_nld, enable-netlink to build
+  quota_nld (#526047)
+
 * Fri Sep 18 2009 Ondrej Vasik <ovasik at redhat.com> 1:3.17-7
 - Fix headers and structs in quotactl manpage(#524138)
 




More information about the scm-commits mailing list