use generic linux/nfs_mount.h check
This commit is contained in:
parent
11553a7ccc
commit
2bbf03ce59
@ -1,7 +1,7 @@
|
||||
Summary: Automount utilities including an updated version of Amd.
|
||||
Name: am-utils
|
||||
Version: 6.1.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSD
|
||||
Epoch: 5
|
||||
Group: System Environment/Daemons
|
||||
@ -11,6 +11,7 @@ Source1: am-utils.init
|
||||
Source2: am-utils.conf
|
||||
Source3: am-utils.sysconf
|
||||
Source4: am-utils.net.map
|
||||
Patch1: am-utils-6.1.1-linuxNfsMountCheck.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildPrereq: gdbm-devel, hesiod-devel, openldap-devel autoconf automake libtool
|
||||
Requires: portmap, grep, gawk, findutils
|
||||
@ -34,6 +35,8 @@ mounting and unmounting filesystems.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .linuxNfsMountCheck
|
||||
autoconf
|
||||
|
||||
find_requires=%{old_find_requires}
|
||||
echo "$find_requires | grep -v lostaltmail.conf" > find-requires
|
||||
@ -128,6 +131,9 @@ fi
|
||||
%{_libdir}/libamu.so*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 25 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.1-2
|
||||
- use generic linux/nfs_mount.h check
|
||||
|
||||
* Fri Aug 19 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.1-1
|
||||
- upgrade 6.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user