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 a7d64308248776a8ff025d9a055e7649ac08aa0b..055cc864be1cbbbb62332cd7998f68a42871d1a2 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -2,7 +2,7 @@ Name: tpm2-abrmd Version: 3.0.0 -Release: 5 +Release: 6 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 @@ -10,6 +10,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-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 @@ -139,6 +140,12 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Sun Apr 20 2025 jiawenhao - 3.0.0-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Fix typo and whitespace + * Fri Apr 18 2025 jiawenhao - 3.0.0-5 - Type:bugfix - ID:NA