diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | nfs-utils.spec | 5 | ||||
-rw-r--r-- | nfs-utils.spec.in | 5 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2000-11-10 H.J. Lu <hjl@lucon.org> + + * nfs-utils.spec.in: Don't use libtool. + Add ChangeLog and COPYING to doc. + * nfs-utils.spec: Rebuild. + 2000-11-09 H.J. Lu <hjl@lucon.org> * etc/redhat/nfs.init (start): Back out the last change. diff --git a/nfs-utils.spec b/nfs-utils.spec index ba1e758..57ddd52 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,3 +1,6 @@ +# We don't use libtool. +%define __libtoolize : + Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 0.2.1 @@ -89,4 +92,4 @@ fi /usr/sbin/showmount %{_mandir}/man?/* %config /etc/rc.d/init.d/nfslock -%doc README +%doc README ChangeLog COPYING diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in index 156c7c1..e135e81 100644 --- a/nfs-utils.spec.in +++ b/nfs-utils.spec.in @@ -1,3 +1,6 @@ +# We don't use libtool. +%define __libtoolize : + Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: @VERSION@ @@ -89,4 +92,4 @@ fi /usr/sbin/showmount %{_mandir}/man?/* %config /etc/rc.d/init.d/nfslock -%doc README +%doc README ChangeLog COPYING |