Hello community,

here is the log from the commit of package sca-patterns-hae for 
openSUSE:Factory checked in at 2018-01-06 18:52:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-patterns-hae (Old)
 and      /work/SRC/openSUSE:Factory/.sca-patterns-hae.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sca-patterns-hae"

Sat Jan  6 18:52:51 2018 rev:1 rq:561999 version:1.3

Changes:
--------
New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.sca-patterns-hae.new/sca-patterns-hae.changes   
2018-01-06 18:52:52.160914496 +0100
@@ -0,0 +1,83 @@
+-------------------------------------------------------------------
+Tue Jan  2 19:31:25 UTC 2018 - jason.rec...@suse.com
+
+- Removed unnecessary %clean from spec
+
+-------------------------------------------------------------------
+Mon Dec 18 19:16:17 UTC 2017 - jason.rec...@suse.com
+
+- Updated spec file with spec-cleaner suggestions
+- Removed COPYING.GPLv2
+
+-------------------------------------------------------------------
+Fri Jun  2 23:02:01 UTC 2017 - jason.rec...@suse.com
+
+- Added security patterns (bsc#1042514)
+
+-------------------------------------------------------------------
+Tue Feb 23 19:38:32 UTC 2016 - jrec...@suse.com
+
+- Updated patterns (bsc#953203)
+
+-------------------------------------------------------------------
+Thu Apr  2 17:23:51 UTC 2015 - jrec...@suse.com
+
+- Fixed ocfs2-00004.pl false ro hit (bnc#921627)
+
+-------------------------------------------------------------------
+Wed Jun 18 22:03:22 UTC 2014 - jrec...@suse.com
+
+- New Patterns
+  bindnetaddr-7015225.py
+  mcastport-7015225.py
+  corosync-7015215.py
+
+-------------------------------------------------------------------
+Wed Jun  4 20:10:25 UTC 2014 - jrec...@suse.com
+
+- Moved from SLE to HAE category
+- Moved pattern structure to HAE only
+
+-------------------------------------------------------------------
+Thu May 15 16:46:47 UTC 2014 - jrec...@suse.com
+
+- Fixed argument isn't numeric in stop-00001.pl
+
+-------------------------------------------------------------------
+Wed Apr 23 16:34:41 UTC 2014 - jrec...@suse.com
+
+- Fixed haesbd-00004.pl false mismatch on UUID (bnc#867828)
+
+-------------------------------------------------------------------
+Fri Mar 21 18:13:58 UTC 2014 - jrec...@suse.com
+
+- Fixed spec file macro
+
+-------------------------------------------------------------------
+Thu Mar 20 15:48:20 UTC 2014 - jrec...@suse.com
+
+- Removed duplicates with fdupes
+- Fixed FSF address in all patterns
+- Change to System/Monitoring spec Group
+
+-------------------------------------------------------------------
+Sat Feb  8 22:22:18 UTC 2014 - jrec...@suse.com
+
+- Packaged COPYING.GPLv2
+
+-------------------------------------------------------------------
+Fri Jan 31 19:37:14 UTC 2014 - jrec...@suse.com
+
+- includes pertinent patterns from sca-patterns-basic
+- moved patterns from own directory to SLE structure
+
+-------------------------------------------------------------------
+Thu Jan 16 09:34:28 MST 2014 jrec...@suse.com
+
+- relocated files according to FHS
+
+-------------------------------------------------------------------
+Wed Dec 20 09:34:28 MST 2013 jrec...@suse.com
+
+- separated as individual RPM package
+

New:
----
  sca-patterns-hae-1.3.tar.gz
  sca-patterns-hae.changes
  sca-patterns-hae.spec

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

Other differences:
------------------
++++++ sca-patterns-hae.spec ++++++
# 
# spec file for package sca-patterns-hae
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

%define sca_common sca
%define patdirbase /usr/lib/%{sca_common}
%define patdir %{patdirbase}/patterns
%define patuser root
%define patgrp root
%define mode 544
%define category HAE

Name:         sca-patterns-hae
Version:      1.3
Release:      0
Summary:      Supportconfig Analysis Patterns for HAE
License:      GPL-2.0
URL:          https://github.com/g23guy/sca-patterns-hae
Group:        System/Monitoring
Source:       %{name}-%{version}.tar.gz
BuildRequires: fdupes
Requires:     sca-patterns-base
Buildarch:    noarch

%description
Supportconfig Analysis (SCA) appliance patterns to identify known
issues relating to all versions of High Availability Extension (HAE)
clustering

See %{_docdir}/sca-patterns-base/COPYING.GPLv2

%prep
%setup -q

%build

%install
pwd;ls -la
install -d %{buildroot}/%{patdir}/%{category}
install -m %{mode} patterns/HAE/* %{buildroot}/%{patdir}/%{category}
%fdupes %{buildroot}

%files
%defattr(-,%{patuser},%{patgrp})
%dir %{patdirbase}
%dir %{patdir}
%dir %{patdir}/%{category}
%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/*

%changelog


Reply via email to