[guilt/f18] Fix conflicts (>=1.9 not > 1.8; that caught 1.8.0.2, oops)

Eric Sandeen sandeen at fedoraproject.org
Sat Jan 5 00:53:40 UTC 2013


commit a4e31f7ee9ad353cc9c83315a2a6810e59060316
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Fri Jan 4 18:52:56 2013 -0600

    Fix conflicts (>=1.9 not > 1.8; that caught 1.8.0.2, oops)

 guilt.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/guilt.spec b/guilt.spec
index 20f44e0..e12dda3 100644
--- a/guilt.spec
+++ b/guilt.spec
@@ -1,6 +1,6 @@
 Name:		guilt
 Version:	0.35
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Scripts to manage quilt-like patches on top of git
 
 Group:		Development/Tools
@@ -8,7 +8,7 @@ License:	GPLv2
 URL:		http://www.kernel.org/pub/linux/kernel/people/jsipek/%{name}/
 Source:		http://www.kernel.org/pub/linux/kernel/people/jsipek/%{name}/%{name}-%{version}.tar.bz2
 Requires:	git, gawk, sed, bash
-Conflicts:	git > 1.8
+Conflicts:	git >= 1.9
 
 Patch0:		guilt-tests-git-workaround.patch
 Patch1:		guilt-git-1.8.patch
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man7/guilt*.7*
 
 %changelog
+* Fri Jan 04 2013 Eric Sandeen <sandeen at redhat.com> 0.35-6
+- Conflict with next major version of git, not minor versions past 1.8
+
 * Thu Dec 20 2012 Eric Sandeen <sandeen at redhat.com> 0.35-5
 - Allow guilt to work w/ git 1.8 (#887245)
 


More information about the scm-commits mailing list