- fix buildrequires and path to pam security module
This commit is contained in:
parent
13f281d1bb
commit
2669fc286e
@ -9,7 +9,7 @@ URL: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel pam-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
||||||
@ -35,7 +35,7 @@ libcap.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# libcap can not be build with _smp_mflags:
|
# libcap can not be build with _smp_mflags:
|
||||||
make PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \
|
make PREFIX=%{_prefix} LIBDIR=%{_lib} SBINDIR=%{_sbindir} \
|
||||||
INCDIR=%{_includedir} MANDIR=%{_mandir} COPTFLAG="$RPM_OPT_FLAGS"
|
INCDIR=%{_includedir} MANDIR=%{_mandir} COPTFLAG="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -76,6 +76,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 06 2008 Karsten Hopp <karsten@redhat.com> 2.10-2
|
* Fri Jun 06 2008 Karsten Hopp <karsten@redhat.com> 2.10-2
|
||||||
- drop libcap.so.1
|
- drop libcap.so.1
|
||||||
|
- fix buildrequires and path to pam security module
|
||||||
|
|
||||||
* Thu Jun 05 2008 Karsten Hopp <karsten@redhat.com> 2.10-1
|
* Thu Jun 05 2008 Karsten Hopp <karsten@redhat.com> 2.10-1
|
||||||
- libcap-2.10
|
- libcap-2.10
|
||||||
|
Loading…
Reference in New Issue
Block a user