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

pstodulk pstodulk at fedoraproject.org
Thu Dec 11 11:27:44 UTC 2014


commit 4d2eb1f677b63766e3d97ff4cb045e56e1312e60
Author: Petr Stodulka <pstodulk at redhat.com>
Date:   Thu Dec 11 12:26:44 2014 +0100

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

 git.spec |   27 ++++++---------------------
 1 files changed, 6 insertions(+), 21 deletions(-)
---
diff --git a/git.spec b/git.spec
index 909a9b5..4eec430 100644
--- a/git.spec
+++ b/git.spec
@@ -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 at 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 at 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 at redhat.com> - 2.2.0-1


More information about the scm-commits mailing list