remove python2-pyaff from Fedora
This commit is contained in:
parent
a6349c06e9
commit
ca127d8f4a
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue