Bug 440334
| Summary: | libsmbios doesn't correctly obsolete libsmbios-libs, leaves orphan package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | libsmbios | Assignee: | Michael E Brown <mebrown> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dcantrell, jonstanley, linux-bugs, matt_domsch, wwoods |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | NeedsRetesting | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-02 21:11:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 235706 | ||
|
Description
Jesse Keating
2008-04-02 21:22:53 UTC
Any chance of this in the next few days, Michael? 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
duh, that should be < 2.0.0 to allow for continued fixes on the 0.x.y branches. patched, tagged, and built for both devel and F-9. releng needs to tag this for F9 Tagged. Can someone verify this? Confirmed; upgrades on x86_64 and i386 both have libsmbios and not libsmbios-libs |