Hello community,

here is the log from the commit of package sca-patterns-hae for 
openSUSE:Factory checked in at 2020-12-16 11:01:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-patterns-hae (Old)
 and      /work/SRC/openSUSE:Factory/.sca-patterns-hae.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sca-patterns-hae"

Wed Dec 16 11:01:42 2020 rev:2 rq:856087 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sca-patterns-hae/sca-patterns-hae.changes        
2018-01-06 18:52:52.160914496 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-hae.new.2328/sca-patterns-hae.changes  
    2020-12-16 11:01:42.823642165 +0100
@@ -1,0 +2,6 @@
+Tue Jun 25 22:58:31 UTC 2019 - jason.rec...@suse.com
+
+- Updates to version 1.3.1
+  + Fixed false positive for stonith-00002.pl (bsc#1124793)
+
+-------------------------------------------------------------------

Old:
----
  sca-patterns-hae-1.3.tar.gz

New:
----
  sca-patterns-hae-1.3.1.tar.gz

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

Other differences:
------------------
++++++ sca-patterns-hae.spec ++++++
--- /var/tmp/diff_new_pack.awKKqy/_old  2020-12-16 11:01:43.491642822 +0100
+++ /var/tmp/diff_new_pack.awKKqy/_new  2020-12-16 11:01:43.499642830 +0100
@@ -1,7 +1,7 @@
 # 
 # spec file for package sca-patterns-hae
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,6 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+
 %define sca_common sca
 %define patdirbase /usr/lib/%{sca_common}
 %define patdir %{patdirbase}/patterns
@@ -21,16 +25,16 @@
 %define category HAE
 
 Name:         sca-patterns-hae
-Version:      1.3
+Version:        1.3.1
 Release:      0
 Summary:      Supportconfig Analysis Patterns for HAE
-License:      GPL-2.0
-URL:          https://github.com/g23guy/sca-patterns-hae
+License:        GPL-2.0-only
 Group:        System/Monitoring
+URL:            https://github.com/g23guy/sca-patterns-hae
 Source:       %{name}-%{version}.tar.gz
 BuildRequires: fdupes
 Requires:     sca-patterns-base
-Buildarch:    noarch
+BuildArch:      noarch
 
 %description
 Supportconfig Analysis (SCA) appliance patterns to identify known

++++++ sca-patterns-hae-1.3.tar.gz -> sca-patterns-hae-1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sca-patterns-hae-1.3/patterns/HAE/stonith-00002.pl 
new/sca-patterns-hae-1.3.1/patterns/HAE/stonith-00002.pl
--- old/sca-patterns-hae-1.3/patterns/HAE/stonith-00002.pl      2017-07-07 
18:13:42.861792812 +0200
+++ new/sca-patterns-hae-1.3.1/patterns/HAE/stonith-00002.pl    2019-06-26 
00:41:19.967234893 +0200
@@ -2,10 +2,10 @@
 
 # Title:       Missing STONITH resource
 # Description: Checks for missing STONITH resources
-# Modified:    2013 Jun 21
+# Modified:    2019 Jun 25
 
 ##############################################################################
-#  Copyright (C) 2013 SUSE LLC
+#  Copyright (C) 2013-2019 SUSE LLC
 ##############################################################################
 #
 #  This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 #  along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 #  Authors/Contributors:
-#   Jason Record (jrec...@suse.com)
+#   Jason Record (jason.rec...@suse.com)
 
 ##############################################################################
 
@@ -81,7 +81,7 @@
                        if ( /<\/primitive>/i ) {
                                SDP::Core::printDebug('RESOURCE', "Found");
                                $RESOURCES++;
-                       } elsif ( /<primitive class="stonith"/i ) {
+                       } elsif ( /<primitive.*class="stonith"/i ) {
                                SDP::Core::printDebug('STONITH RESOURCE', 
"Found");
                                $STONITH_RESOURCE = 1;
                        } elsif ( 
/<nvpair.*name="stonith-enabled".*value="false"/i ) {
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to