diff --git a/.gitignore b/.gitignore index c20afa1..baaf715 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ hostname_3.04.tar.gz /hostname_3.06.tar.gz /hostname_3.07.tar.gz /hostname_3.08.tar.gz +/hostname_3.09.tar.gz diff --git a/hostname-rh.patch b/hostname-rh.patch index 3caa202..6dd9143 100644 --- a/hostname-rh.patch +++ b/hostname-rh.patch @@ -1,6 +1,6 @@ diff -up hostname/hostname.1.rh hostname/hostname.1 ---- hostname/hostname.1.rh 2011-12-23 11:06:18.000000000 +0100 -+++ hostname/hostname.1 2011-12-24 09:19:03.000000000 +0100 +--- 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 .B "THE FQDN" below). @@ -57,15 +57,15 @@ diff -up hostname/hostname.1.rh hostname/hostname.1 .SS THE FQDN You can't change the FQDN (as returned by -@@ -227,7 +254,7 @@ Display the short host name. This is the - Print version information on standard output and exit successfully. +@@ -221,7 +248,7 @@ order of the output. + Display the short host name. This is the host name cut at the first dot. .TP .I "\-v, \-\-verbose" -Be verbose and tell what's going on. +Verbose output was removed. .TP - .I "\-y, \-\-yp, \-\-nis" - Display the NIS domain name. If a parameter is given (or + .I "\-V, \-\-version" + Print version information on standard output and exit successfully. @@ -246,9 +273,7 @@ option in .SH FILES .B /etc/hosts @@ -79,7 +79,7 @@ diff -up hostname/hostname.1.rh hostname/hostname.1 .br diff -up hostname/Makefile.rh hostname/Makefile --- hostname/Makefile.rh 2010-11-16 14:13:21.000000000 +0100 -+++ hostname/Makefile 2011-12-24 09:17:16.000000000 +0100 ++++ hostname/Makefile 2011-12-29 12:16:31.000000000 +0100 @@ -7,26 +7,28 @@ OBJS=hostname.o hostname: $(OBJS) diff --git a/hostname.spec b/hostname.spec index 48ac6f3..28b2545 100644 --- a/hostname.spec +++ b/hostname.spec @@ -1,6 +1,6 @@ Summary: Utility to set/show the host name or domain name Name: hostname -Version: 3.08 +Version: 3.09 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base @@ -57,6 +57,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Thu Dec 29 2011 Jiri Popelka - 3.09-1 +- 3.09 + * Sat Dec 24 2011 Jiri Popelka - 3.08-1 - 3.08 diff --git a/sources b/sources index 01479cb..2b994f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8714ee69e890870ad379589447504824 hostname_3.08.tar.gz +5fe1250d97fdcc08c4fe9cd21132efef hostname_3.09.tar.gz