Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
fe76648548
commit
1d0f2dd695
@ -3,7 +3,7 @@
|
|||||||
Summary: Tools for managing the Oracle Cluster Filesystem 2
|
Summary: Tools for managing the Oracle Cluster Filesystem 2
|
||||||
Name: ocfs2-tools
|
Name: ocfs2-tools
|
||||||
Version: 1.8.5
|
Version: 1.8.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: https://github.com/markfasheh/%{name}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/markfasheh/%{name}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
# applied in upstream git 0ffd58b2
|
# applied in upstream git 0ffd58b2
|
||||||
@ -60,7 +60,7 @@ Requires: e2fsprogs
|
|||||||
Requires: glib2 >= 2.2.3
|
Requires: glib2 >= 2.2.3
|
||||||
Requires: vte >= 0.11.10
|
Requires: vte >= 0.11.10
|
||||||
Requires: pygtk2 >= 1.99.16
|
Requires: pygtk2 >= 1.99.16
|
||||||
Requires: python >= 2.5
|
Requires: python2 >= 2.5
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n ocfs2console
|
%description -n ocfs2console
|
||||||
@ -188,6 +188,10 @@ chmod 755 %{buildroot}/%{python_sitearch}/ocfs2interface/*.so
|
|||||||
%{_includedir}/ocfs2/*
|
%{_includedir}/ocfs2/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.8.5-4
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Tue Feb 6 2018 Robin Lee <cheeselee@fedoraproject.org> - 1.8.5-3
|
* Tue Feb 6 2018 Robin Lee <cheeselee@fedoraproject.org> - 1.8.5-3
|
||||||
- Remove Group tags
|
- Remove Group tags
|
||||||
- Fix FSF address in files
|
- Fix FSF address in files
|
||||||
|
Loading…
Reference in New Issue
Block a user