summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2013-01-30 13:04:11 +0100
committerAdam Tkac <atkac@redhat.com>2013-01-30 13:04:11 +0100
commit2a9cc6c208da9ce83934b5ed0bd213b019cdf91a (patch)
tree343692c78bad189556d4e286ea4483e3bfd7e62b
parent879b2766648e96ae7172b97eb30997faf82365f6 (diff)
downloadgit-package-2a9cc6c208da9ce83934b5ed0bd213b019cdf91a.tar.gz
git-package-2a9cc6c208da9ce83934b5ed0bd213b019cdf91a.tar.xz
git-package-2a9cc6c208da9ce83934b5ed0bd213b019cdf91a.zip
Update to 1.8.1.2
- own directories which should be owned (#902517) Signed-off-by: Adam Tkac <atkac@redhat.com>
-rw-r--r--git.spec11
-rw-r--r--sources2
2 files changed, 9 insertions, 4 deletions
diff --git a/git.spec b/git.spec
index 9504778..821f695 100644
--- a/git.spec
+++ b/git.spec
@@ -77,7 +77,7 @@
%endif
Name: git
-Version: 1.8.1
+Version: 1.8.1.2
Release: 1%{?dist}
Summary: Fast Version Control System
License: GPLv2
@@ -432,7 +432,9 @@ find %{buildroot} Documentation -type f -name 'git-archimport*' -exec rm -f {} '
%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}%{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
grep Git/SVN perl-git-files > perl-git-svn-files
sed -i "/Git\/SVN/ d" perl-git-files
@@ -498,7 +500,6 @@ rm -rf %{buildroot}
%files -f bin-man-doc-files
%defattr(-,root,root)
%{_datadir}/git-core/
-%dir %{gitcoredir}
%doc README COPYING Documentation/*.txt Documentation/RelNotes contrib/
%{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css}
%{!?_without_docs: %doc Documentation/howto Documentation/technical}
@@ -605,6 +606,10 @@ rm -rf %{buildroot}
# No files for you!
%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
- update to 1.8.1
- build git-svn as arch subpkg due to new git-remote-testsvn binary
diff --git a/sources b/sources
index 1449017..a34e3f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2c6f4404c5e432b47474d246ca83c7e git-1.8.1.tar.gz
+9f912370a1831c851ff8df171e8a7218 git-1.8.1.2.tar.gz