auto-import changelog data from libcap-1.10-20.src.rpm
Tue Aug 31 2004 Phil Knirsch <pknirsch@redhat.com> 1.10-20 - Fix wrong typedef in userland patch (#98801)
This commit is contained in:
parent
4329914ba8
commit
b4d4093b27
@ -12,7 +12,7 @@
|
||||
+ */
|
||||
+#define _LINUX_TYPES_H
|
||||
+#define _LINUX_FS_H
|
||||
+typedef uint32_t __u32;
|
||||
+typedef unsigned int __u32;
|
||||
+
|
||||
#include <linux/capability.h>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libcap
|
||||
Version: 1.10
|
||||
Release: 19
|
||||
Release: 20
|
||||
Summary: Library for getting and setting POSIX.1e capabilities
|
||||
Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2
|
||||
License: BSD-like and LGPL
|
||||
@ -73,6 +73,9 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2004 Phil Knirsch <pknirsch@redhat.com> 1.10-20
|
||||
- Fix wrong typedef in userland patch (#98801)
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user