found 2 perl scripts in git-core, move them to git package
Resolves: #1284688
This commit is contained in:
parent
7d4a2e0e59
commit
0301fd8dd6
19
git.spec
19
git.spec
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.6.3
|
Version: 2.6.3
|
||||||
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
|
||||||
@ -185,9 +185,9 @@ Summary: Git protocol dæmon
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Requires: git = %{version}-%{release}
|
Requires: git = %{version}-%{release}
|
||||||
%if %{use_systemd}
|
%if %{use_systemd}
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
%else
|
%else
|
||||||
Requires: xinetd
|
Requires: xinetd
|
||||||
@ -236,7 +236,7 @@ BuildArch: noarch
|
|||||||
%endif
|
%endif
|
||||||
Requires: git = %{version}-%{release}, cvs
|
Requires: git = %{version}-%{release}, cvs
|
||||||
Requires: cvsps
|
Requires: cvsps
|
||||||
Requires: perl-DBD-SQLite
|
Requires: perl-DBD-SQLite
|
||||||
%description cvs
|
%description cvs
|
||||||
Git tools for importing CVS repositories.
|
Git tools for importing CVS repositories.
|
||||||
|
|
||||||
@ -563,6 +563,8 @@ rm -rf %{buildroot}
|
|||||||
%{elispdir}
|
%{elispdir}
|
||||||
%{_emacs_sitestartdir}/git-init.el
|
%{_emacs_sitestartdir}/git-init.el
|
||||||
%endif
|
%endif
|
||||||
|
%{_datadir}/git-core/contrib/hooks/update-paranoid
|
||||||
|
%{_datadir}/git-core/contrib/hooks/setgitperms.perl
|
||||||
#%{_datadir}/git-core/*
|
#%{_datadir}/git-core/*
|
||||||
#%doc Documentation/*.txt
|
#%doc Documentation/*.txt
|
||||||
#%{!?_without_docs: %doc Documentation/*.html}
|
#%{!?_without_docs: %doc Documentation/*.html}
|
||||||
@ -571,8 +573,11 @@ rm -rf %{buildroot}
|
|||||||
%files core -f bin-files-core
|
%files core -f bin-files-core
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_datadir}/git-core/
|
# exlude is best way here because of troubels with symlinks inside git-core/
|
||||||
|
%exclude %{_datadir}/git-core/contrib/hooks/update-paranoid
|
||||||
|
%exclude %{_datadir}/git-core/contrib/hooks/setgitperms.perl
|
||||||
%{_datadir}/bash-completion/
|
%{_datadir}/bash-completion/
|
||||||
|
%{_datadir}/git-core/
|
||||||
|
|
||||||
%files core-doc -f man-doc-files-core
|
%files core-doc -f man-doc-files-core
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -679,6 +684,10 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 27 2015 Petr Stodulka <pstodulk@redhat.com> - 2.6.3-2
|
||||||
|
- found 2 perl scripts in git-core, move them to git package
|
||||||
|
(#1284688)
|
||||||
|
|
||||||
* Fri Nov 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.3-1
|
* Fri Nov 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.3-1
|
||||||
- Update to 2.6.3.
|
- Update to 2.6.3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user