forked from pool/nfs-utils
Accepting request 847812 from home:jengelh:branches:Base:System
- Add missing ldconfig calls for libnfsidmap1. [that is, unless there are already concrete plans to employ file triggers instead] - Throw out some remaining old rpm constructs. OBS-URL: https://build.opensuse.org/request/show/847812 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=232
This commit is contained in:
parent
dfb68c7b71
commit
b9cd513fd7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 11 13:31:48 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add missing ldconfig calls for libnfsidmap1.
|
||||||
|
- Throw out some remaining old rpm constructs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 29 15:21:57 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
Thu Oct 29 15:21:57 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
@ -60,7 +60,6 @@ BuildRequires: pkgconfig(libtirpc)
|
|||||||
BuildRequires: pkgconfig(mount)
|
BuildRequires: pkgconfig(mount)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
Suggests: python-base
|
Suggests: python-base
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -243,11 +242,14 @@ fi
|
|||||||
%postun -n nfs-kernel-server
|
%postun -n nfs-kernel-server
|
||||||
%service_del_postun nfs-mountd.service nfs-server.service nfsdcld.service
|
%service_del_postun nfs-mountd.service nfs-server.service nfsdcld.service
|
||||||
|
|
||||||
|
%post -n libnfsidmap1 -p /sbin/ldconfig
|
||||||
|
%postun -n libnfsidmap1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%verifyscript -n nfs-kernel-server
|
%verifyscript -n nfs-kernel-server
|
||||||
%verify_permissions -e /var/lib/nfs/rmtab
|
%verify_permissions -e /var/lib/nfs/rmtab
|
||||||
|
|
||||||
%files -n nfs-client
|
%files -n nfs-client
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%config %{_sysconfdir}/idmapd.conf
|
%config %{_sysconfdir}/idmapd.conf
|
||||||
%config %{_sysconfdir}/nfsmount.conf
|
%config %{_sysconfdir}/nfsmount.conf
|
||||||
%config %{_sysconfdir}/nfs.conf
|
%config %{_sysconfdir}/nfs.conf
|
||||||
@ -330,7 +332,6 @@ fi
|
|||||||
%ghost %{_localstatedir}/lib/nfs/state
|
%ghost %{_localstatedir}/lib/nfs/state
|
||||||
|
|
||||||
%files -n nfs-kernel-server
|
%files -n nfs-kernel-server
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_unitdir}/nfs-mountd.service
|
%{_unitdir}/nfs-mountd.service
|
||||||
%{_unitdir}/nfs-mountd.service.d
|
%{_unitdir}/nfs-mountd.service.d
|
||||||
%{_unitdir}/nfs-server.service
|
%{_unitdir}/nfs-server.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user