[acpica-tools/f19] BZ#1010971: correct the version of the iasl package being obsoleted

Al Stone ahs3 at fedoraproject.org
Tue Oct 8 22:44:09 UTC 2013


commit d0090c0e6df1ab757583c1ef4b290a8184b56005
Author: Al Stone <ahs3 at redhat.com>
Date:   Tue Oct 8 16:40:52 2013 -0600

    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 <ahs3 at redhat.com>

 acpica-tools.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <dnelson at redhat.com> - 20130823-4
+* Tue Oct 08 2013 Al Stone <ahs3 at redhat.com> - 20130823-5
+- correct iasl obs_ver (fixes BZ#1010971)
+
+* Tue Sep 10 2013 Dean Nelson <dnelson at redhat.com> - 20130823-4
 - Fix run-misc-tests.sh script to properly set the number of BITS to 64
   when run on a s390x system.
 


More information about the scm-commits mailing list