Rebuilt without platform-python
to revert the switch of /usr/bin/dnf to platform-python in standard Fedora
This commit is contained in:
parent
246bcac7ee
commit
5d617cd123
8
dnf.spec
8
dnf.spec
@ -20,7 +20,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%bcond_without platform_python
|
%bcond_with platform_python
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 2.6.3
|
Version: 2.6.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPLv2+ and GPLv2 and GPL
|
License: GPLv2+ and GPLv2 and GPL
|
||||||
@ -508,6 +508,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2017 Tomas Orsava <torsava@redhat.com> - 2.6.3-3
|
||||||
|
- Rebuilt without platform-python to revert the switch of /usr/bin/dnf to
|
||||||
|
platform-python in standard Fedora
|
||||||
|
|
||||||
* Fri Aug 11 2017 Miro Hrončok <mhroncok@redhat.com> - 2.6.3-2
|
* Fri Aug 11 2017 Miro Hrončok <mhroncok@redhat.com> - 2.6.3-2
|
||||||
- Add platform-python subpackage
|
- Add platform-python subpackage
|
||||||
- Remove system_python macros
|
- Remove system_python macros
|
||||||
|
Loading…
Reference in New Issue
Block a user