diff --git a/libcap-1.10-userland.patch b/libcap-1.10-userland.patch index 7cc205b..0cd608f 100644 --- a/libcap-1.10-userland.patch +++ b/libcap-1.10-userland.patch @@ -12,7 +12,7 @@ + */ +#define _LINUX_TYPES_H +#define _LINUX_FS_H -+typedef uint32_t __u32; ++typedef unsigned int __u32; + #include diff --git a/libcap.spec b/libcap.spec index 6c1141e..83b0539 100644 --- a/libcap.spec +++ b/libcap.spec @@ -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 1.10-20 +- Fix wrong typedef in userland patch (#98801) + * Tue Jun 15 2004 Elliot Lee - rebuilt