Accepting request 209321 from devel:tools:scm
- Package also git-remote-hg and git-remote-bzr, so that git clone hg::$URL actually works (forwarded request 209316 from olh) OBS-URL: https://build.opensuse.org/request/show/209321 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=126
This commit is contained in:
parent
ad3b6d21b1
commit
4b2e5d6b52
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 16:21:45 CET 2013 - ohering@suse.de
|
||||
|
||||
- Package also git-remote-hg and git-remote-bzr, so that
|
||||
git clone hg::$URL actually works
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 11:26:19 CET 2013 - tiwai@suse.de
|
||||
|
||||
|
2
git.spec
2
git.spec
@ -238,6 +238,8 @@ install -m 644 %{S:4} $RPM_BUILD_ROOT/etc/xinetd.d/git
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
|
||||
install -m 644 %{S:6} $RPM_BUILD_ROOT/%{_fwdefdir}/git-daemon
|
||||
###
|
||||
install -m 755 -D contrib/remote-helpers/git-remote-bzr $RPM_BUILD_ROOT%{gitexecdir}
|
||||
install -m 755 -D contrib/remote-helpers/git-remote-hg $RPM_BUILD_ROOT%{gitexecdir}
|
||||
(find $RPM_BUILD_ROOT%{_bindir} -type f -o -type l | grep -vE "archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files
|
||||
(find $RPM_BUILD_ROOT%{gitexecdir} ! -type d | grep -vE "archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@) >> bin-man-doc-files
|
||||
(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
|
||||
|
Loading…
Reference in New Issue
Block a user