summaryrefslogtreecommitdiffstats
path: root/git.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-04-08 15:42:13 -0400
committerTodd Zullinger <tmz@pobox.com>2008-04-08 15:42:13 -0400
commitc8ade72fdb9ef63fefd5442e63e328e80036adf8 (patch)
tree8cbff77d5b79963f1fc25328de9a48436edc589d /git.spec
parentcae66d054c3bfcdf28177ececedb29d213a10640 (diff)
downloadgit-package-c8ade72fdb9ef63fefd5442e63e328e80036adf8.tar.gz
git-package-c8ade72fdb9ef63fefd5442e63e328e80036adf8.tar.xz
git-package-c8ade72fdb9ef63fefd5442e63e328e80036adf8.zip
sync with cvs tag git-1_5_4_5-3_fc9
Diffstat (limited to 'git.spec')
-rw-r--r--git.spec9
1 files changed, 6 insertions, 3 deletions
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 <jbowes@redhat.com> 1.5.4.5-3
+- Remove the last two requires on git-core.
+
* Wed Apr 02 2008 James Bowes <jbowes@redhat.com> 1.5.4.5-2
- Remove a patch that's already upstream.