From 5f935442c218dd99e344a8893e1fd1e7749b823988643d92f0bd367c19e73804 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 28 Feb 2022 06:53:54 +0000 Subject: [PATCH] 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 --- tpm2-pkcs11.changes | 5 +++++ tpm2-pkcs11.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tpm2-pkcs11.changes b/tpm2-pkcs11.changes index 19f29fe..db0adfe 100644 --- a/tpm2-pkcs11.changes +++ b/tpm2-pkcs11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 26 14:12:48 UTC 2022 - Callum Farmer + +- Use hardlinks in %fdupes for python files + ------------------------------------------------------------------- Wed Oct 20 10:48:58 UTC 2021 - Callum Farmer diff --git a/tpm2-pkcs11.spec b/tpm2-pkcs11.spec index a2a5ec1..4b4b47e 100644 --- a/tpm2-pkcs11.spec +++ b/tpm2-pkcs11.spec @@ -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