Bug 440334 - libsmbios doesn't correctly obsolete libsmbios-libs, leaves orphan package
Summary: libsmbios doesn't correctly obsolete libsmbios-libs, leaves orphan package
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libsmbios
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Michael E Brown
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: NeedsRetesting
Depends On:
Blocks: F9Blocker
TreeView+ depends on / blocked
 
Reported: 2008-04-02 21:22 UTC by Jesse Keating
Modified: 2013-01-10 03:19 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-02 21:11:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jesse Keating 2008-04-02 21:22:53 UTC
Summary says it all, just needs a proper Provides/Obsoletes set.

Comment 1 Jon Stanley 2008-04-18 08:49:29 UTC
Any chance of this in the next few days, Michael?

Comment 2 Matt Domsch 2008-04-19 13:04:08 UTC
I think this is what it needs, I've requested to be added to the ACL, and have
sent mail to Michael privately with same.

diff -u -b -B -u -r1.12 libsmbios.spec
--- libsmbios.spec      4 Mar 2008 15:32:18 -0000       1.12
+++ libsmbios.spec      19 Apr 2008 12:58:34 -0000
@@ -8,13 +8,14 @@
 
 Name: %{release_name}
 Version: %{release_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ or OSL
 Group: System Environment/Libraries
 Source:
http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
 URL: http://linux.dell.com/libsmbios/main
 Summary: Libsmbios shared libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Obsoletes: libsmbios-libs < 0.13.11
 Provides: libsmbios-libs = %{version}-%{release}
 BuildRequires: libxml2-devel
 
@@ -152,6 +153,9 @@
 
 # ./ChangeLog is appended by configure
 %changelog
+* Sat Apr 19 2008 Matt Domsch <Matt_Domsch at dell.com> - 2.0.1-3
+- add obsoletes libsmbios-libs (bz440334)
+
 * Mon Mar 3 2008 Michael E Brown <michael_e_brown at dell.com> - 2.0.1-2
 - properly obsolete older versions
 


Comment 3 Matt Domsch 2008-04-19 13:25:43 UTC
duh, that should be < 2.0.0 to allow for continued fixes on the 0.x.y branches.

Comment 4 Michael E Brown 2008-04-22 17:21:59 UTC
patched, tagged, and built for both devel and F-9. releng needs to tag this for F9

Comment 5 Bill Nottingham 2008-04-23 16:46:08 UTC
Tagged. Can someone verify this?

Comment 6 Will Woods 2008-05-02 21:11:43 UTC
Confirmed; upgrades on x86_64 and i386 both have libsmbios and not libsmbios-libs


Note You need to log in before you can comment on or make changes to this bug.