remove python2-pyaff from Fedora

This commit is contained in:
Miro Hrončok 2019-04-11 21:37:49 +02:00
commit ca127d8f4a

View file

@ -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 <mhroncok@redhat.com> - 3.7.18-3
- remove python2-pyaff from Fedora
* Mon Apr 01 2019 Michal Ambroz <rebus _AT seznam.cz> - 3.7.18-2
- separate python2-pyaff / python3-pyaff packages
- fix python dependencies for EPEL build