Hello community, here is the log from the commit of package yp-tools for openSUSE:Factory checked in at 2020-08-29 20:42:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yp-tools (Old) and /work/SRC/openSUSE:Factory/.yp-tools.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yp-tools" Sat Aug 29 20:42:04 2020 rev:31 rq:830459 version:4.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yp-tools/yp-tools.changes 2018-03-30 11:59:19.451304429 +0200 +++ /work/SRC/openSUSE:Factory/.yp-tools.new.3399/yp-tools.changes 2020-08-29 20:42:22.849465928 +0200 @@ -1,0 +2,5 @@ +Sat Aug 29 10:18:42 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Use /usr/share/yp and /usr/libexec/yp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yp-tools.spec ++++++ --- /var/tmp/diff_new_pack.VMRXJC/_old 2020-08-29 20:42:24.909466788 +0200 +++ /var/tmp/diff_new_pack.VMRXJC/_new 2020-08-29 20:42:24.913466789 +0200 @@ -1,7 +1,7 @@ # # spec file for package yp-tools # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,14 +20,14 @@ Version: 4.2.3 Release: 0 Summary: Network Information Service (YP) client utilities -License: GPL-2.0 AND LGPL-2.1 +License: GPL-2.0-only AND LGPL-2.1-only Group: Productivity/Networking/NIS URL: https://github.com/thkukuk/yp-tools Source: yp-tools-%{version}.tar.bz2 Source1: match_printcap Source2: yp-tools.conf BuildRequires: fdupes -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libnsl) >= 1.0.4 BuildRequires: pkgconfig(libtirpc) >= 1.0.1 @@ -43,15 +43,14 @@ CFLAGS="%{optflags} -Wno-error=cast-align" %configure --disable-static --with-pic --enable-call-passwd \ --disable-domainname -make %{?_smp_mflags} +%make_build %install %make_install -mkdir -p %{buildroot}%{_prefix}/lib/yp -mv %{buildroot}%{_localstatedir}/yp/nicknames %{buildroot}%{_prefix}/lib/yp/ -install -m 755 %{SOURCE1} %{buildroot}%{_prefix}/lib/yp/ -mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d -install -m 644 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/ +mkdir -p %{buildroot}%{_datadir}/yp +mv %{buildroot}%{_localstatedir}/yp/nicknames %{buildroot}%{_datadir}/yp/ +install -D -m 755 %{SOURCE1} %{buildroot}%{_libexecdir}/yp/match_printcap +install -D -m 644 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/yp-tools.conf %find_lang %{name} %fdupes %{buildroot}/%{_prefix} @@ -74,20 +73,21 @@ %{_bindir}/ypmatch %{_bindir}/yppasswd %{_bindir}/ypwhich -%dir %{_prefix}/lib/yp -%{_prefix}/lib/yp/match_printcap -%{_prefix}/lib/yp/nicknames +%dir %{_libexecdir}/yp +%{_libexecdir}/yp/match_printcap +%dir %{_datadir}/yp +%{_datadir}/yp/nicknames %{_prefix}/lib/tmpfiles.d/yp-tools.conf -%{_mandir}/man1/ypcat.1%{ext_man} -%{_mandir}/man1/ypchfn.1%{ext_man} -%{_mandir}/man1/ypchsh.1%{ext_man} -%{_mandir}/man1/ypmatch.1%{ext_man} -%{_mandir}/man1/yppasswd.1%{ext_man} -%{_mandir}/man1/ypwhich.1%{ext_man} -%{_mandir}/man5/nicknames.5%{ext_man} -%{_mandir}/man8/yppoll.8%{ext_man} -%{_mandir}/man8/ypset.8%{ext_man} -%{_mandir}/man8/yp_dump_binding.8%{ext_man} +%{_mandir}/man1/ypcat.1%{?ext_man} +%{_mandir}/man1/ypchfn.1%{?ext_man} +%{_mandir}/man1/ypchsh.1%{?ext_man} +%{_mandir}/man1/ypmatch.1%{?ext_man} +%{_mandir}/man1/yppasswd.1%{?ext_man} +%{_mandir}/man1/ypwhich.1%{?ext_man} +%{_mandir}/man5/nicknames.5%{?ext_man} +%{_mandir}/man8/yppoll.8%{?ext_man} +%{_mandir}/man8/ypset.8%{?ext_man} +%{_mandir}/man8/yp_dump_binding.8%{?ext_man} %{_sbindir}/yppoll %{_sbindir}/ypset %{_sbindir}/yp_dump_binding ++++++ yp-tools.conf ++++++ --- /var/tmp/diff_new_pack.VMRXJC/_old 2020-08-29 20:42:24.949466805 +0200 +++ /var/tmp/diff_new_pack.VMRXJC/_new 2020-08-29 20:42:24.949466805 +0200 @@ -1,2 +1,2 @@ d /var/yp 0755 - - - -L /var/yp/nicknames - - - - ../../usr/lib/yp/nicknames +L /var/yp/nicknames - - - - ../../usr/share/yp/nicknames
