Bug 198054
| Summary: | sysfsutils doesn't obsolete sysfsutils-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | sysfsutils | Assignee: | Neil Horman <nhorman> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cragel, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-10 13:40:31 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: | 150224 | ||
checked in and built. Thanks! *** Bug 198091 has been marked as a duplicate of this bug. *** |
Description of problem: # rpm -Uvh /usr/src/rpm/RPMS/i386/sysfsutils-2.0.0-3.i386.rpm \ /usr/src/rpm/RPMS/i386/libsysfs-2.0.0-3.i386.rpm \ /usr/src/rpm/RPMS/i386/libsysfs-devel-2.0.0-3.i386.rpm error: Failed dependencies: libsysfs.so.1 is needed by (installed) lm_sensors-2.10.0-2.i386 sysfsutils = 1.3.0 is needed by (installed) sysfsutils-devel-1.3.0-2.i386 # Version-Release number of selected component (if applicable): sysfsutils-2.0.0-3 How reproducible: Everytime, see above. Actual results: sysfsutils doesn't obsolete sysfsutils-devel Expected results: The issue can be resolved for example by something like this (I'm putting the obsoletes of sysfsutils-devel into the libsysfs-devel package, because the libsysfs-devel package is the replacement of the older sysfsutils-devel): --- sysfsutils.spec 2006-07-08 01:33:14.000000000 +0200 +++ sysfsutils.spec.rsc 2006-07-08 21:54:52.000000000 +0200 @@ -24,6 +24,7 @@ Summary: Static library and headers for libsysfs Group: Development/Libraries Requires: libsysfs = %{version} +Obsoletes: sysfsutils-devel %description -n libsysfs-devel libsysfs-devel provides the header files and static libraries required