- HOSTNAME renamed to hostname [bnc#858908]
OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=20
This commit is contained in:
parent
8ce02da789
commit
15f0aba705
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 10:36:22 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- HOSTNAME renamed to hostname [bnc#858908]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 16:30:09 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
|
@ -37,7 +37,7 @@ Source8: hosts.lpd
|
||||
Source9: networks
|
||||
Source10: protocols
|
||||
Source11: services.bz2
|
||||
Source12: HOSTNAME
|
||||
Source12: hostname
|
||||
Source13: aliases
|
||||
Source14: ethers
|
||||
Source15: netgroup
|
||||
@ -64,7 +64,7 @@ cp %{S:16} .
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/etc
|
||||
for i in HOSTNAME aliases defaultdomain exports ftpusers host.conf hosts hosts.allow hosts.deny hosts.equiv hosts.lpd netgroup networks protocols services.bz2 ethers; do
|
||||
for i in hostname aliases defaultdomain exports ftpusers host.conf hosts hosts.allow hosts.deny hosts.equiv hosts.lpd netgroup networks protocols services.bz2 ethers; do
|
||||
install $RPM_SOURCE_DIR/$i $RPM_BUILD_ROOT/etc
|
||||
done
|
||||
bunzip2 $RPM_BUILD_ROOT/etc/services.bz2
|
||||
@ -90,7 +90,7 @@ exit 0
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/HOSTNAME
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hostname
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/aliases
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/defaultdomain
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/ethers
|
||||
|
Loading…
Reference in New Issue
Block a user