Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scap-security-guide for 
openSUSE:Factory checked in at 2021-10-11 15:31:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scap-security-guide (Old)
 and      /work/SRC/openSUSE:Factory/.scap-security-guide.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scap-security-guide"

Mon Oct 11 15:31:10 2021 rev:10 rq:924190 version:0.1.58

Changes:
--------
--- /work/SRC/openSUSE:Factory/scap-security-guide/scap-security-guide.changes  
2021-09-25 22:51:41.395367849 +0200
+++ 
/work/SRC/openSUSE:Factory/.scap-security-guide.new.2443/scap-security-guide.changes
        2021-10-11 15:32:00.766883015 +0200
@@ -1,0 +2,6 @@
+Wed Oct  6 09:00:15 UTC 2021 - Alexander Bergmann <abergm...@suse.com>
+
+- Fix SLE-12 build issue caused by '\xb0' character (bsc#1191431).
+  - Add scap-security-guide-UnicodeEncodeError-character-fix.patch
+
+-------------------------------------------------------------------

New:
----
  scap-security-guide-UnicodeEncodeError-character-fix.patch

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

Other differences:
------------------
++++++ scap-security-guide.spec ++++++
--- /var/tmp/diff_new_pack.mUGJMQ/_old  2021-10-11 15:32:01.234883765 +0200
+++ /var/tmp/diff_new_pack.mUGJMQ/_new  2021-10-11 15:32:01.238883772 +0200
@@ -52,6 +52,7 @@
 Packager:       SUSE Security Team <secur...@suse.de>
 %endif
 Source:         
https://github.com/ComplianceAsCode/content/archive/v%{version}.tar.gz
+Patch0:         scap-security-guide-UnicodeEncodeError-character-fix.patch
 BuildRequires:  cmake
 
 %if "%{_vendor}" == "debbuild"
@@ -159,7 +160,8 @@
 
 
 %prep
-%autosetup -n content-%version
+%setup -n content-%version
+%patch0 -p0
 
 %build
 cd build

++++++ scap-security-guide-UnicodeEncodeError-character-fix.patch ++++++
diff -Nurp 
content-0.1.58-orig/linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_tally2/bash/shared.sh
 
content-0.1.58/linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_tally2/bash/shared.sh
--- 
linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_tally2/bash/shared.sh
      2021-09-24 15:03:29.000000000 +0200
+++ 
linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_tally2/bash/shared.sh
      2021-10-06 14:39:43.949753820 +0200
@@ -3,6 +3,6 @@
 
 {{{ bash_instantiate_variables("var_password_pam_tally2") }}}
 # Use a non-number regexp to force update of the value of the deny option
-{{{ bash_ensure_pam_module_options('/etc/pam.d/common-auth', 'auth', 
'required', 'pam_tally2.so', 'deny', '??', "${var_password_pam_tally2}") }}}
+{{{ bash_ensure_pam_module_options('/etc/pam.d/common-auth', 'auth', 
'required', 'pam_tally2.so', 'deny', 'X', "${var_password_pam_tally2}") }}}
 {{{ bash_ensure_pam_module_options('/etc/pam.d/common-auth', 'auth', 
'required', 'pam_tally2.so', 'onerr', '(fail)', 'fail') }}}
 {{{ bash_ensure_pam_module_options('/etc/pam.d/common-account', 'account', 
'required', 'pam_tally2.so', '', '', '') }}}

Reply via email to