Bug 1170855

Summary: git-hg needs to be replaced by git-remote-hg
Product: [Fedora] Fedora Reporter: Hin-Tak Leung <htl10>
Component: gitAssignee: Petr Stodulka <pstodulk>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: chrisw, jbowes, mattdm, ooprala, pstodulk, tmz, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: git-2.1.0-4.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-17 04:41:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hin-Tak Leung 2014-12-05 02:10:48 UTC
Description of problem:
I see the most recent change at 
http://koji.fedoraproject.org/koji/buildinfo?buildID=596089 for git-2.1.0-3.fc21
and http://koji.fedoraproject.org/koji/buildinfo?buildID=596102 for git-2.2.0-2.fc22

are 
* Thu Nov 27 2014 Petr Stodulka <pstodulk> - 2.1.0-3 - removed git-bzr (not functional already) -> replaced by separated package git-remote-bzr 

* Fri Nov 28 2014 Petr Stodulka <pstodulk> - 2.2.0-2 - removed git-bzr which is replaced by git-remote-bzr from separated package

actually the same thing is needed for git-hg /git-remote-hg. (it is actually by the same author...)




Version-Release number of selected component (if applicable):
git-2.1.0-3.fc21
git-2.2.0-2.fc22

How reproducible:
always.


Steps to Reproduce:
1. try interacting with a hg repo.
2.
3.

Actual results:
The git-hg part now does
$ git fetch --all
Fetching origin
WARNING: git-remote-hg is now maintained independently.
WARNING: For more information visit https://github.com/felipec/git-remote-hg
WARNING:
WARNING: You can pick a directory on your $PATH and download it, e.g.:
WARNING:   $ wget -O $HOME/bin/git-remote-hg \
WARNING:     https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg
WARNING:   $ chmod +x $HOME/bin/git-remote-hg
error: Could not fetch origin

Expected results:
expect git to work.

Additional info:

I used to have it under $HOME/bin, but 
/usr/libexec/git-core/git-remote-hg
from git-hg-2.1.0 is overriding my bin and broke it. In 1.9.x, the version differs slightly but not important.

Comment 1 Fedora Update System 2014-12-11 13:32:07 UTC
git-2.1.0-4.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/git-2.1.0-4.fc21

Comment 2 Petr Stodulka 2014-12-11 13:37:36 UTC
git-hg is removed from spec file of git, however I don't know how remove already built subpackage from database. In future git-hg will not be built anymore.

Comment 3 Fedora Update System 2014-12-13 09:54:35 UTC
Package git-2.1.0-4.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing git-2.1.0-4.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-16933/git-2.1.0-4.fc21
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2014-12-17 04:41:55 UTC
git-2.1.0-4.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Petr Stodulka 2015-03-09 18:31:30 UTC
*** Bug 1200088 has been marked as a duplicate of this bug. ***