From c8ade72fdb9ef63fefd5442e63e328e80036adf8 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 8 Apr 2008 15:42:13 -0400 Subject: sync with cvs tag git-1_5_4_5-3_fc9 --- git.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'git.spec') diff --git a/git.spec b/git.spec index 1d357df..5fdf8fb 100644 --- a/git.spec +++ b/git.spec @@ -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 @@ This is a dummy package which brings in all subpackages. %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 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Fri Apr 04 2008 James Bowes 1.5.4.5-3 +- Remove the last two requires on git-core. + * Wed Apr 02 2008 James Bowes 1.5.4.5-2 - Remove a patch that's already upstream. -- cgit