Hello community,

here is the log from the commit of package cryptctl for openSUSE:Factory 
checked in at 2017-11-25 08:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptctl (Old)
 and      /work/SRC/openSUSE:Factory/.cryptctl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptctl"

Sat Nov 25 08:42:52 2017 rev:8 rq:545076 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptctl/cryptctl.changes        2017-10-25 
17:47:26.355646249 +0200
+++ /work/SRC/openSUSE:Factory/.cryptctl.new/cryptctl.changes   2017-11-25 
08:42:52.753776274 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:44:21 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cryptctl.spec ++++++
--- /var/tmp/diff_new_pack.86QINs/_old  2017-11-25 08:42:53.265757620 +0100
+++ /var/tmp/diff_new_pack.86QINs/_new  2017-11-25 08:42:53.269757474 +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:           cryptctl
 Version:        2.3
 Release:        0
@@ -61,10 +66,10 @@
 install -m 0755 %{name} %{buildroot}/%{_sbindir}/
 
 # Sysconfig files
-mkdir -p %{buildroot}/%{_localstatedir}/adm/fillup-templates/
+mkdir -p %{buildroot}/%{_fillupdir}/
 pushd ospackage/etc/sysconfig
 for conf in *; do
-    install -m 0644 "$conf" 
"%{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.$conf"
+    install -m 0644 "$conf" "%{buildroot}/%{_fillupdir}/sysconfig.$conf"
 done
 popd
 
@@ -100,7 +105,7 @@
 
 %files
 %defattr(-,root,root)
-%config %{_localstatedir}/adm/fillup-templates/*
+%config %{_fillupdir}/*
 %dir %{_localstatedir}/lib/%{name}
 %dir %{_sysconfdir}/%{name}/
 %dir %{_sysconfdir}/%{name}/servertls


Reply via email to