summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2004-02-26 15:26:43 +0000
committerJeff Moyer <jmoyer@redhat.com>2004-02-26 15:26:43 +0000
commitf01b8a8b4c94247c78ef8be21129b0eea5f0c8d1 (patch)
tree38b1c26e79a02df0b38c2b9b1a8b70ca15a51a77
parent7e19431abe4429d64c13a4e778c6521b1d18a8cd (diff)
downloadlibaio-f01b8a8b4c94247c78ef8be21129b0eea5f0c8d1.tar.gz
fix make srpmlibaio.0-3-97.2
-rw-r--r--libaio.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/libaio.spec b/libaio.spec
index 7468df4..da3135e 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,6 +1,6 @@
Name: libaio
Version: 0.3.97
-Release: 1
+Release: 2
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
Group: System Environment/Libraries
@@ -58,6 +58,10 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.97-2
+- make srpm was using rpm to do a build. changed that to use rpmbuild if
+ it exists, and fallback to rpm if it doesn't.
+
* Tue Feb 24 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.97-1
- Use libc syscall(2) instead of rolling our own calling mechanism. This
change is inspired due to a failure to build with newer gcc, since clobber