Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2014-02-25 16:41:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2014-02-15 17:16:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes 2014-02-25 16:41:14.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Feb 24 16:37:33 CET 2014 - [email protected] + +- Fix missing /etc/sysconfig/sound due to the previous change + (bnc#865356) +- Fix the superfluous insserv calls due to the wrong suse_version + checks (bnc#863506) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.M6KQL0/_old 2014-02-25 16:41:15.000000000 +0100 +++ /var/tmp/diff_new_pack.M6KQL0/_new 2014-02-25 16:41:15.000000000 +0100 @@ -259,14 +259,14 @@ %post %if %suse_version > 1310 -%{fillup_only -ny sound} +%{fillup_only -n sound} %else %{fillup_and_insserv -ny sound alsasound} %{fillup_and_insserv -n joystick joystick} %endif exit 0 -%if %suse_version > 1310 +%if %suse_version <= 1310 %preun %stop_on_removal alsasound joystick exit 0 @@ -284,7 +284,7 @@ %files %defattr(-, root, root) %doc %{_docdir}/%{name} -%if %suse_version < 1310 +%if %suse_version <= 1310 /etc/init.d/* %endif %if %suse_version > 1220 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
