mercurial 5.2.2
This commit is contained in:
parent
c21d2ce0ae
commit
94933dbb5d
@ -1,7 +1,7 @@
|
||||
Summary: Mercurial -- a distributed SCM
|
||||
Name: mercurial
|
||||
Version: 5.2.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# Release: 1.rc1%%{?dist}
|
||||
|
||||
@ -158,11 +158,15 @@ make install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
||||
grep -v -e 'hgk.py*' \
|
||||
-e "%{python3_sitearch}/mercurial/" \
|
||||
-e "%{python3_sitearch}/hgext/" \
|
||||
-e "%{python3_sitearch}/hgext3rd/" \
|
||||
-e "%{python3_sitearch}/hgdemandimport/" \
|
||||
-e "%{_bindir}" \
|
||||
< %{name}3.files > %{name}3-base.files
|
||||
grep -v -e 'hgk.py*' \
|
||||
-e "%{python2_sitearch}/mercurial/" \
|
||||
-e "%{python2_sitearch}/hgext/" \
|
||||
-e "%{python2_sitearch}/hgext3rd/" \
|
||||
-e "%{python2_sitearch}/hgdemandimport/" \
|
||||
-e "%{_bindir}" \
|
||||
< %{name}2.files > %{name}2-base.files
|
||||
grep 'hgk.py*' < %{name}3.files > %{name}3-hgk.files
|
||||
@ -283,6 +287,8 @@ fi
|
||||
%{_datadir}/zsh/site-functions/_mercurial
|
||||
%{python2_sitearch}/mercurial/
|
||||
%{python2_sitearch}/hgext/
|
||||
%{python2_sitearch}/hgext3rd/
|
||||
%{python2_sitearch}/hgdemandimport/
|
||||
%{_emacs_sitelispdir}/mercurial
|
||||
%{_emacs_sitestartdir}/*.el
|
||||
%ghost %{_bindir}/hg
|
||||
@ -304,6 +310,8 @@ fi
|
||||
%{_datadir}/zsh/site-functions/_mercurial
|
||||
%{python3_sitearch}/mercurial/
|
||||
%{python3_sitearch}/hgext/
|
||||
%{python3_sitearch}/hgext3rd/
|
||||
%{python3_sitearch}/hgdemandimport/
|
||||
%{_emacs_sitelispdir}/mercurial
|
||||
%{_emacs_sitestartdir}/*.el
|
||||
%ghost %{_bindir}/hg
|
||||
@ -333,6 +341,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 5 14:28:14 CET 2020 Mads Kiilerich <mads@kiilerich.com> - 5.2.2-3
|
||||
- Fix ownership of hgext3rd and hgdemandimport (#1897681)
|
||||
|
||||
* Fri Dec 4 00:07:05 CET 2020 Mads Kiilerich <mads@kiilerich.com> - 5.2.2-2
|
||||
- Fix missing update of sources
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user