From ba6990d52ac3c69ddaaedf158b2f36a15273039b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 11 Oct 2011 15:00:17 -0400 Subject: [PATCH] Fix my bad obsoletes syntax. --- grub2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index a4969fc..7977912 100644 --- a/grub2.spec +++ b/grub2.spec @@ -18,13 +18,13 @@ Name: grub2 Epoch: 1 Version: 1.99 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ URL: http://www.gnu.org/software/grub/ -Obsoletes: grub-0.97 +Obsoletes: grub < 0.98 Source0: ftp://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz Source1: 90_persistent Source2: grub.default @@ -354,6 +354,9 @@ fi %endif %changelog +* Tue Oct 11 2011 Peter Jones - 1.99-8 +- Fix my bad obsoletes syntax. + * Thu Oct 06 2011 Peter Jones - 1.99-7 - Obsolete grub Resolves: rhbz#743381