Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2020-01-12 23:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openscap (Old)
 and      /work/SRC/openSUSE:Factory/.openscap.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openscap"

Sun Jan 12 23:25:36 2020 rev:62 rq:763678 version:1.3.1+git.20200110

Changes:
--------
--- /work/SRC/openSUSE:Factory/openscap/openscap.changes        2019-06-14 
20:43:05.750322091 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new.6675/openscap.changes      
2020-01-12 23:26:34.210864637 +0100
@@ -1,0 +2,11 @@
+Sat Jan 11 17:24:21 UTC 2020 - Marcus Meissner <[email protected]>
+
+- temporary openscap 1.3.1 git snapshot
+  - make it build with new RPM  (bsc#1160720)
+
+-------------------------------------------------------------------
+Sat Jan 11 09:01:49 UTC 2020 - Marcus Meissner <[email protected]>
+
+- use distribution-release instead of dummy-release
+
+-------------------------------------------------------------------

Old:
----
  1.3.1.tar.gz

New:
----
  _service
  openscap-1.3.1+git.20200110.tar.bz2

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

Other differences:
------------------
++++++ openscap.spec ++++++
--- /var/tmp/diff_new_pack.N1Q3fg/_old  2020-01-12 23:26:34.974864919 +0100
+++ /var/tmp/diff_new_pack.N1Q3fg/_new  2020-01-12 23:26:34.974864919 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openscap
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -25,9 +25,11 @@
 %define with_bindings 0
 
 Name:           openscap
-Version:        1.3.1
-Release:        1.0
-Source:         https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz
+Version:        1.3.1+git.20200110
+Release:        0
+#Source:         https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz
+# temp snapshot to make it build with new RPM before 1.3.2
+Source:         openscap-%version.tar.bz2
 Source1:        openscap-rpmlintrc
 Source2:        sysconfig.oscap-scan
 # SUSE specific profile, based on yast2-security checks.
@@ -45,7 +47,7 @@
 %if !0%{?is_opensuse} && 0%{?sle_version} < 130000 
 BuildRequires:  sles-release
 %else
-BuildRequires:  dummy-release
+BuildRequires:  distribution-release
 %endif
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
@@ -290,6 +292,7 @@
 %{_bindir}/oscap-chroot
 %{_bindir}/scap-as-rpm
 %{_bindir}/oscap-podman
+%{_bindir}/oscap-run-sce-script
 %{_sbindir}/rcoscap-scan
 %{_datadir}/bash-completion/completions/*
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/openscap/openscap.git</param>
    <param name="scm">git</param>
    <param name="revision">maint-1.3</param>
    <param name="versionformat">@PARENT_TAG@+git.%cd</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">bz2</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

Reply via email to