Hello community, here is the log from the commit of package boinc-client for openSUSE:Factory checked in at 2014-11-18 22:45:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boinc-client (Old) and /work/SRC/openSUSE:Factory/.boinc-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boinc-client" Changes: -------- --- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes 2014-06-26 15:07:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.boinc-client.new/boinc-client.changes 2014-11-18 22:45:55.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 01:44:00 UTC 2014 - Led <[email protected]> + +- fix bashism in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boinc-client.spec ++++++ --- /var/tmp/diff_new_pack.cORlKb/_old 2014-11-18 22:45:58.000000000 +0100 +++ /var/tmp/diff_new_pack.cORlKb/_new 2014-11-18 22:45:58.000000000 +0100 @@ -359,7 +359,7 @@ %{_sbindir}/useradd -c "BOINC Client" -d "%{_localstatedir}/lib/boinc" \ -g boinc -r -s /sbin/nologin boinc 2>/dev/null || : if [ -f %{_sysconfdir}/sysconfig/%{name} ]; then - if [ "$(grep "BOINC_BOINC_USR" %{_sysconfdir}/sysconfig/boinc-client | grep -v grep >/dev/null; echo $?)" == 1 ]; then + if grep "BOINC_BOINC_USR" %{_sysconfdir}/sysconfig/boinc-client | grep -q grep; then mv -f %{_sysconfdir}/sysconfig/%{name} %{_sysconfdir}/sysconfig/%{name}.save fi fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
