Hello community, here is the log from the commit of package openscap for openSUSE:Factory checked in at 2018-02-23 15:29:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openscap (Old) and /work/SRC/openSUSE:Factory/.openscap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openscap" Fri Feb 23 15:29:34 2018 rev:54 rq:579041 version:1.2.16 Changes: -------- --- /work/SRC/openSUSE:Factory/openscap/openscap.changes 2017-11-24 10:54:27.904297035 +0100 +++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes 2018-02-23 15:29:35.158982339 +0100 @@ -1,0 +2,5 @@ +Thu Feb 22 13:41:36 UTC 2018 - [email protected] + +- disable scap-as-rpm binary to avoid python2 dependency. (bsc#1082135) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openscap.spec ++++++ --- /var/tmp/diff_new_pack.01d1L4/_old 2018-02-23 15:29:36.446935806 +0100 +++ /var/tmp/diff_new_pack.01d1L4/_new 2018-02-23 15:29:36.450935662 +0100 @@ -1,7 +1,7 @@ # # spec file for package openscap # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -192,6 +192,9 @@ make install DESTDIR=%{buildroot} find %{buildroot} -name "*.la" -delete +# last python2 user in oscap-utils ... needs porting to python3 +rm %{buildroot}/usr/bin/scap-as-rpm + mkdir -p $RPM_BUILD_ROOT%{_fillupdir} install -d -m 755 $RPM_BUILD_ROOT%{_initrddir} install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/oscap-scan @@ -303,7 +306,8 @@ %{_bindir}/oscap-vm %{_bindir}/oscap-ssh %{_bindir}/oscap-chroot -%{_bindir}/scap-as-rpm +# currently not shipped as it is still python2 +#{_bindir}/scap-as-rpm %config %{_sysconfdir}/bash_completion.d/* %files content
