From e7b54f347544dd7dcab982718d5254b34be3cbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 25 Jul 2018 00:51:33 +0200 Subject: [PATCH] Update Python macros to new packaging standards --- openscap.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openscap.spec b/openscap.spec index fda7d9f..19ccb83 100644 --- a/openscap.spec +++ b/openscap.spec @@ -1,6 +1,6 @@ Name: openscap Version: 1.3.0_alpha1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of open source libraries enabling integration of the SCAP line of standards Group: System Environment/Libraries License: LGPLv2+ @@ -184,7 +184,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/openscap/cpe/* %files -n python2-openscap -%{python_sitearch}/* +%{python2_sitearch}/* %files python3 %{python3_sitearch}/* @@ -229,6 +229,10 @@ rm -rf $RPM_BUILD_ROOT %{python3_sitelib}/oscap_docker_python/* %changelog +* Tue Jul 24 2018 Miro Hrončok - 1.3.0_alpha1-2 +- Update Python macros to new packaging standards + (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package) + * Wed Jul 18 2018 Jan Černý - 1.3.0_alpha1-1 - upgrade to the latest upstream release - change specfile to use CMake