Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2017-11-30 12:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ypbind (Old)
 and      /work/SRC/openSUSE:Factory/.ypbind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ypbind"

Thu Nov 30 12:32:58 2017 rev:50 rq:544368 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes    2017-11-14 
14:07:09.889628735 +0100
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes       2017-11-30 
12:32:59.632965149 +0100
@@ -1,0 +2,6 @@
+Wed Nov 22 11:11:48 CET 2017 - ku...@suse.de
+
+- Prepare for new fillup location
+- Remove check for transactional-update, done in systemd macros now
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ypbind.spec ++++++
--- /var/tmp/diff_new_pack.P8ecL4/_old  2017-11-30 12:33:00.540932132 +0100
+++ /var/tmp/diff_new_pack.P8ecL4/_new  2017-11-30 12:33:00.544931986 +0100
@@ -39,6 +39,10 @@
 Requires:       yp-tools
 Requires(post): %fillup_prereq
 
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %description
 This package provides the ypbind daemon. The ypbind daemon binds NIS
 clients to an NIS domain and searches a new NIS server if the old one
@@ -56,12 +60,12 @@
 
 %install
 mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_fillupdir}
 %make_install
 # Install SuSEfirewall2 service file
 install -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ypbind
 # Install rc.config add-on
-install -m 644 etc/sysconfig.ypbind 
%{buildroot}%{_localstatedir}/adm/fillup-templates/
+install -m 644 etc/sysconfig.ypbind %{buildroot}%{_fillupdir}
 # Create dummy yp.conf
 touch %{buildroot}%{_sysconfdir}/yp.conf
 # Create filelist with translatins
@@ -83,9 +87,7 @@
 %post
 %{fillup_only -n ypbind}
 %service_add_post ypbind.service
-if [ -z ${TRANSACTIONAL_UPDATE} ]; then
-  %tmpfiles_create ypbind.conf
-fi
+%tmpfiles_create ypbind.conf
 
 %preun
 %service_del_preun ypbind.service
@@ -100,7 +102,7 @@
 %doc NEWS README COPYING
 %ghost %config(noreplace) %{_sysconfdir}/yp.conf
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ypbind
-%{_localstatedir}/adm/fillup-templates/sysconfig.ypbind
+%{_fillupdir}/sysconfig.ypbind
 %{_mandir}/man5/yp.conf.5%{ext_man}
 %{_mandir}/man8/ypbind.8%{ext_man}
 %{_sbindir}/ypbind


Reply via email to