Hello community,

here is the log from the commit of package seccheck for openSUSE:Factory 
checked in at 2015-10-14 16:44:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seccheck (Old)
 and      /work/SRC/openSUSE:Factory/.seccheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seccheck"

Changes:
--------
--- /work/SRC/openSUSE:Factory/seccheck/seccheck.changes        2015-02-05 
11:00:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.seccheck.new/seccheck.changes   2015-10-14 
16:44:27.000000000 +0200
@@ -2 +2,13 @@
-Tue Feb  3 15:41:45 UTC 2015 - [email protected]
+Wed Oct  7 09:25:59 UTC 2015 - [email protected]
+
+- fixed bnc#942846: seccheck does not collect the same data in 
+SLES 12 and SLES 11 sp3
+
+- seccheck-3.0-fix-bashisms.patch and daily-mailer.patch were merged into 
upstream
+-------------------------------------------------------------------
+Mon Oct  5 15:09:43 UTC 2015 - [email protected]
+
+- use upstream version of code 
+
+-------------------------------------------------------------------
+Tue Feb  3 15:41:45 UTC 2015 - [email protected]

Old:
----
  daily-mailer.patch
  seccheck-3.0-fix-bashisms.patch
  seccheck-3.0.tar.gz

New:
----
  _service
  master.zip

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

Other differences:
------------------
++++++ seccheck.spec ++++++
--- /var/tmp/diff_new_pack.hjiUnH/_old  2015-10-14 16:44:28.000000000 +0200
+++ /var/tmp/diff_new_pack.hjiUnH/_new  2015-10-14 16:44:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package seccheck
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -22,11 +22,10 @@
 Summary:        Security-Check Scripts
 License:        GPL-2.0+
 Group:          Productivity/Security
-Source:         %{name}-%{version}.tar.gz
-Source1:        sysconfig.seccheck
-Source2:        cron_entries
-Patch0:         daily-mailer.patch
-Patch1:         %{name}-3.0-fix-bashisms.patch
+Source0:        https://github.com/vpereira/seccheck/archive/master.zip
+Source1:        cron_entries
+Source2:        sysconfig.seccheck
+BuildRequires:  unzip
 Requires:       bash
 Requires:       cron
 # FIXME: use proper Requires(pre/post/preun/...)
@@ -40,10 +39,7 @@
 your system.
 
 %prep
-%setup -q
-
-%patch0 -p1
-%patch1 -p1 -F2
+%setup -q -n seccheck-master
 
 %install
 install -d -m 700 %{buildroot}%{_localstatedir}/lib/secchk

++++++ _service ++++++
<services>
 <service name="download_url" mode="localonly">
    <param name="protocol">https</param>
    <param name="host">github.com</param>
    <param name="path">/vpereira/seccheck/archive/master.zip</param>
  </service>
</services>

Reply via email to