Hello community,
here is the log from the commit of package sca-patterns-sle09 for
openSUSE:Factory checked in at 2018-01-06 18:53:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle09 (Old)
and /work/SRC/openSUSE:Factory/.sca-patterns-sle09.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sca-patterns-sle09"
Sat Jan 6 18:53:09 2018 rev:1 rq:562001 version:1.3
Changes:
--------
New Changes file:
--- /dev/null 2018-01-05 12:14:39.755488130 +0100
+++
/work/SRC/openSUSE:Factory/.sca-patterns-sle09.new/sca-patterns-sle09.changes
2018-01-06 18:53:12.619958554 +0100
@@ -0,0 +1,104 @@
+-------------------------------------------------------------------
+Tue Jan 2 19:32:00 UTC 2018 - [email protected]
+
+- Removed unnecessary %clean from spec
+
+-------------------------------------------------------------------
+Mon Dec 18 19:03:53 UTC 2017 - [email protected]
+
+- Updated spec file with spec-cleaner suggestions
+- Removed COPYING.GPLv2
+
+-------------------------------------------------------------------
+Thu Mar 3 20:16:33 UTC 2016 - [email protected]
+
+- Update Makefile
+
+-------------------------------------------------------------------
+Tue Feb 23 19:40:00 UTC 2016 - [email protected]
+
+- Updated patterns (bsc#953203)
+
+-------------------------------------------------------------------
+Fri Dec 5 21:53:43 UTC 2014 - [email protected]
+
+- New Patterns
+ sle9all/bind_SUSE-SU-2011_1270-3_9.0.py
+ sle9all/java_SUSE-SU-2011_0863-2_9.0.py
+ sle9all/java_SUSE-SU-2011_0966-1_9.0.py
+
+-------------------------------------------------------------------
+Fri Dec 5 20:11:44 UTC 2014 - [email protected]
+
+- New Patterns
+ sle9all/bind_SUSE-SU-2012_0741-6_9.0.py
+ sle9all/freetype2_SUSE-SU-2012_0521-1_9.0.py
+ sle9all/heimdal_SUSE-SU-2012_0024-1_9.0.py
+ sle9all/heimdal_SUSE-SU-2012_0056-1_9.0.py
+ sle9all/samba_SUSE-SU-2012_0338-1_9.0.py
+ sle9all/samba_SUSE-SU-2012_0501-2_9.0.py
+
+-------------------------------------------------------------------
+Thu Dec 4 23:01:51 UTC 2014 - [email protected]
+
+- New Patterns
+ sle9all/sdk_SUSE-SU-2013_0440-5_9.0.py
+ sle9all/sdk_SUSE-SU-2013_0478-1_9.0.py
+ sle9all/sdk_SUSE-SU-2013_1293-1_9.0.py
+
+-------------------------------------------------------------------
+Wed Jun 25 20:21:57 UTC 2014 - [email protected]
+
+- New Patterns
+ gnutls-SUSE-SU-2014_0800-1.pl
+ openssl-SUSE-SU-2014_0768-1.pl
+
+-------------------------------------------------------------------
+Tue Apr 22 16:31:46 UTC 2014 - [email protected]
+
+- Fixed Use of uninitialized value in addition in bhc-cpucs-00001.pl
+- Fixed Argument "like:" isn't numeric in bhc-cpuint-00001.pl
+- Fixed bhc-kerneltaint-00001.pl to check for invalid taint
+
+-------------------------------------------------------------------
+Wed Apr 2 21:18:24 UTC 2014 - [email protected]
+
+- New Security Patterns
+ sle9all/gnutls-SUSE-SU-2014_0324-1.pl
+ sle9all/javaibm-SUSE-SU-2014_0266-1.pl
+
+-------------------------------------------------------------------
+Thu Mar 13 17:30:52 UTC 2014 - [email protected]
+
+- Fixed FSF address in all patterns
+- Change to System/Monitoring spec Group
+
+-------------------------------------------------------------------
+Tue Mar 4 21:27:32 UTC 2014 - [email protected]
+
+- Fixed out of range index errors
+ sle9all/bhc-memused-00001.pl
+
+-------------------------------------------------------------------
+Sat Feb 8 22:25:50 UTC 2014 - [email protected]
+
+- Packaged COPYING.GPLv2
+
+-------------------------------------------------------------------
+Fri Jan 31 19:40:49 UTC 2014 - [email protected]
+
+- includes pertinent patterns from sca-patterns-basic
+
+-------------------------------------------------------------------
+Thu Jan 16 10:13:41 MST 2014 [email protected]
+
+- relocated files according to FHS
+
+-------------------------------------------------------------------
+Wed Dec 20 10:13:41 MST 2013 [email protected]
+
+- separated as individual RPM package
+- added
+ javaibm-SUSE-SU-2013_1677-1.pl sle9
+
+
New:
----
sca-patterns-sle09-1.3.tar.gz
sca-patterns-sle09.changes
sca-patterns-sle09.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sca-patterns-sle09.spec ++++++
#
# spec file for package sca-patterns-sle09
#
# 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 SLE
Name: sca-patterns-sle09
Version: 1.3
Release: 0
Summary: Supportconfig Analysis Patterns for SLE9
License: GPL-2.0
URL: https://github.com/g23guy/sca-patterns-sle09
Group: System/Monitoring
Source: %{name}-%{version}.tar.gz
Requires: sca-patterns-base
Buildarch: noarch
%description
Supportconfig Analysis (SCA) appliance patterns to identify known
issues relating to all versions of SLE9
See %{_docdir}/sca-patterns-base/COPYING.GPLv2
%prep
%setup -q
%build
%install
pwd;ls -la
install -d %{buildroot}/%{patdir}/%{category}
install -d %{buildroot}/%{patdir}/%{category}/sle9all
install -m %{mode} patterns/%{category}/sle9all/*
%{buildroot}/%{patdir}/%{category}/sle9all
%files
%defattr(-,%{patuser},%{patgrp})
%dir %{patdirbase}
%dir %{patdir}
%dir %{patdir}/%{category}
%dir %{patdir}/%{category}/sle9all
%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle9all/*
%changelog