auto-import changelog data from am-utils-6.0.7-7.src.rpm

Wed May 29 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-7
- adjust the perl reqs so that the lostaltmail config files aren't required
    by RPM
Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 09 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-5
- rebuild in new environment
This commit is contained in:
cvsdist 2004-09-09 02:56:02 +00:00
parent 383e44be5e
commit 748b4b0552

View File

@ -1,7 +1,7 @@
Summary: Automount utilities including an updated version of Amd.
Name: am-utils
Version: 6.0.7
Release: 4
Release: 7
License: BSD
Epoch: 5
Group: System Environment/Daemons
@ -13,16 +13,13 @@ Source3: am-utils.sysconf
Source4: am-utils.net.map
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: gdbm-devel, hesiod-devel, openldap-devel
# XXX white out some (internal) perl Requires:
Provides: perl(::etc/global/lostaltmail.conf)
Provides: perl(::etc/local/lostaltmail.conf)
Provides: perl(::etc/os/lostaltmail.conf)
Requires: portmap, grep, gawk, findutils
Prereq: /sbin/install-info, /sbin/chkconfig, grep
Obsoletes: amd
# We need to filter out some perl requirements for now.
%define __find_requires %{_builddir}/%{name}-%{version}/find-requires
%description
Am-utils includes an updated version of Amd, the popular BSD
automounter. An automounter is a program which maintains a cache
@ -36,6 +33,9 @@ mounting and unmounting filesystems.
%prep
%setup -q
find_requires=`rpm --eval %%{__find_requires}`
echo "$find_requires | grep -v lostaltmail.conf" > find-requires
chmod +x find-requires
%build
%configure \
@ -114,6 +114,16 @@ fi
%{_libdir}/libamu.so.*.*
%changelog
* Wed May 29 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-7
- adjust the perl reqs so that the lostaltmail config files aren't required
by RPM
* Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu May 9 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-5
- rebuild in new environment
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-4
- rebuild in new environment