Hello community,

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

Package is "alsa"

Thu Nov 30 12:35:37 2017 rev:179 rq:544735 version:1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa/alsa.changes        2017-11-16 
13:59:00.613982797 +0100
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2017-11-30 
12:35:44.978952769 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:42:45 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ alsa.spec ++++++
--- /var/tmp/diff_new_pack.4hF9cq/_old  2017-11-30 12:35:47.258869870 +0100
+++ /var/tmp/diff_new_pack.4hF9cq/_new  2017-11-30 12:35:47.262869725 +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
+
 %define package_version        1.1.5
 %if 0%{?suse_version} < 1200
 %define _udevrulesdir /lib/udev/rules.d/
@@ -184,11 +189,11 @@
 # install template to update rc.config and sysconfig files:
 # (updating the actual files is done in the %post-script)
 #
-mkdir -p -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p -m 755 %{buildroot}%{_fillupdir}
 mkdir -p -m 755 %{buildroot}%{_sysconfdir}/sysconfig
-install -m 644 $RPM_SOURCE_DIR/sysconfig.sound 
%{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m 644 $RPM_SOURCE_DIR/sysconfig.sound %{buildroot}%{_fillupdir}
 %if 0%{?suse_version} <= 1310
-install -m 644 $RPM_SOURCE_DIR/sysconfig.joystick 
%{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m 644 $RPM_SOURCE_DIR/sysconfig.joystick %{buildroot}%{_fillupdir}
 %endif
 #
 # documents
@@ -236,7 +241,7 @@
 %{_bindir}/*
 %{_prefix}/lib/all_notes_off.*
 %{_datadir}/sounds/alsa
-%{_localstatedir}/adm/fillup-templates/*
+%{_fillupdir}/*
 %{_udevrulesdir}*
 
 %files devel





Reply via email to