summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Stodulka <pstodulk@redhat.com>2016-02-04 16:23:20 +0100
committerPetr Stodulka <pstodulk@redhat.com>2016-02-04 16:23:20 +0100
commitf427188b0cd994cd72c72c8c937856603bf935a6 (patch)
tree3e37abc696a83771a717900092e79f98d5afd02d
parent4291a717b18509c8963e8e7b27124eab2545953b (diff)
downloadgit-package-f427188b0cd994cd72c72c8c937856603bf935a6.tar.gz
git-package-f427188b0cd994cd72c72c8c937856603bf935a6.tar.xz
git-package-f427188b0cd994cd72c72c8c937856603bf935a6.zip
remove all '.gitignore' files from packages
-rw-r--r--git.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/git.spec b/git.spec
index 047a6fb..d6b2690 100644
--- a/git.spec
+++ b/git.spec
@@ -44,7 +44,7 @@
Name: git
Version: 2.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Fast Version Control System
License: GPLv2
Group: Development/Tools
@@ -532,7 +532,9 @@ cat %{name}.lang >> bin-man-doc-files
# quiet some rpmlint complaints
chmod -R g-w %{buildroot}
find %{buildroot} -name git-mergetool--lib | xargs chmod a-x
-rm -f {Documentation/technical,contrib/emacs,contrib/credential/gnome-keyring}/.gitignore
+# rm -f {Documentation/technical,contrib/emacs,contrib/credential/gnome-keyring}/.gitignore
+# These files probably are not needed
+find . -name .gitignore -delete
chmod a-x Documentation/technical/api-index.sh
find contrib -type f | xargs chmod -x
@@ -684,6 +686,9 @@ rm -rf %{buildroot}
# No files for you!
%changelog
+* Thu Feb 04 2016 Petr Stodulka <pstodulk@redhat.com> - 2.7.0-3
+- remove all '.gitignore' files from packages
+
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild