Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2017-11-29 10:51:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at (Old)
 and      /work/SRC/openSUSE:Factory/.at.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at"

Wed Nov 29 10:51:56 2017 rev:72 rq:545119 version:3.1.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/at/at.changes    2017-08-06 11:28:24.693421366 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes       2017-11-29 
10:51:57.490177813 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:24 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ at.spec ++++++
--- /var/tmp/diff_new_pack.z019OK/_old  2017-11-29 10:51:58.202151983 +0100
+++ /var/tmp/diff_new_pack.z019OK/_new  2017-11-29 10:51:58.206151837 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           at
 Version:        3.1.20
 Release:        0
@@ -108,7 +113,7 @@
 make %{?_smp_mflags}
 
 %install
-install -d 
%{buildroot}{%{_sysconfdir}/pam.d,%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8},%{_localstatedir}/adm/fillup-templates}
+install -d 
%{buildroot}{%{_sysconfdir}/pam.d,%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8},%{_fillupdir}}
 
 export CFLAGS="%{?optflags}"
 export SENDMAIL=%{_sbindir}/sendmail
@@ -123,7 +128,7 @@
 ln -s service %{buildroot}%{_sbindir}/rcatd
 
 install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/atd
-install -m644 %{SOURCE3} %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m644 %{SOURCE3} %{buildroot}%{_fillupdir}
 
 %pre
 %{_sbindir}/groupadd -g 25 -o -r at 2> /dev/null || :
@@ -160,7 +165,7 @@
 %attr(700,at,at) %dir %{_localstatedir}/spool/atspool
 %attr(1770,at,at) %dir %{_localstatedir}/spool/atjobs
 %attr(600,at,at) %{_localstatedir}/spool/atjobs/.SEQ
-%{_localstatedir}/adm/fillup-templates/sysconfig.atd
+%{_fillupdir}/sysconfig.atd
 %{_unitdir}/atd.service
 
 %changelog


Reply via email to