3.09
This commit is contained in:
parent
15c1302b87
commit
3ba95970d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ hostname_3.04.tar.gz
|
|||||||
/hostname_3.06.tar.gz
|
/hostname_3.06.tar.gz
|
||||||
/hostname_3.07.tar.gz
|
/hostname_3.07.tar.gz
|
||||||
/hostname_3.08.tar.gz
|
/hostname_3.08.tar.gz
|
||||||
|
/hostname_3.09.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up hostname/hostname.1.rh hostname/hostname.1
|
diff -up hostname/hostname.1.rh hostname/hostname.1
|
||||||
--- hostname/hostname.1.rh 2011-12-23 11:06:18.000000000 +0100
|
--- hostname/hostname.1.rh 2011-12-28 15:13:29.000000000 +0100
|
||||||
+++ hostname/hostname.1 2011-12-24 09:19:03.000000000 +0100
|
+++ hostname/hostname.1 2011-12-29 12:17:57.000000000 +0100
|
||||||
@@ -98,6 +98,33 @@ complete FQDN of the system is returned
|
@@ -98,6 +98,33 @@ complete FQDN of the system is returned
|
||||||
.B "THE FQDN"
|
.B "THE FQDN"
|
||||||
below).
|
below).
|
||||||
@ -57,15 +57,15 @@ diff -up hostname/hostname.1.rh hostname/hostname.1
|
|||||||
|
|
||||||
.SS THE FQDN
|
.SS THE FQDN
|
||||||
You can't change the FQDN (as returned by
|
You can't change the FQDN (as returned by
|
||||||
@@ -227,7 +254,7 @@ Display the short host name. This is the
|
@@ -221,7 +248,7 @@ order of the output.
|
||||||
Print version information on standard output and exit successfully.
|
Display the short host name. This is the host name cut at the first dot.
|
||||||
.TP
|
.TP
|
||||||
.I "\-v, \-\-verbose"
|
.I "\-v, \-\-verbose"
|
||||||
-Be verbose and tell what's going on.
|
-Be verbose and tell what's going on.
|
||||||
+Verbose output was removed.
|
+Verbose output was removed.
|
||||||
.TP
|
.TP
|
||||||
.I "\-y, \-\-yp, \-\-nis"
|
.I "\-V, \-\-version"
|
||||||
Display the NIS domain name. If a parameter is given (or
|
Print version information on standard output and exit successfully.
|
||||||
@@ -246,9 +273,7 @@ option in
|
@@ -246,9 +273,7 @@ option in
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /etc/hosts
|
.B /etc/hosts
|
||||||
@ -79,7 +79,7 @@ diff -up hostname/hostname.1.rh hostname/hostname.1
|
|||||||
.br
|
.br
|
||||||
diff -up hostname/Makefile.rh hostname/Makefile
|
diff -up hostname/Makefile.rh hostname/Makefile
|
||||||
--- hostname/Makefile.rh 2010-11-16 14:13:21.000000000 +0100
|
--- 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
|
@@ -7,26 +7,28 @@ OBJS=hostname.o
|
||||||
|
|
||||||
hostname: $(OBJS)
|
hostname: $(OBJS)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Utility to set/show the host name or domain name
|
Summary: Utility to set/show the host name or domain name
|
||||||
Name: hostname
|
Name: hostname
|
||||||
Version: 3.08
|
Version: 3.09
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -57,6 +57,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 29 2011 Jiri Popelka <jpopelka@redhat.com> - 3.09-1
|
||||||
|
- 3.09
|
||||||
|
|
||||||
* Sat Dec 24 2011 Jiri Popelka <jpopelka@redhat.com> - 3.08-1
|
* Sat Dec 24 2011 Jiri Popelka <jpopelka@redhat.com> - 3.08-1
|
||||||
- 3.08
|
- 3.08
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user