]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- main requires perl-Git, dropped the opposite dependency
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Dec 2011 18:40:55 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.259

git-core.spec

index 44db97acb6c2dcca328bb82683fd3ac26c115bee..91f72ce413f6f212a639d9eae4af3076530d3196 100644 (file)
@@ -328,7 +328,6 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla gita.
 Summary:       Perl interface to the Git version control system
 Summary(pl.UTF-8):     Perlowy interfejs do systemu kontroli wersji Git
 Group:         Development/Languages/Perl
-Requires:      %{name} = %{version}-%{release}
 Obsoletes:     perl-git-core
 
 %description -n perl-Git
@@ -688,7 +687,7 @@ fi
 
 %files -n bash-completion-git
 %defattr(644,root,root,755)
-/etc/bash_completion.d/*
+/etc/bash_completion.d/git-completion.bash
 
 %files -n perl-Git
 %defattr(644,root,root,755)
@@ -712,4 +711,4 @@ fi
 %files -n vim-syntax-gitcommit
 %defattr(644,root,root,755)
 %doc contrib/vim/README
-%{_datadir}/vim/vimfiles/syntax/*.vim
+%{_datadir}/vim/vimfiles/syntax/gitcommit.vim
This page took 0.138094 seconds and 4 git commands to generate.