3.05
This commit is contained in:
parent
fefb4b586b
commit
10eaa37373
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
hostname_3.04.tar.gz
|
hostname_3.04.tar.gz
|
||||||
|
/hostname_3.05.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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.04
|
Version: 3.05
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://packages.qa.debian.org/h/hostname.html
|
URL: http://packages.qa.debian.org/h/hostname.html
|
||||||
@ -12,15 +12,12 @@ Source2: hostname.1.de
|
|||||||
# Initial changes
|
# Initial changes
|
||||||
Patch1: hostname-rh.patch
|
Patch1: hostname-rh.patch
|
||||||
|
|
||||||
#net-tools < 1.60-100 includes hostname
|
|
||||||
Conflicts: net-tools < 1.60-100
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides commands which can be used to display the system's
|
This package provides commands which can be used to display the system's
|
||||||
DNS name, and to display or set its hostname or NIS domain name.
|
DNS name, and to display or set its hostname or NIS domain name.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n hostname
|
%setup -q
|
||||||
%patch1 -p1 -b .rh
|
%patch1 -p1 -b .rh
|
||||||
|
|
||||||
#man pages conversion
|
#man pages conversion
|
||||||
@ -60,6 +57,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 16 2010 Jiri Popelka <jpopelka@redhat.com> - 3.05-1
|
||||||
|
- Upgrade to 3.05
|
||||||
|
|
||||||
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 3.04-2
|
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 3.04-2
|
||||||
- Mark localized man pages with %%lang.
|
- Mark localized man pages with %%lang.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user