diff --git a/SPECS/libaio.spec b/SPECS/libaio.spec index bc10d84..d66b9e6 100644 --- a/SPECS/libaio.spec +++ b/SPECS/libaio.spec @@ -1,6 +1,6 @@ Name: libaio Version: 0.3.109 -Release: 9%{?dist} +Release: 12%{?dist} Summary: Linux-native asynchronous I/O access library License: LGPLv2+ Group: System Environment/Libraries @@ -23,7 +23,7 @@ require the Linux-native async I/O API. %package devel Summary: Development files for Linux-native asynchronous I/O access Group: Development/System -Requires: libaio +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides header files to include and libraries to link with @@ -73,6 +73,17 @@ make destdir=$RPM_BUILD_ROOT prefix=/ libdir=%{libdir} usrlibdir=%{usrlibdir} \ %exclude %{_libdir}/libaio.a %changelog +* Fri Jan 24 2014 Daniel Mach - 0.3.109-12 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 0.3.109-11 +- Mass rebuild 2013-12-27 + +* Mon Dec 2 2013 Jeff Moyer - 0.3.109-10 +- Un-revert the RHEL-specific changes. (Jeff Moyer) +- Make devel sub-package depend on specific ver-rel (Jeff Moyer) +- Resolves: bz#905462 + * Tue Nov 13 2012 Jeff Moyer - 0.3.109-8 - Change the source location to the new upstream on fedorahosted - import a new tarball from the new source