1
0
forked from pool/nfs-utils

Accepting request 23905 from home:neilbrown:branches:Base:System

Copy from home:neilbrown:branches:Base:System/nfs-utils via accept of submit request 23905 revision 2.
Request was accepted with message:
ok.

the install-strip should be install in .spec, as our
build strips out debuginfo automaticaslly...
but perhaps this was intended.

OBS-URL: https://build.opensuse.org/request/show/23905
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=4
This commit is contained in:
Marcus Meissner 2009-11-05 14:52:01 +00:00 committed by Git OBS Bridge
parent 300a0cb74b
commit ee104f3354
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Thu Nov 5 03:16:22 UTC 2009 - nfbrown@novell.com
* implement try-restart in a more gentle fashion * implement try-restart in a more gentle fashion
so that active mounts are not lost. Also allow so that active mounts are not lost. Also allow
for the fact that binary has changed when finding for the fact that binary has changed when finding
and killing running daemons. (bnc#543911) and killing running daemons. (bnc#5439110)
- start-statd - start-statd
* try-restart the firewall after starting statd * try-restart the firewall after starting statd
as the firewall might need to update to reflect as the firewall might need to update to reflect

View File

@ -27,7 +27,7 @@ BuildRequires: libevent
Url: http://nfs.sourceforge.net Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd Summary: Support Utilities for Kernel nfsd
Version: 1.2.1 Version: 1.2.1
Release: 1 Release: 0
Group: Productivity/Networking/NFS Group: Productivity/Networking/NFS
License: GPL v2 or later License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -180,7 +180,6 @@ 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 -m 755 %{S:10} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-nfs.sh
install -m 755 %{S:12} $RPM_BUILD_ROOT/usr/sbin/start-statd install -m 755 %{S:12} $RPM_BUILD_ROOT/usr/sbin/start-statd
install -m 644 utils/mount/nfsmount.conf $RPM_BUILD_ROOT/etc/nfsmount.conf install -m 644 utils/mount/nfsmount.conf $RPM_BUILD_ROOT/etc/nfsmount.conf
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT