diff --git a/grubby.spec b/grubby.spec index 8841a29..b92955a 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby -Version: 8.35 -Release: 9%{?dist} +Version: 8.37 +Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base License: GPLv2+ @@ -9,17 +9,6 @@ URL: http://git.fedorahosted.org/git/grubby.git # git clone git://git.fedorahosted.org/git/grubby.git # git archive --format=tar --prefix=grubby-%{version}/ HEAD |bzip2 > grubby-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 -Patch0001: 0001-Don-t-go-past-the-last-element-of-indexVars-in-findE.patch -Patch0002: 0002-Add-bls-test-harness-bits.patch -Patch0003: 0003-grubby-fix-initrd-updating-when-multiboot-exist.patch -Patch0004: 0004-Tell-a-slightly-better-fib-about-default-bootloader-.patch -Patch0005: 0005-Make-findTemplate-actually-return-the-saved-default.patch -Patch0006: 0006-Revert-Add-bls-test-harness-bits.patch -Patch0007: 0007-Always-error-check-getLineByType.patch -Patch0008: 0008-Add-devtree-support-to-extlinux-1088933.patch -Patch0009: 0009-add-support-for-devicetree-directories-for-use-on-ar.patch -Patch0010: 0010-cleanup-dtb-handling-to-work-in-the-supported-usecas.patch -Patch0011: 0001-Treat-kernel-and-kernel-core-as-identical-in-terms-o.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig glib2-devel popt-devel @@ -90,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Mar 17 2015 Peter Jones - 8.37-1 +- Update to 8.37 +- Fix test case from 8.35 on ppc64 + Resolves: rhbz#1202876 + * Thu Nov 13 2014 Peter Jones - 8.35-9 - Disable "make check" on arm builds; right now the test suite is broken there and raises false positives constantly. diff --git a/sources b/sources index 1fcf7a1..7503fe3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -daf05585c3e1f3da2601cd1b0242fc60 grubby-8.35.tar.bz2 +b281fdd2acc141b9569c9e9043ef1e80 grubby-8.37.tar.bz2