[hostname] 3.10

Jiří Popelka jpopelka at fedoraproject.org
Wed Jan 18 08:52:33 UTC 2012


commit 060ed2bc418fdee838648d592f748a8cdb9aa922
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Wed Jan 18 09:42:23 2012 +0100

    3.10

 .gitignore        |    1 +
 hostname-rh.patch |   12 ++++++------
 hostname.spec     |    7 +++++--
 sources           |    2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index baaf715..0341d04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ hostname_3.04.tar.gz
 /hostname_3.07.tar.gz
 /hostname_3.08.tar.gz
 /hostname_3.09.tar.gz
+/hostname_3.10.tar.gz
diff --git a/hostname-rh.patch b/hostname-rh.patch
index 6dd9143..cfbf419 100644
--- a/hostname-rh.patch
+++ b/hostname-rh.patch
@@ -1,7 +1,7 @@
 diff -up hostname/hostname.1.rh hostname/hostname.1
 --- hostname/hostname.1.rh	2011-12-28 15:13:29.000000000 +0100
-+++ hostname/hostname.1	2011-12-29 12:17:57.000000000 +0100
-@@ -98,6 +98,33 @@ complete FQDN of the system is returned 
++++ hostname/hostname.1	2012-01-18 09:31:41.331071688 +0100
+@@ -98,6 +98,33 @@ complete FQDN of the system is returned
  .B "THE FQDN"
  below).
  
@@ -78,12 +78,12 @@ diff -up hostname/hostname.1.rh hostname/hostname.1
  Peter Tobias, <tobias at et-inf.fho-emden.de>
  .br
 diff -up hostname/Makefile.rh hostname/Makefile
---- hostname/Makefile.rh	2010-11-16 14:13:21.000000000 +0100
-+++ hostname/Makefile	2011-12-29 12:16:31.000000000 +0100
+--- hostname/Makefile.rh	2012-01-15 13:50:32.000000000 +0100
++++ hostname/Makefile	2012-01-18 09:33:28.244735083 +0100
 @@ -7,26 +7,28 @@ OBJS=hostname.o
  
  hostname: $(OBJS)
- 	$(CC) $(CFLAGS) -o $@ $(OBJS) -lnsl
+ 	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) -lnsl
 -	ln -fs hostname dnsdomainname
 -	ln -fs hostname domainname
 -	ln -fs hostname ypdomainname
@@ -93,6 +93,7 @@ diff -up hostname/Makefile.rh hostname/Makefile
  	install -d ${BASEDIR}/usr/share/man/man1
 -	install -o root -g root -m 0644 hostname.1 ${BASEDIR}/usr/share/man/man1
 +	install -m 0644 hostname.1 ${BASEDIR}/usr/share/man/man1
++
  	ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/dnsdomainname.1
  	ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/domainname.1
  	ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/ypdomainname.1
@@ -104,7 +105,6 @@ diff -up hostname/Makefile.rh hostname/Makefile
 +	ln -fs hostname.1 ${BASEDIR}/usr/share/man/fr/man1/domainname.1
 +	ln -fs hostname.1 ${BASEDIR}/usr/share/man/fr/man1/ypdomainname.1
 +	ln -fs hostname.1 ${BASEDIR}/usr/share/man/fr/man1/nisdomainname.1
-+
  
  	install -d ${BASEDIR}/bin
 -	install -o root -g root -m 0755 hostname ${BASEDIR}/bin
diff --git a/hostname.spec b/hostname.spec
index 192007d..e1937b4 100644
--- a/hostname.spec
+++ b/hostname.spec
@@ -1,7 +1,7 @@
 Summary: Utility to set/show the host name or domain name
 Name: hostname
-Version: 3.09
-Release: 2%{?dist}
+Version: 3.10
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://packages.qa.debian.org/h/hostname.html
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jan 18 2012  Jiri Popelka <jpopelka at redhat.com> - 3.10-1
+- 3.10
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.09-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 2b994f5..bb3a4a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fe1250d97fdcc08c4fe9cd21132efef  hostname_3.09.tar.gz
+beff8b0b16ae63eb1ca6b9988929ac86  hostname_3.10.tar.gz


More information about the scm-commits mailing list