diff --git a/hostname-rh.patch b/hostname-rh.patch index d56ae59..761cdbf 100644 --- a/hostname-rh.patch +++ b/hostname-rh.patch @@ -28,6 +28,15 @@ diff -up hostname/Makefile.rh hostname/Makefile diff -up hostname/hostname.1.rh hostname/hostname.1 --- hostname/hostname.1.rh 2013-11-03 15:24:23.000000000 +0100 +++ hostname/hostname.1 2013-11-04 10:12:59.670379153 +0100 +@@ -70,7 +70,7 @@ + and + .BR nisdomainname + use the +-.BR yp_get_default_domain (3). ++.BR getdomainname (2). + .LP + .B dnsdomainname + will print the domain part of the FQDN (Fully Qualified Domain Name). The @@ -80,6 +80,28 @@ complete FQDN of the system is returned .B "THE FQDN" below). diff --git a/hostname.spec b/hostname.spec index 92ae0e1..8c2c4fe 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.15 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://packages.qa.debian.org/h/hostname.html @@ -34,6 +34,9 @@ make BASEDIR=%{buildroot} BINDIR=%{_bindir} install %{_mandir}/man1/* %changelog +* Fri Jun 30 2017 Pavel Zhukov - 3.15-8 +- Man page: change yp_get_default_domain with getdomainname (#1168989) + * Wed Feb 03 2016 Fedora Release Engineering - 3.15-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild