Fix headers
This commit is contained in:
parent
19531ff754
commit
668644befb
@ -1,11 +1,12 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.6.3
|
Version: 0.6.3
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
Patch0: audit-0.6.3-stdint.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: glibc-kernheaders pam-devel libtool
|
BuildRequires: glibc-kernheaders pam-devel libtool
|
||||||
BuildRequires: automake >= 1.9
|
BuildRequires: automake >= 1.9
|
||||||
@ -32,6 +33,7 @@ Summary: Header files and static library for libaudit
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
Requires: glibc-kernheaders >= 2.4-9.1.90
|
||||||
|
|
||||||
%description libs-devel
|
%description libs-devel
|
||||||
The audit-libs-devel package contains the static libraries and header
|
The audit-libs-devel package contains the static libraries and header
|
||||||
@ -40,6 +42,7 @@ framework libraries.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fv --install
|
autoreconf -fv --install
|
||||||
@ -113,6 +116,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 23 2005 David Woodhouse <dwmw2@redhat.com> 0.6.3-3
|
||||||
|
- Include stdint.h in libaudit.h and require new glibc-kernheaders
|
||||||
|
|
||||||
* Sun Feb 20 2005 Steve Grubb <sgrubb@redhat.com> 0.6.3-2
|
* Sun Feb 20 2005 Steve Grubb <sgrubb@redhat.com> 0.6.3-2
|
||||||
- Another lib64 correction
|
- Another lib64 correction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user