From 3905933bdc92db3596ab33aab17f6fff0824a4e8 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 13 Sep 2013 21:40:33 +0200 Subject: [PATCH] correct iasl obs_ver (and marked iasl dead, too) koji block request: https://fedorahosted.org/rel-eng/ticket/5768 --- acpica-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acpica-tools.spec b/acpica-tools.spec index 5c526c5..f054b1a 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -1,6 +1,6 @@ Name: acpica-tools Version: 20130823 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ACPICA tools for the development and debug of ACPI tables Group: Development/Languages @@ -36,7 +36,7 @@ BuildRequires: bison patchutils flex # that we don't really want to collide with Provides: acpixtract >= 20120913-7 Provides: iasl = %{version}-%{release} -Obsoletes: iasl < 20120913-7 +Obsoletes: iasl < 20120913-8 # The pmtools package provides an obsolete and deprecated version of the # acpidump command from lesswatts.org which has now been taken off-line. @@ -185,6 +185,9 @@ fi %changelog +* Fri Sep 13 2013 Michael Schwendt - 20130823-5 +- correct iasl obs_ver + * Wed Sep 10 2013 Dean Nelson - 20130823-4 - Fix run-misc-tests.sh script to properly set the number of BITS to 64 when run on a s390x system.