Hello community, here is the log from the commit of package ypserv for openSUSE:Factory checked in at 2017-11-23 09:43:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ypserv (Old) and /work/SRC/openSUSE:Factory/.ypserv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ypserv" Thu Nov 23 09:43:55 2017 rev:40 rq:544366 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ypserv/ypserv.changes 2017-11-10 14:57:17.404311105 +0100 +++ /work/SRC/openSUSE:Factory/.ypserv.new/ypserv.changes 2017-11-23 09:43:58.777465495 +0100 @@ -1,0 +2,6 @@ +Wed Nov 22 11:13:19 CET 2017 - [email protected] + +- Prepare for new fillup location +- Remove check for transactional-update, done in systemd macros now + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ypserv.spec ++++++ --- /var/tmp/diff_new_pack.eD6lZB/_old 2017-11-23 09:43:59.573436448 +0100 +++ /var/tmp/diff_new_pack.eD6lZB/_new 2017-11-23 09:43:59.577436302 +0100 @@ -48,6 +48,10 @@ Requires(post): %fillup_prereq %{?systemd_requires} +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + %description The Network Information Service (NIS) provides a simple network lookup service consisting of databases and processes. It was formerly @@ -77,7 +81,7 @@ %install %make_install mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates +mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}%{_libexecdir}/yp mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_initddir} @@ -89,7 +93,7 @@ install -m 644 etc/securenets %{buildroot}%{_libexecdir}/yp/securenets.example mv %{buildroot}%{_localstatedir}/yp/Makefile %{buildroot}%{_libexecdir}/yp/ypMakefile # install sysconfig.ypserv -install -m 644 %{SOURCE4} %{buildroot}%{_localstatedir}/adm/fillup-templates/ +install -m 644 %{SOURCE4} %{buildroot}%{_fillupdir} # install SuSEfirewall2 service script install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ypserv # install ypserv.conf in tmpfiles.d @@ -138,13 +142,11 @@ if [ -f /var/yp/Makefile.rpmsave -a ! -e /var/yp/Makefile ]; then mv /var/yp/Makefile.rpmsave /var/yp/Makefile fi -if [ -z ${TRANSACTIONAL_UPDATE} ]; then - %tmpfiles_create ypserv.conf -fi +%tmpfiles_create ypserv.conf %files %doc NEWS README TODO COPYING ChangeLog -%{_localstatedir}/adm/fillup-templates/sysconfig.ypserv +%{_fillupdir}/sysconfig.ypserv %config(noreplace) %{_sysconfdir}/ypserv.conf %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ypserv %dir %{_libexecdir}/yp
