- Do not silently overwrite /etc/httpd/conf.d/git.conf
This commit is contained in:
parent
0c4a11cad2
commit
ba45fbb45c
7
git.spec
7
git.spec
@ -1,7 +1,7 @@
|
|||||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.5.4.3
|
Version: 1.5.4.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Core git tools
|
Summary: Core git tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -245,7 +245,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -n gitweb
|
%files -n gitweb
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/var/www/git/
|
/var/www/git/
|
||||||
%{_sysconfdir}/httpd/conf.d/git.conf
|
%config(noreplace)%{_sysconfdir}/httpd/conf.d/git.conf
|
||||||
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
|
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
|
||||||
%{!?_without_docs: %doc Documentation/technical}
|
%{!?_without_docs: %doc Documentation/technical}
|
||||||
|
|
||||||
@ -253,6 +253,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 24 2008 Bernardo Innocenti <bernie@codewiz.org> 1.5.4.3-2
|
||||||
|
- Do not silently overwrite /etc/httpd/conf.d/git.conf
|
||||||
|
|
||||||
* Sat Feb 23 2008 James Bowes <jbowes@redhat.com> 1.5.4.3-1
|
* Sat Feb 23 2008 James Bowes <jbowes@redhat.com> 1.5.4.3-1
|
||||||
- git-1.5.4.3
|
- git-1.5.4.3
|
||||||
- Include Kristian Høgsberg's changes to rename git-core to
|
- Include Kristian Høgsberg's changes to rename git-core to
|
||||||
|
Loading…
Reference in New Issue
Block a user