Hello community, here is the log from the commit of package hostname for openSUSE:Factory checked in at 2016-04-11 10:27:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hostname (Old) and /work/SRC/openSUSE:Factory/.hostname.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hostname" Changes: -------- --- /work/SRC/openSUSE:Factory/hostname/hostname.changes 2015-09-16 10:35:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hostname.new/hostname.changes 2016-04-11 10:27:43.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Mar 31 14:25:58 CEST 2016 - ku...@suse.de + +- Add ypdomainname and nisdomainname, too. Were removed from yp-tools. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hostname.spec ++++++ --- /var/tmp/diff_new_pack.H0zpEK/_old 2016-04-11 10:27:44.000000000 +0200 +++ /var/tmp/diff_new_pack.H0zpEK/_new 2016-04-11 10:27:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package hostname # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,8 +43,7 @@ install -d -m 755 %{buildroot}/bin/ ln -sf %{_bindir}/%{name} %{buildroot}/bin/%{name} install -D -p -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 -# do not install ypdomainname and nisdomainname which are provided by yp-tools -for prog in dnsdomainname domainname; do +for prog in dnsdomainname domainname ypdomainname nisdomainname; do ln -sf %{_bindir}/%{name} %{buildroot}/bin/$prog ln -sf %{_bindir}/%{name} %{buildroot}%{_bindir}/$prog ln -sf hostname.1 %{buildroot}%{_mandir}/man1/${prog}.1 @@ -56,11 +55,17 @@ /bin/%{name} /bin/domainname /bin/dnsdomainname +/bin/nisdomainname +/bin/ypdomainname %{_bindir}/%{name} %{_bindir}/domainname %{_bindir}/dnsdomainname +%{_bindir}/nisdomainname +%{_bindir}/ypdomainname %{_mandir}/man1/%{name}.1%{ext_man} %{_mandir}/man1/domainname.1%{ext_man} %{_mandir}/man1/dnsdomainname.1%{ext_man} +%{_mandir}/man1/nisdomainname.1%{ext_man} +%{_mandir}/man1/ypdomainname.1%{ext_man} %changelog