add keyutils-libs containing dynamic library for keyutils
This commit is contained in:
parent
0fd9e261a2
commit
b5ed0f00d9
@ -1,6 +1,6 @@
|
|||||||
Name: keyutils
|
Name: keyutils
|
||||||
Version: 1.5.10
|
Version: 1.5.10
|
||||||
Release: 9
|
Release: 10
|
||||||
Summary: Utilities of Linux Key Management
|
Summary: Utilities of Linux Key Management
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
|
|
||||||
@ -11,13 +11,18 @@ Patch9000: bugfix-fix-argv-string-out-of-bounds.patch
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
||||||
Provides: %{name}-libs = %{version}-%{release}
|
|
||||||
Obsoletes:%{name}-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The keyutils contains the kernel key management facility and provides the
|
The keyutils contains the kernel key management facility and provides the
|
||||||
call back mechanism to get a key to user space.
|
call back mechanism to get a key to user space.
|
||||||
|
|
||||||
|
%package libs
|
||||||
|
Summary: Key utilities library
|
||||||
|
|
||||||
|
%description libs
|
||||||
|
This package provides a wrapper library for the key management facility system
|
||||||
|
calls.
|
||||||
|
|
||||||
%package libs-devel
|
%package libs-devel
|
||||||
Summary: libs-devle package for keyutils
|
Summary: libs-devle package for keyutils
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -64,7 +69,9 @@ make \
|
|||||||
SHAREDIR=%{_datarootdir}/keyutils \
|
SHAREDIR=%{_datarootdir}/keyutils \
|
||||||
install
|
install
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README
|
||||||
@ -74,6 +81,9 @@ make \
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datarootdir}/keyutils
|
%{_datarootdir}/keyutils
|
||||||
%config(noreplace) %{_sysconfdir}/*
|
%config(noreplace) %{_sysconfdir}/*
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%license LICENCE.LGPL
|
||||||
%{_libdir}/libkeyutils.so.*
|
%{_libdir}/libkeyutils.so.*
|
||||||
|
|
||||||
%files libs-devel
|
%files libs-devel
|
||||||
@ -84,6 +94,9 @@ make \
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.10-10
|
||||||
|
- add keyutils-libs containing dynamic library for keyutils
|
||||||
|
|
||||||
* Thu May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
|
* Thu May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user