From 1f1f0509ad5b317fdc0a12ac99ef0386cef3451c Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 19 Mar 2008 11:36:31 -0400 Subject: * Wed Mar 19 2008 James Bowes 1.5.4.4-2 - Obsolete git <= 1.5.4.3, to catch going from F8 to rawhide/F9 --- git.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'git.spec') diff --git a/git.spec b/git.spec index 6d08bd9..5d62442 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.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core git tools License: GPLv2 Group: Development/Tools @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl-Git = %{version}-%{release} Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat, perl(Error) Provides: git-core = %{version}-%{release} -Obsoletes: git-core <= 1.5.4.2 +Obsoletes: git-core <= 1.5.4.3 %description Git is a fast, scalable, distributed revision control system with an @@ -41,7 +41,7 @@ Requires: gitk = %{version}-%{release} Requires: git-gui = %{version}-%{release} Requires: perl-Git = %{version}-%{release} Requires: emacs-git = %{version}-%{release} -Obsoletes: git <= 1.5.4.2 +Obsoletes: git <= 1.5.4.3 %description all Git is a fast, scalable, distributed revision control system with an @@ -253,6 +253,9 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Wed Mar 19 2008 James Bowes 1.5.4.4-2 +- Obsolete git <= 1.5.4.3, to catch going from F8 to rawhide/F9 + * Thu Mar 13 2008 James Bowes 1.5.4.4-1 - git-1.5.4.4 -- cgit