diff --git a/shim.changes b/shim.changes index 58fa53f..04e70eb 100644 --- a/shim.changes +++ b/shim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 2 05:57:07 UTC 2024 - Gary Ching-Pang Lin + +- Limit the requirement of fde-tpm-helper-macros to the distro with + suse_version 1600 and above (bsc#1219460) + ------------------------------------------------------------------- Sun Jan 28 09:32:32 UTC 2024 - Dennis Tseng diff --git a/shim.spec b/shim.spec index 9547339..57907e6 100644 --- a/shim.spec +++ b/shim.spec @@ -80,8 +80,10 @@ BuildRequires: mozilla-nss-tools BuildRequires: openssl >= 0.9.8 BuildRequires: pesign BuildRequires: pesign-obs-integration -%if 0%{?suse_version} > 1320 +%if 0%{?suse_version} >= 1600 BuildRequires: fde-tpm-helper-rpm-macros +%endif +%if 0%{?suse_version} > 1320 BuildRequires: update-bootloader-rpm-macros %endif %if 0%{?update_bootloader_requires:1}