diff --git a/libaio.spec b/libaio.spec index 7371ce7..d9e4d82 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,8 +1,8 @@ Name: libaio Version: 0.3.107 -Release: 2 +Release: 3%{?dist} Summary: Linux-native asynchronous I/O access library -License: LGPL +License: LGPLv2+ Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root @@ -70,6 +70,9 @@ make install prefix=$RPM_BUILD_ROOT/usr \ %attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Tue Aug 5 2008 Tom "spot" Callaway - 0.3.107-3 +- fix license tag + * Thu Jun 05 2008 Jeff Moyer - 0.3.107-2 - Update to the latest upstream which adds eventfd support and fixes broken test cases. (Rusty Russell)