Accepting request 957774 from home:gmbr3:Active

- Use hardlinks in %fdupes for python files

OBS-URL: https://build.opensuse.org/request/show/957774
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-pkcs11?expand=0&rev=10
This commit is contained in:
Marcus Meissner 2022-02-28 06:53:54 +00:00 committed by Git OBS Bridge
parent 9dd8ca9628
commit 5f935442c2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 26 14:12:48 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Use hardlinks in %fdupes for python files
-------------------------------------------------------------------
Wed Oct 20 10:48:58 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -90,7 +90,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
mkdir -p %{buildroot}%{_sysconfdir}/tpm2_pkcs11
cd tools
%python_install
%fdupes -s %{buildroot}
%fdupes %{buildroot}
%post -n libtpm2_pkcs11-0 -p /sbin/ldconfig
%postun -n libtpm2_pkcs11-0 -p /sbin/ldconfig