Update to 1.8.1.2

- own directories which should be owned (#902517)

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2013-01-30 13:04:11 +01:00
parent 879b276664
commit 2a9cc6c208
2 changed files with 9 additions and 4 deletions

View File

@ -77,7 +77,7 @@
%endif %endif
Name: git Name: git
Version: 1.8.1 Version: 1.8.1.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Fast Version Control System Summary: Fast Version Control System
License: GPLv2 License: GPLv2
@ -432,7 +432,9 @@ find %{buildroot} Documentation -type f -name 'git-archimport*' -exec rm -f {} '
%endif %endif
(find %{buildroot}{%{_bindir},%{_libexecdir}} -type f | grep -vE "archimport|p4|svn|cvs|email|gitk|git-gui|git-citool|git-daemon" | sed -e s@^%{buildroot}@@) > bin-man-doc-files (find %{buildroot}{%{_bindir},%{_libexecdir}} -type f | grep -vE "archimport|p4|svn|cvs|email|gitk|git-gui|git-citool|git-daemon" | sed -e s@^%{buildroot}@@) > bin-man-doc-files
(find %{buildroot}%{perl_vendorlib} -type f | sed -e s@^%{buildroot}@@) >> perl-git-files (find %{buildroot}{%{_bindir},%{_libexecdir}} -mindepth 1 -type d | grep -vE "archimport|p4|svn|cvs|email|gitk|git-gui|git-citool|git-daemon" | sed -e 's@^%{buildroot}@%dir @') >> bin-man-doc-files
(find %{buildroot}%{perl_vendorlib} -type f | sed -e s@^%{buildroot}@@) > perl-git-files
(find %{buildroot}%{perl_vendorlib} -mindepth 1 -type d | sed -e 's@^%{buildroot}@%dir @') >> perl-git-files
# Split out Git::SVN files # Split out Git::SVN files
grep Git/SVN perl-git-files > perl-git-svn-files grep Git/SVN perl-git-files > perl-git-svn-files
sed -i "/Git\/SVN/ d" perl-git-files sed -i "/Git\/SVN/ d" perl-git-files
@ -498,7 +500,6 @@ rm -rf %{buildroot}
%files -f bin-man-doc-files %files -f bin-man-doc-files
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/git-core/ %{_datadir}/git-core/
%dir %{gitcoredir}
%doc README COPYING Documentation/*.txt Documentation/RelNotes contrib/ %doc README COPYING Documentation/*.txt Documentation/RelNotes contrib/
%{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css} %{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css}
%{!?_without_docs: %doc Documentation/howto Documentation/technical} %{!?_without_docs: %doc Documentation/howto Documentation/technical}
@ -605,6 +606,10 @@ rm -rf %{buildroot}
# No files for you! # No files for you!
%changelog %changelog
* Wed Jan 30 2013 Adam Tkac <atkac redhat com> - 1.8.1.2-1
- update to 1.8.1.2
- own directories which should be owned (#902517)
* Thu Jan 03 2013 Adam Tkac <atkac redhat com> - 1.8.1-1 * Thu Jan 03 2013 Adam Tkac <atkac redhat com> - 1.8.1-1
- update to 1.8.1 - update to 1.8.1
- build git-svn as arch subpkg due to new git-remote-testsvn binary - build git-svn as arch subpkg due to new git-remote-testsvn binary

View File

@ -1 +1 @@
a2c6f4404c5e432b47474d246ca83c7e git-1.8.1.tar.gz 9f912370a1831c851ff8df171e8a7218 git-1.8.1.2.tar.gz