From 15f0aba705b0ea1864936ea2f790878161cb7133f1abd9ec0ec311296dcf85af Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 4 Jun 2014 10:41:28 +0000 Subject: [PATCH] - HOSTNAME renamed to hostname [bnc#858908] OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=20 --- HOSTNAME => hostname | 0 netcfg.changes | 5 +++++ netcfg.spec | 6 +++--- 3 files changed, 8 insertions(+), 3 deletions(-) rename HOSTNAME => hostname (100%) diff --git a/HOSTNAME b/hostname similarity index 100% rename from HOSTNAME rename to hostname diff --git a/netcfg.changes b/netcfg.changes index 8ebbcf9..b000d63 100644 --- a/netcfg.changes +++ b/netcfg.changes @@ -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 diff --git a/netcfg.spec b/netcfg.spec index 7837497..8c59b55 100644 --- a/netcfg.spec +++ b/netcfg.spec @@ -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