From ca127d8f4afa12b2dbb0c0cb07fd328bd008da48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 11 Apr 2019 21:37:49 +0200 Subject: [PATCH] remove python2-pyaff from Fedora --- afflib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/afflib.spec b/afflib.spec index 8c0a7a1..e65cd21 100644 --- a/afflib.spec +++ b/afflib.spec @@ -1,10 +1,10 @@ Name: afflib Version: 3.7.18 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library to support the Advanced Forensic Format # Build also the python2 package -%global with_python2 1 +%global with_python2 0 # Build also the python3 package %global with_python3 1 @@ -165,7 +165,6 @@ cd pyaff %files -n afftools %{_bindir}/aff* -%{python2_sitearch}/* %{_mandir}/man1/aff*.1.* %files devel @@ -194,6 +193,9 @@ cd pyaff %changelog +* Thu Apr 11 2019 Miro HronĨok - 3.7.18-3 +- remove python2-pyaff from Fedora + * Mon Apr 01 2019 Michal Ambroz - 3.7.18-2 - separate python2-pyaff / python3-pyaff packages - fix python dependencies for EPEL build