SHA256
1
0
forked from pool/quota
OBS User unknown
2008-04-14 20:21:23 +00:00
committed by Git OBS Bridge
parent 602ee234a9
commit 7fc012613e
3 changed files with 65 additions and 3 deletions

View File

@@ -12,9 +12,9 @@
Name: quota
BuildRequires: e2fsprogs-devel tcpd-devel
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
Version: 3.16
Release: 3
Release: 11
PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
Group: System/Filesystems
@@ -27,6 +27,7 @@ Patch1: %{name}-%{version}-makefile.patch
Patch2: %{name}-%{version}-man.patch
Patch3: %{name}-%{version}-warnquota.patch
Patch4: %{name}-%{version}-type.patch
Patch5: %{name}-%{version}-dbus_header_check.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -44,6 +45,7 @@ Authors:
Jan Kara <jack@suse.cz>
%package nfs
License: GPL v2 only
Summary: Disk Quota System on NFS
Group: System/Filesystems
Requires: quota = %version
@@ -72,6 +74,7 @@ Authors:
%patch2
%patch3
%patch4
%patch5
find -type d -name CVS -exec rm -rf {} \; -prune
find -type d | xargs chmod 755
@@ -81,7 +84,7 @@ aclocal --force
autoconf --force
%configure \
--sysconfdir=%{_sysconfdir} \
--disable-netlink
--enable-netlink
make CC="gcc"
%install
@@ -143,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT
%exclude /usr/include/rpcsvc/*
%changelog
* Mon Apr 14 2008 lmichnovic@suse.cz
- enabled compilation with netlink
- needed rewrite of configure check (*dbus_header_check.patch)
- added pkg-config into BuildReq
* Fri Mar 14 2008 lmichnovic@suse.cz
- excluding files /usr/include/rpcsvc/rquota.*
* Thu Mar 13 2008 lmichnovic@suse.cz