From dda9deb1d2d1d9062e23a9f0fb1157bd05c21f0e Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Tue, 29 Sep 2009 11:56:06 +0000 Subject: [PATCH] add buildrequires for quota_nld, enable-netlink to build quota_nld (#526047) --- quota.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/quota.spec b/quota.spec index 1e7d801..3dba361 100644 --- a/quota.spec +++ b/quota.spec @@ -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}-%{release}-root-%(%{__id_u} -n) 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 1:3.17-8 +- add buildrequires for quota_nld, enable-netlink to build + quota_nld (#526047) + * Fri Sep 18 2009 Ondrej Vasik 1:3.17-7 - Fix headers and structs in quotactl manpage(#524138)