remove git-bzr - replaced by git-remote-bzr from separated package
This commit is contained in:
parent
76631ff7ba
commit
f907d9b7b4
27
git.spec
27
git.spec
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -141,18 +141,6 @@ and full access to internals.
|
|||||||
|
|
||||||
This is a dummy package which brings in all subpackages.
|
This is a dummy package which brings in all subpackages.
|
||||||
|
|
||||||
%package bzr
|
|
||||||
Summary: Git tools for working with bzr repositories
|
|
||||||
Group: Development/Tools
|
|
||||||
%if %{noarch_sub}
|
|
||||||
BuildArch: noarch
|
|
||||||
%endif
|
|
||||||
Requires: git = %{version}-%{release}
|
|
||||||
Requires: bzr
|
|
||||||
|
|
||||||
%description bzr
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%package daemon
|
%package daemon
|
||||||
Summary: Git protocol dæmon
|
Summary: Git protocol dæmon
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -473,8 +461,9 @@ perl -p \
|
|||||||
%{SOURCE3} > %{buildroot}%{_sysconfdir}/xinetd.d/git
|
%{SOURCE3} > %{buildroot}%{_sysconfdir}/xinetd.d/git
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Install bzr and hg remote helpers from contrib
|
# Install hg remote helpers from contrib
|
||||||
install -pm 755 contrib/remote-helpers/git-remote-{bzr,hg} %{buildroot}%{gitcoredir}
|
# 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
|
# Setup bash completion
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||||
@ -539,10 +528,6 @@ rm -rf %{buildroot}
|
|||||||
%{!?_without_docs: %doc Documentation/howto Documentation/technical}
|
%{!?_without_docs: %doc Documentation/howto Documentation/technical}
|
||||||
%{_sysconfdir}/bash_completion.d
|
%{_sysconfdir}/bash_completion.d
|
||||||
|
|
||||||
%files bzr
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{gitcoredir}/git-remote-bzr
|
|
||||||
|
|
||||||
%files hg
|
%files hg
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{gitcoredir}/git-remote-hg
|
%{gitcoredir}/git-remote-hg
|
||||||
@ -642,6 +627,10 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 28 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-2
|
||||||
|
- removed 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
|
* Fri Nov 28 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-1
|
||||||
- 2.2.0
|
- 2.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user