don't require hostname package

This commit is contained in:
Jiri Popelka 2012-05-09 17:10:52 +02:00
parent 977c2d371b
commit b442f0f023
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ net-tools-1.60.tar.bz2
/net-tools-1.60.20120111git.tar.xz
/net-tools-1.60.20120119git.tar.xz
/net-tools-1.60.20120127git.tar.xz
/net-tools-1.60.20120509git.tar.xz

View File

@ -1,9 +1,9 @@
%global checkout 20120127git
%global checkout 20120509git
Summary: Basic networking tools
Name: net-tools
Version: 1.60
Release: 134.%{checkout}%{?dist}
Release: 135.%{checkout}%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://net-tools.sourceforge.net
@ -56,7 +56,6 @@ Patch11: net-tools-1.60-netstat-probe.patch
BuildRequires: gettext, libselinux
BuildRequires: libselinux-devel
BuildRequires: systemd-units
Requires: hostname
Requires(post): systemd-units
%description
@ -161,6 +160,9 @@ fi
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog
* Wed May 09 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-135.20120509git
- don't require hostname package
* Fri Jan 27 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-134.20120127git
- Do not show interface metric in 'ifconfig', 'ifconfig -s' and 'netstat -i'.
Spare place is used for interface name so trim_iface.patch is no longer needed.

View File

@ -1 +1 @@
b5c2722293da4c5e7c50cac56bbd597b net-tools-1.60.20120127git.tar.xz
8587eb5db6d7018accaae2a558e92056 net-tools-1.60.20120509git.tar.xz