From 3be80132b221157a4bbd9e8cf38146b5fb198deb Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 28 Nov 2014 14:30:23 +0100 Subject: [PATCH] removed git-bzr from specfile - it's replaced by separate package git-removet-bzr --- git.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/git.spec b/git.spec index cd82651..6e8c9e9 100644 --- a/git.spec +++ b/git.spec @@ -462,8 +462,9 @@ perl -p \ %{SOURCE3} > %{buildroot}%{_sysconfdir}/xinetd.d/git %endif -# Install bzr and hg remote helpers from contrib -install -pm 755 contrib/remote-helpers/git-remote-{bzr,hg} %{buildroot}%{gitcoredir} +# Install and hg remote helpers from contrib +# removed bzr +install -pm 755 contrib/remote-helpers/git-remote-hg %{buildroot}%{gitcoredir} # Setup bash completion mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d @@ -528,9 +529,10 @@ rm -rf %{buildroot} %{!?_without_docs: %doc Documentation/howto Documentation/technical} %{_sysconfdir}/bash_completion.d -%files bzr -%defattr(-,root,root) -%{gitcoredir}/git-remote-bzr +#git-bzr removed from this package and replaced by git-remote-bzr +#%files bzr +#%defattr(-,root,root) +#%{gitcoredir}/git-remote-bzr %files hg %defattr(-,root,root) @@ -631,6 +633,10 @@ rm -rf %{buildroot} # No files for you! %changelog +* Thu Nov 27 2014 Petr Stodulka - 2.1.0-3 +- removed git-bzr (not functional already) -> replaced by separated + package git-remote-bzr + * Sat Oct 25 2014 Pierre-Yves Chibon - 2.1.0-2 - Rename the git.service into git@.service fixing https://bugzilla.redhat.com/980574