fix license tag

This commit is contained in:
Tom Callaway 2008-08-05 20:46:16 +00:00
parent 2cbe3bf719
commit f329b9ae61

View File

@ -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 <tcallawa@redhat.com> - 0.3.107-3
- fix license tag
* Thu Jun 05 2008 Jeff Moyer <jmoyer@redhat.com> - 0.3.107-2
- Update to the latest upstream which adds eventfd support and fixes broken
test cases. (Rusty Russell)