Hello community,

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

Package is "sca-patterns-filr"

Sat Jan  6 18:52:44 2018 rev:1 rq:561997 version:1.3

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

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.sca-patterns-filr.new/sca-patterns-filr.changes 
2018-01-06 18:52:44.637266036 +0100
@@ -0,0 +1,53 @@
+-------------------------------------------------------------------
+Tue Jan  2 19:30:49 UTC 2018 - jason.rec...@suse.com
+
+- Removed unnecessary %clean from spec
+
+-------------------------------------------------------------------
+Mon Dec 18 19:29:27 UTC 2017 - jason.rec...@suse.com
+
+- Updated spec file with spec-cleaner suggestions
+- Removed COPYING.GPLv2
+
+-------------------------------------------------------------------
+Thu May 15 16:11:04 UTC 2014 - jrec...@suse.com
+
+- Fixed heap-7012478.py integer and print errors
+
+-------------------------------------------------------------------
+Wed Apr 16 16:06:09 UTC 2014 - jrec...@suse.com
+
+- Changed to lower case directory for consistency
+
+-------------------------------------------------------------------
+Thu Mar 13 17:27:50 UTC 2014 - jrec...@suse.com
+
+- Fixed FSF address in all patterns
+- Change to System/Monitoring spec Group
+
+-------------------------------------------------------------------
+Sat Feb  8 22:19:04 UTC 2014 - jrec...@suse.com
+
+- Packaged COPYING.GPLv2
+
+-------------------------------------------------------------------
+Fri Jan 31 19:35:37 UTC 2014 - jrec...@suse.com
+
+- fixed dos format in heap-7012478.py
+
+-------------------------------------------------------------------
+Thu Jan 16 09:05:47 MST 2014 jrec...@suse.com
+
+- relocated files according to FHS
+
+-------------------------------------------------------------------
+Fri Jan 10 09:05:47 MST 2014 jrec...@suse.com
+
+- added
+  heap-7012478.py
+
+-------------------------------------------------------------------
+Wed Dec 20 09:05:47 MST 2013 jrec...@suse.com
+
+- separated as individual RPM package
+

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

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

Other differences:
------------------
++++++ sca-patterns-filr.spec ++++++
# 
# spec file for package sca-patterns-filr
#
# 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 filr

Name:         sca-patterns-filr
Version:      1.3
Release:      0
Summary:      Supportconfig Analysis Patterns for Filr
License:      GPL-2.0
URL:          https://github.com/g23guy/sca-patterns-filr
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 Filr

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

%prep
%setup -q

%build

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

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

%changelog


Reply via email to