add buildrequires for quota_nld, enable-netlink to build quota_nld
(#526047)
This commit is contained in:
parent
4e78abec7f
commit
dda9deb1d2
11
quota.spec
11
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 <ovasik@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@redhat.com> 1:3.17-7
|
||||
- Fix headers and structs in quotactl manpage(#524138)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user