Make python-unversioned-command dependent on Fedora >= 29.
This commit is contained in:
parent
a7ff5bd624
commit
bdb7df6fd9
@ -64,7 +64,10 @@ BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl(ExtUtils::Embed)
|
||||
BuildRequires: python2-devel, python-unversioned-command
|
||||
BuildRequires: python2-devel
|
||||
%if 0%{?fedora} >= 29
|
||||
BuildRequires: python-unversioned-command
|
||||
%endif
|
||||
%if 0%{?have_python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
@ -758,6 +761,7 @@ popd
|
||||
* Sat Jul 7 2018 Richard W.M. Jones <rjones@redhat.com> - 1.5.0-1
|
||||
- New upstream version 1.5.0.
|
||||
- Add Lua plugin and nbdkit-plugin-lua subpackage.
|
||||
- Make python-unversioned-command dependent on Fedora >= 29.
|
||||
|
||||
* Fri Jul 6 2018 Richard W.M. Jones <rjones@redhat.com> - 1.4.0-1
|
||||
- New upstream version 1.4.0.
|
||||
|
Loading…
Reference in New Issue
Block a user