diff --git a/backport-fix-typo-and-whitespace.patch b/backport-fix-typo-and-whitespace.patch new file mode 100644 index 0000000000000000000000000000000000000000..769d4da6bf575c1c024a7c69702848a1b6b8785b --- /dev/null +++ b/backport-fix-typo-and-whitespace.patch @@ -0,0 +1,25 @@ +From 6ff66f47f39178dc2c353686a57c09a48bed18ad Mon Sep 17 00:00:00 2001 +From: jiawenhao +Date: Sun, 20 Apr 2025 10:03:26 +0800 +Subject: [PATCH] fix-typo-and-whitespace + +--- + selinux/tabrmd.if | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/selinux/tabrmd.if b/selinux/tabrmd.if +index c04eca0..a8ef8e1 100644 +--- a/selinux/tabrmd.if ++++ b/selinux/tabrmd.if +@@ -20,7 +20,7 @@ interface(`tabrmd_create_unix_stream_sockets',` + + ######################################## + ## +-## Send messages to and from ++## Send messages to and from + ## tabrmd over DBUS. + ## + ## +-- +2.43.0 + diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index 96ca941eb5350f6aae8cfb30ffb4c467ae6b632e..df77793d0c46bd60a9048bd120c2316dd674bf82 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -2,7 +2,7 @@ Name: tpm2-abrmd Version: 3.0.0 -Release: 6 +Release: 7 Summary: A system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG License: BSD URL: https://github.com/tpm2-software/tpm2-abrmd @@ -11,6 +11,7 @@ Source0: https://github.com/tpm2-software/tpm2-abrmd/releases/download/% Patch3001: Hygon-Add-support-for-TCM-devices.patch Patch3002: backport-fix-in-SELinux-interface-file-a-typo.patch Patch3003: backport-call-init_nnp_daemon_domain-for-domain-to-allow.patch +Patch3004: backport-fix-typo-and-whitespace.patch BuildRequires: systemd pkgconfig(cmocka) pkgconfig(dbus-1) pkgconfig(gio-unix-2.0) pkgconfig(tss2-mu) pkgconfig(tss2-sys) BuildRequires: tpm2-tss-devel >= 2.4.0 libtool autoconf-archive libgcrypt libgcrypt-devel @@ -140,6 +141,12 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Mon Apr 21 2025 jiawenhao - 3.0.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Fix typo and whitespace + * Sun Apr 20 2025 jiawenhao - 3.0.0-6 - Type:bugfix - ID:NA