Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
635899efd3
commit
b3a51aea51
@ -3,7 +3,7 @@
|
|||||||
Summary: Mercurial -- a distributed SCM
|
Summary: Mercurial -- a distributed SCM
|
||||||
Name: mercurial
|
Name: mercurial
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# Release: 1.rc1%{?dist}
|
# Release: 1.rc1%{?dist}
|
||||||
|
|
||||||
@ -19,9 +19,9 @@ Source1: mercurial-site-start.el
|
|||||||
#Patch0: mercurial-i18n.patch
|
#Patch0: mercurial-i18n.patch
|
||||||
#Patch1: docutils-0.8.patch
|
#Patch1: docutils-0.8.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: python python-devel bash-completion
|
BuildRequires: python2 python2-devel bash-completion
|
||||||
BuildRequires: emacs-nox emacs-el pkgconfig gettext python-docutils
|
BuildRequires: emacs-nox emacs-el pkgconfig gettext python2-docutils
|
||||||
Requires: python emacs-filesystem
|
Requires: python2 emacs-filesystem
|
||||||
Provides: hg = %{version}-%{release}
|
Provides: hg = %{version}-%{release}
|
||||||
Obsoletes: emacs-mercurial <= 3.4.1, emacs-mercurial-el <= 3.4.1
|
Obsoletes: emacs-mercurial <= 3.4.1, emacs-mercurial-el <= 3.4.1
|
||||||
Provides: emacs-mercurial <= 3.4.1, emacs-mercurial-el <= 3.4.1
|
Provides: emacs-mercurial <= 3.4.1, emacs-mercurial-el <= 3.4.1
|
||||||
@ -155,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
##cd tests && %{__python} run-tests.py
|
##cd tests && %{__python} run-tests.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.4.2-2
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Fri Dec 29 2017 Neal Becker <nbecker@nbecker2> - 4.4.2-1
|
* Fri Dec 29 2017 Neal Becker <nbecker@nbecker2> - 4.4.2-1
|
||||||
- Update to 4.4.2
|
- Update to 4.4.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user