rpms/git/devel git.spec,1.62,1.63

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sat Apr 5 13:26:53 UTC 2008


Author: jbowes

Update of /cvs/pkgs/rpms/git/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30079

Modified Files:
	git.spec 
Log Message:
Remove the remaining requires on git-core


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- git.spec	2 Apr 2008 12:24:12 -0000	1.62
+++ git.spec	5 Apr 2008 13:26:07 -0000	1.63
@@ -1,7 +1,7 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
 Version: 	1.5.4.5
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:  	Core git tools
 License: 	GPLv2
 Group: 		Development/Tools
@@ -52,14 +52,14 @@
 %package daemon
 Summary:	Git protocol dæmon
 Group:		Development/Tools
-Requires:	git-core = %{version}-%{release}
+Requires:	git = %{version}-%{release}
 %description daemon
 The git dæmon for supporting git:// access to git repositories
 
 %package -n gitweb
 Summary:        Simple web interface to git repositories
 Group:          Development/Tools
-Requires:       git-core = %{version}-%{release}
+Requires:       git = %{version}-%{release}
 
 %description -n gitweb
 Simple web interface to track changes in git repositories
@@ -257,6 +257,9 @@
 # No files for you!
 
 %changelog
+* Fri Apr 04 2008 James Bowes <jbowes at redhat.com> 1.5.4.5-3
+- Remove the last two requires on git-core.
+
 * Wed Apr 02 2008 James Bowes <jbowes at redhat.com> 1.5.4.5-2
 - Remove a patch that's already upstream.
 




More information about the fedora-extras-commits mailing list