- Enable systemd support
OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=44
This commit is contained in:
parent
4ace49921a
commit
9ff0628a8b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 11:11:31 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- Enable systemd support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 23:39:49 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -34,7 +34,9 @@ Source99: baselibs.conf
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libffi) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libtasn1) >= 2.3
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
|
||||
%description
|
||||
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
||||
@ -99,6 +101,7 @@ Unix domain socket. Note that this feature is still experimental.
|
||||
%build
|
||||
%configure \
|
||||
--with-trust-paths=%{trustdir_cfg}:%{trustdir_static} \
|
||||
--with-systemd \
|
||||
--enable-doc
|
||||
%make_build
|
||||
|
||||
@ -190,5 +193,7 @@ export NO_BRP_STALE_LINK_ERROR=yes # *grr*
|
||||
%files server
|
||||
%{_libdir}/pkcs11/p11-kit-client.so
|
||||
%{_libexecdir}/p11-kit/p11-kit-server
|
||||
%{_userunitdir}/p11-kit-server.service
|
||||
%{_userunitdir}/p11-kit-server.socket
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user