From b5b29e5f61684c67acfd3750ca1a232226c80564 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 17 2018 14:42:09 +0000 Subject: Update Python macros to new packaging standards --- diff --git a/afflib.spec b/afflib.spec index ec19309..4077ba6 100644 --- a/afflib.spec +++ b/afflib.spec @@ -1,6 +1,6 @@ Name: afflib Version: 3.7.16 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Library to support the Advanced Forensic Format License: BSD with advertising @@ -95,7 +95,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %files -n afftools %{_bindir}/aff* -%{python_sitearch}/* +%{python2_sitearch}/* %{_mandir}/man1/aff*.1.* %files devel @@ -106,6 +106,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Tue Jul 17 2018 Miro Hrončok - 3.7.16-7 +- Update Python macros to new packaging standards + (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package) + * Tue Jul 17 2018 Nicolas Chauvet - 3.7.16-6 - Add missng cc