Remove stray Python 2 files from the Python 3 package
This commit is contained in:
parent
2e1aa65d43
commit
8c6c528906
@ -1,7 +1,7 @@
|
|||||||
Summary: Mercurial -- a distributed SCM
|
Summary: Mercurial -- a distributed SCM
|
||||||
Name: mercurial
|
Name: mercurial
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# Release: 1.rc1%%{?dist}
|
# Release: 1.rc1%%{?dist}
|
||||||
|
|
||||||
@ -271,8 +271,8 @@ fi
|
|||||||
%dir %{_sysconfdir}/mercurial/hgrc.d
|
%dir %{_sysconfdir}/mercurial/hgrc.d
|
||||||
%{_datadir}/bash-completion/
|
%{_datadir}/bash-completion/
|
||||||
%{_datadir}/zsh/site-functions/_mercurial
|
%{_datadir}/zsh/site-functions/_mercurial
|
||||||
%{python2_sitearch}/mercurial
|
%{python2_sitearch}/mercurial/
|
||||||
%{python2_sitearch}/hgext
|
%{python2_sitearch}/hgext/
|
||||||
%{_emacs_sitelispdir}/mercurial
|
%{_emacs_sitelispdir}/mercurial
|
||||||
%{_emacs_sitestartdir}/*.el
|
%{_emacs_sitestartdir}/*.el
|
||||||
%ghost %{_bindir}/hg
|
%ghost %{_bindir}/hg
|
||||||
@ -282,7 +282,7 @@ fi
|
|||||||
|
|
||||||
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc
|
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc
|
||||||
|
|
||||||
%files py3 -f %{name}2-base-filtered.files
|
%files py3 -f %{name}3-base-filtered.files
|
||||||
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
|
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
|
||||||
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
||||||
%doc %attr(644,root,root) contrib/*.svg
|
%doc %attr(644,root,root) contrib/*.svg
|
||||||
@ -292,11 +292,8 @@ fi
|
|||||||
%dir %{_sysconfdir}/mercurial/hgrc.d
|
%dir %{_sysconfdir}/mercurial/hgrc.d
|
||||||
%{_datadir}/bash-completion/
|
%{_datadir}/bash-completion/
|
||||||
%{_datadir}/zsh/site-functions/_mercurial
|
%{_datadir}/zsh/site-functions/_mercurial
|
||||||
%{python3_sitearch}/mercurial-*.egg-info
|
|
||||||
%{python3_sitearch}/mercurial/
|
%{python3_sitearch}/mercurial/
|
||||||
%{python3_sitearch}/hgdemandimport/
|
|
||||||
%{python3_sitearch}/hgext/
|
%{python3_sitearch}/hgext/
|
||||||
%{python3_sitearch}/hgext3rd/
|
|
||||||
%{_emacs_sitelispdir}/mercurial
|
%{_emacs_sitelispdir}/mercurial
|
||||||
%{_emacs_sitestartdir}/*.el
|
%{_emacs_sitestartdir}/*.el
|
||||||
%ghost %{_bindir}/hg
|
%ghost %{_bindir}/hg
|
||||||
@ -326,6 +323,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 12 2019 Miro Hrončok <mhroncok@redhat.com> - 5.2-3
|
||||||
|
- Remove stray Python 2 files from the Python 3 package
|
||||||
|
|
||||||
* Tue Nov 26 2019 Miro Hrončok <mhroncok@redhat.com> - 5.2-2
|
* Tue Nov 26 2019 Miro Hrončok <mhroncok@redhat.com> - 5.2-2
|
||||||
- Use alternatives for /usr/bin/hg
|
- Use alternatives for /usr/bin/hg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user