From 9e81d2d614c25fea49d6d84eb54ac6dfd1f8a964 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 10 Jul 2006 13:00:56 +0000 Subject: [PATCH] fixing spec file for bz 198054 --- sysfsutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index bf6260c..fa069f6 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -1,7 +1,7 @@ Summary: sysfsutils, library interface to sysfs. Name: sysfsutils Version: 2.0.0 -Release: 3 +Release: 4 Source0: http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-redhatify.patch License: GPL @@ -24,6 +24,7 @@ Library used in handling linux kernel sysfs mounts and their various files. 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 @@ -75,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 10 2006 Neil Horman - 2.0.0-4 +- Obsoleting old sysfsutil-devel package for upgrade path (bz 198054) + * Fri Jul 7 2006 Doug Ledford - 2.0.0-3 - Split the library and devel files out to libsysfs and leave the utils in sysfsutils. This is for multilib arch requirements.