From d0090c0e6df1ab757583c1ef4b290a8184b56005 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Oct 08 2013 22:40:52 +0000 Subject: BZ#1010971: correct the version of the iasl package being obsoleted Without this change, there is a file conflict between iasl and this package. But, this package provides a much newer iasl so it needs to have the right Provides/Obsoletes information to replace it properly. Tested on F19. Signed-off-by: Al Stone --- diff --git a/acpica-tools.spec b/acpica-tools.spec index 5c526c5..99a2a9f 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,7 +185,10 @@ fi %changelog -* Wed Sep 10 2013 Dean Nelson - 20130823-4 +* Tue Oct 08 2013 Al Stone - 20130823-5 +- correct iasl obs_ver (fixes BZ#1010971) + +* Tue 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.