From 7cc3955b7315f2464b513803fc7a6791c91c6d32 Mon Sep 17 00:00:00 2001 From: Tie Liu Date: Thu, 24 Aug 2023 10:15:28 +0800 Subject: [PATCH] remove path /usr/bin for sub package relocation --- bash.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 37f6019..218f712 100644 --- a/bash.spec +++ b/bash.spec @@ -6,7 +6,7 @@ Name: bash Version: 5.2.15 -Release: 3 +Release: 4 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -126,7 +126,6 @@ make check %if %{?ENABLE_RELOC} %files relocation %defattr(400,root,root,-) -%dir %attr(500, root, root) %{_bindir} %attr(400, root, root) /usr/lib/relocation%{_libdir}/bash.relocation %endif @@ -147,6 +146,12 @@ make check %exclude %{_infodir}/dir %changelog +* Tue Aug 24 2023 liutie -5.2.15-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:remove path /usr/bin for sub package relocation + * Mon Aug 8 2023 longwei -5.2.15-3 - Type:enhancement - ID:NA -- Gitee