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

Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-4
- rebuild in new environment
Sat Jan 26 2002 Jeff Johnson <jbj@redhat.com>
- add Provides: to white out certain perl Requires:
Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-2
- rebuild in new environment
- require gdbm-devel at build-time instead of db1-devel
Thu Sep 06 2001 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-1
- update to 6.0.7, fixing EIO on access bugs (#53251)
- back out nfs3 patch; no longer needed for current kernels
- don't explicitly strip binaries; let the buildroot policies handle it
This commit is contained in:
cvsdist 2004-09-09 02:55:56 +00:00
parent 7d203072e1
commit 383e44be5e
3 changed files with 30 additions and 11 deletions

View File

@ -1 +1 @@
am-utils-6.0.6.tar.gz
am-utils-6.0.7.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Automount utilities including an updated version of Amd.
Name: am-utils
Version: 6.0.6
Release: 3
Version: 6.0.7
Release: 4
License: BSD
Epoch: 5
Group: System Environment/Daemons
@ -11,9 +11,14 @@ Source1: am-utils.init
Source2: am-utils.conf
Source3: am-utils.sysconf
Source4: am-utils.net.map
Patch: am-utils-6.0.4-nfs3.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: db1-devel, openldap-devel
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
@ -31,12 +36,12 @@ mounting and unmounting filesystems.
%prep
%setup -q
%patch -p1 -b .nfs3
autoheader
autoconf
%build
%configure --enable-shared --enable-libs="-lnsl -lresolv" --disable-amq-mount
%configure \
--enable-shared \
--enable-am-cflags="$RPM_OPT_FLAGS" \
--enable-libs="-lnsl -lresolv"
make
%install
@ -45,7 +50,6 @@ rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d}
install -m 755 $RPM_SOURCE_DIR/am-utils.sysconf $RPM_BUILD_ROOT/etc/sysconfig/amd
install -m 755 $RPM_SOURCE_DIR/am-utils.init $RPM_BUILD_ROOT/etc/rc.d/init.d/amd
strip $RPM_BUILD_ROOT/usr/sbin/* $RPM_BUILD_ROOT/usr/bin/* || :
gzip -q9f $RPM_BUILD_ROOT/%{_infodir}/*info*
mkdir -p $RPM_BUILD_ROOT/.automount
rm -f $RPM_BUILD_ROOT/usr/sbin/ctl-amd
@ -110,6 +114,21 @@ fi
%{_libdir}/libamu.so.*.*
%changelog
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-4
- rebuild in new environment
* Sat Jan 26 2002 Jeff Johnson <jbj@redhat.com>
- add Provides: to white out certain perl Requires:
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-2
- rebuild in new environment
- require gdbm-devel at build-time instead of db1-devel
* Thu Sep 6 2001 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-1
- update to 6.0.7, fixing EIO on access bugs (#53251)
- back out nfs3 patch; no longer needed for current kernels
- don't explicitly strip binaries; let the buildroot policies handle it
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild

View File

@ -1 +1 @@
090524b535af2cdf01112278c2f697b9 am-utils-6.0.6.tar.gz
76a95778c5ad1e41699e15f1d668e89e am-utils-6.0.7.tar.gz