removed git-hg subpackage - it's replaced by separated package git-remote-hg

This commit is contained in:
Petr Stodulka 2014-12-11 12:26:44 +01:00
parent f907d9b7b4
commit 4d2eb1f677

View File

@ -44,7 +44,7 @@
Name: git
Version: 2.2.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Fast Version Control System
License: GPLv2
Group: Development/Tools
@ -167,18 +167,6 @@ Requires: git = %{version}-%{release}
%description -n gitweb
Simple web interface to track changes in git repositories
%package hg
Summary: Git tools for working with mercurial repositories
Group: Development/Tools
%if %{noarch_sub}
BuildArch: noarch
%endif
Requires: git = %{version}-%{release}
Requires: mercurial >= 1.8
%description hg
%{summary}.
%package p4
Summary: Git tools for working with Perforce depots
Group: Development/Tools
@ -461,10 +449,6 @@ perl -p \
%{SOURCE3} > %{buildroot}%{_sysconfdir}/xinetd.d/git
%endif
# Install hg remote helpers from contrib
# git-bzr removed - it's replaced by git-remote-bzr from separated package
install -pm 755 contrib/remote-helpers/git-remote-hg %{buildroot}%{gitcoredir}
# Setup bash completion
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
install -pm 644 contrib/completion/git-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/git
@ -528,9 +512,6 @@ rm -rf %{buildroot}
%{!?_without_docs: %doc Documentation/howto Documentation/technical}
%{_sysconfdir}/bash_completion.d
%files hg
%defattr(-,root,root)
%{gitcoredir}/git-remote-hg
%files p4
%defattr(-,root,root)
@ -627,8 +608,12 @@ rm -rf %{buildroot}
# No files for you!
%changelog
* Thu Dec 11 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-3
- removed subpackage git-hg which is replaced by git-remote-hg from
separated package
* Fri Nov 28 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-2
- removed git-bzr which is replaced by git-remote-bzr from
- removed subpackage git-bzr which is replaced by git-remote-bzr from
separated package
* Fri Nov 28 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-1