SHA256
1
0
forked from pool/tpm2.0-abrmd

Compare commits

..

2 Commits

2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 22 16:21:14 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks for CODE16 (PED-266).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 13 08:52:59 UTC 2024 - Cathy Hu <cathy.hu@suse.com> Tue Aug 13 08:52:59 UTC 2024 - Cathy Hu <cathy.hu@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package tpm2.0-abrmd # spec file for package tpm2.0-abrmd
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -122,7 +122,9 @@ export LDFLAGS="$LDFLAGS -pie"
%make_install %make_install
# don't package libtool files as is best practice # don't package libtool files as is best practice
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%if 0%{?suse_version} < 1600
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rctpm2-abrmd ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rctpm2-abrmd
%endif
# don't install the systemd preset, our presets are handled by # don't install the systemd preset, our presets are handled by
# systemd-presets-* packages # systemd-presets-* packages
rm %{buildroot}%{_prefix}/lib*/systemd/system-preset/tpm2-abrmd.preset rm %{buildroot}%{_prefix}/lib*/systemd/system-preset/tpm2-abrmd.preset
@ -170,7 +172,9 @@ fi
%{_mandir}/man7/tss2-* %{_mandir}/man7/tss2-*
%{_mandir}/man8/tpm2-* %{_mandir}/man8/tpm2-*
%{_sbindir}/tpm2-abrmd %{_sbindir}/tpm2-abrmd
%if 0%{?suse_version} < 1600
%{_sbindir}/rctpm2-abrmd %{_sbindir}/rctpm2-abrmd
%endif
%{_unitdir}/tpm2-abrmd.service %{_unitdir}/tpm2-abrmd.service
%if 0%{?install_dbus_files} %if 0%{?install_dbus_files}
# the auto activation is not whitelisted for <= SLE12-SP3 # the auto activation is not whitelisted for <= SLE12-SP3