OBS User unknown
2008-11-17 16:32:01 +00:00
committed by Git OBS Bridge
parent 068502af22
commit 92c20eda49
4 changed files with 37 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ BuildRequires: libevent
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.3
Release: 9
Release: 10
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +45,7 @@ Source7: fw-client
Source8: fw-server
Source9: mkinitrd-setup.sh
Source10: mkinitrd-boot.sh
Source11: modprobe.nfs-utils
Patch0: nfs-utils-1.0.7-bind-syntax.patch
Patch1: nfs-utils-1.1.2-try-before-mount.patch
Patch2: nfs-utils-1.1.2-connect-UDP.patch
@@ -177,6 +178,8 @@ install -m 0644 %{SOURCE8} ${RPM_BUILD_ROOT}/etc/sysconfig/SuSEfirewall2.d/servi
install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
install -m 755 %{S:9} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-nfs.sh
install -m 755 %{S:10} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-nfs.sh
install -d $RPM_BUILD_ROOT/etc/modprobe.d
install -m 644 ${S:11} $RPM_BUILD_ROOT/etc/modprobe.d/nfs-utils
%clean
rm -rf $RPM_BUILD_ROOT
@@ -210,6 +213,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%config /etc/init.d/nfs
%config /etc/idmapd.conf
%dir /etc/modprobe.d
/etc/modprobe.d/nfs-utils
%dir /lib/mkinitrd
%dir /lib/mkinitrd/scripts
/lib/mkinitrd/scripts/setup-nfs.sh
@@ -281,6 +286,16 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
* Fri Nov 14 2008 nfbrown@suse.de
- nfsserver.init
* don't set version if nfsd already running.
doing that causes unhelpful error when trying
to start nfsserver when it is already running.
(bnc#427330)
- modprobe.nfs-utils
* arrange that when various nfs modules are loaded
the relevant values from /etc/sysctl.conf are set
(bnc#431306, bnc#443118)
* Fri Nov 07 2008 nfbrown@suse.de
- nfs.init
* fix typo in handling of "init.d/nfs status"