Hello community, here is the log from the commit of package alsa-plugins for openSUSE:Factory checked in at 2014-11-13 09:19:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old) and /work/SRC/openSUSE:Factory/.alsa-plugins.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-plugins" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes 2014-08-14 14:57:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes 2014-11-13 09:19:35.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 09 00:36:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun scripts: + option '-p' of 'type' command may be unsupported is some shells, + use 'command -v' instead + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-plugins.spec ++++++ --- /var/tmp/diff_new_pack.eL7uRr/_old 2014-11-13 09:19:36.000000000 +0100 +++ /var/tmp/diff_new_pack.eL7uRr/_new 2014-11-13 09:19:36.000000000 +0100 @@ -149,13 +149,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %post pulse -if type -p setup-pulseaudio > /dev/null; then +if command -v setup-pulseaudio > /dev/null; then setup-pulseaudio --auto fi exit 0 %postun pulse -if type -p setup-pulseaudio > /dev/null; then +if command -v setup-pulseaudio > /dev/null; then setup-pulseaudio --auto fi exit 0 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
