From be0af552f842c09f51195f0c7bbea192b09e238c Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Tue, 30 Mar 2021 10:38:41 +0800 Subject: [PATCH] Rebuild for openEuler-rpm-config moving /usr/lib/rpm/openEuler/xxxx to /usr/lib/xxxx --- bash.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index 055fece..6f419cf 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 16 +Release: 17 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -131,6 +131,13 @@ make check %exclude %{_infodir}/dir %changelog +* Thu Mar 30 2021 shenyangyang - 5.0-17 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Rebuild for openEuler-rpm-config moving /usr/lib/rpm/openEuler/xxxx + to /usr/lib/xxxx + * Wed Jan 6 2020 Liquor - 5.0-16 - Type:bugfix - ID:NA -- Gitee