Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2012-11-05 06:30:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes    2012-10-18 
15:19:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes       
2012-11-05 06:30:33.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov  3 17:18:45 UTC 2012 - [email protected]
+
+- Fix systemd units location in factory. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.9uMiUb/_old  2012-11-05 06:30:35.000000000 +0100
+++ /var/tmp/diff_new_pack.9uMiUb/_new  2012-11-05 06:30:35.000000000 +0100
@@ -19,6 +19,7 @@
 #
 %if %suse_version > 1130
 %define use_systemd    1
+BuildRequires:  systemd
 %define use_varlib     1
 %else
 %define use_systemd    0
@@ -81,7 +82,7 @@
 autoreconf -fi
 opts=""
 %if %use_systemd
-opts="$opts --with-systemdsystemunitdir=/lib/systemd/system"
+opts="$opts --with-systemdsystemunitdir=%{_unitdir}"
 %endif
 %if ! %use_varlib
 opts="$opts --with-asound-state-dir=/etc"
@@ -101,7 +102,7 @@
 done
 %find_lang %{name} --all-name
 %if %use_systemd
-ln -s alsa-restore.service $RPM_BUILD_ROOT/lib/systemd/system/alsasound.service
+ln -s alsa-restore.service %{buildroot}%{_unitdir}/alsasound.service
 %endif
 %if %use_varlib
 mkdir -p $RPM_BUILD_ROOT/var/lib/alsa
@@ -120,7 +121,9 @@
 %{_datadir}/alsa
 /lib/udev
 %if %use_systemd
-/lib/systemd
+%{_unitdir}/*.service
+%{_unitdir}/basic.target.wants/alsa-restore.service
+%{_unitdir}/shutdown.target.wants/alsa-store.service
 %endif
 %if %use_varlib
 /var/lib/alsa

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to