forked from pool/nfs-utils
- Remove nfs-doc package. The documentation is 20 years old
and barely relevant. (bsc#1171448) - improvements for 64bit time - improvements for SASL referrals - Rename clddb-tool to nfsdclddb - New tools nfsdclnts - Better python3 support - many bug-fixes OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=228
This commit is contained in:
parent
d7bfb5ad92
commit
12dc548a18
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 06:24:22 UTC 2020 - Neil Brown <nfbrown@suse.com>
|
||||
|
||||
- Remove nfs-doc package. The documentation is 20 years old
|
||||
and barely relevant.
|
||||
(bsc#1171448)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 16:05:08 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
@ -5,6 +12,13 @@ Tue Jul 14 16:05:08 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||
Dropped patch accepted upstream:
|
||||
0001-conffile-Don-t-give-warning-for-optional-config-file.patch
|
||||
|
||||
- improvements for 64bit time
|
||||
- improvements for SASL referrals
|
||||
- Rename clddb-tool to nfsdclddb
|
||||
- New tools nfsdclnts
|
||||
- Better python3 support
|
||||
- many bug-fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 10:02:18 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -29,9 +29,6 @@ License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/NFS
|
||||
URL: http://kernel.org/pub/linux/utils/nfs-utils/
|
||||
Source0: http://kernel.org/pub/linux/utils/nfs-utils/%{version}/nfs-utils-%{version}.tar.xz
|
||||
# Download does not work:
|
||||
# Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.bz2
|
||||
Source1: nfs.doc.tar.bz2
|
||||
Source4: sysconfig.nfs
|
||||
Source11: idmapd.conf
|
||||
Source12: statd-user.conf
|
||||
@ -127,18 +124,8 @@ In NFSv4, identities of users are conveyed by names rather than user ID
|
||||
and group ID. Both the NFS server and client code in the kernel need to
|
||||
translate these to numeric IDs.
|
||||
|
||||
%package -n nfs-doc
|
||||
Summary: Support Utilities for NFS
|
||||
Group: Productivity/Networking/NFS
|
||||
Requires: latex2html-pngicons
|
||||
Obsoletes: nfs-utils < 1.1.0
|
||||
Supplements: (nfs-utils and patterns-base-documentation)
|
||||
|
||||
%description -n nfs-doc
|
||||
This package contains additional NFS documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -a 1
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
@ -159,14 +146,6 @@ export LDFLAGS="-pie"
|
||||
--enable-mountconfig
|
||||
make %{?_smp_mflags}
|
||||
%sysusers_generate_pre %{SOURCE12} statd
|
||||
cd nfs
|
||||
for i in *.html ; do
|
||||
sed -i \
|
||||
-e "s@%{_prefix}/lib/latex2html/icons.png/next_motif.png@%{_datadir}/latex2html/icons/next.png@" \
|
||||
-e "s@%{_prefix}/lib/latex2html/icons.png/up_motif_gr.png@%{_datadir}/latex2html/icons/up.png@" \
|
||||
-e "s@%{_prefix}/lib/latex2html/icons.png/previous_motif_gr.png@%{_datadir}/latex2html/icons/prev.png@" \
|
||||
$i
|
||||
done
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
@ -279,7 +258,8 @@ fi
|
||||
/sbin/umount.nfs4
|
||||
%attr(0755,root,root) %{_sbindir}/mountstats
|
||||
%attr(0755,root,root) %{_sbindir}/nfsiostat
|
||||
%{_sbindir}/clddb-tool
|
||||
%{_sbindir}/nfsdclddb
|
||||
%{_sbindir}/nfsdclnts
|
||||
%{_sbindir}/nfsdcld
|
||||
%{_sbindir}/nfsidmap
|
||||
%{_sbindir}/nfsstat
|
||||
@ -313,7 +293,8 @@ fi
|
||||
%dir /usr/lib/systemd/system-generators
|
||||
/usr/lib/systemd/system-generators/nfs-server-generator
|
||||
/usr/lib/systemd/system-generators/rpc-pipefs-generator
|
||||
%{_mandir}/man8/clddb-tool.8%{ext_man}
|
||||
%{_mandir}/man8/nfsdclddb.8%{ext_man}
|
||||
%{_mandir}/man8/nfsdclnts.8%{ext_man}
|
||||
%{_mandir}/man5/nfsmount.conf.5%{ext_man}
|
||||
%{_mandir}/man5/nfs.conf.5%{ext_man}
|
||||
%{_mandir}/man5/nfs.5%{ext_man}
|
||||
@ -384,8 +365,4 @@ fi
|
||||
%{_mandir}/man3/*
|
||||
%doc support/nfsidmap/README
|
||||
|
||||
%files -n nfs-doc
|
||||
%defattr(-,root,root)
|
||||
%doc nfs/*.html nfs/*.ps
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8182ddf316a1c72b4edaf982b3f4a76542b6ac792b451e314792dc6b3318210e
|
||||
size 69695
|
Loading…
x
Reference in New Issue
Block a user