Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package authselect for openSUSE:Factory checked in at 2022-11-15 13:18:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/authselect (Old) and /work/SRC/openSUSE:Factory/.authselect.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "authselect" Tue Nov 15 13:18:59 2022 rev:5 rq:1035721 version:1.4.0+git.0.2c30265 Changes: -------- --- /work/SRC/openSUSE:Factory/authselect/authselect.changes 2022-08-06 22:08:14.606671436 +0200 +++ /work/SRC/openSUSE:Factory/.authselect.new.1597/authselect.changes 2022-11-15 13:21:41.512883277 +0100 @@ -1,0 +2,5 @@ +Mon Aug 15 19:49:56 UTC 2022 - Dirk Müller <[email protected]> + +- avoid bashism in post scripts (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ authselect.spec ++++++ --- /var/tmp/diff_new_pack.lfQD2R/_old 2022-11-15 13:21:42.052886064 +0100 +++ /var/tmp/diff_new_pack.lfQD2R/_new 2022-11-15 13:21:42.056886084 +0100 @@ -307,7 +307,7 @@ if [ $? -eq 0 ]; then PROFILE=`echo $CURRENT | gawk '{print $1;}'` - if [ $PROFILE == "sssd" ] ; then + if [ "$PROFILE" = "sssd" ] ; then if grep -E "services[[:blank:]]*=[[:blank:]]*.*sudo" %{_sysconfdir}/sssd/sssd.conf &> /dev/null ; then %{_bindir}/authselect enable-feature with-sudo &> /dev/null elif systemctl is-active sssd-sudo.service sssd-sudo.socket --quiet || systemctl is-enabled sssd-sudo.socket --quiet ; then
