From a2440f1d706c8c6fd3663af5fc708f6a48fb2e9c Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Fri, 25 Nov 2022 20:10:12 +0800 Subject: [PATCH] modify the patch name for the problem of vendor hard code (cherry picked from commit 8d48d7625cd3ec47ea73c190161f3f0b2748f438) --- ...BuildRoot-error-when-using-rpmrebuild-command.patch | 0 rpmrebuild.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename openEuler-fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch => fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch (100%) diff --git a/openEuler-fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch b/fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch similarity index 100% rename from openEuler-fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch rename to fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch diff --git a/rpmrebuild.spec b/rpmrebuild.spec index 007c0ac..43d7631 100644 --- a/rpmrebuild.spec +++ b/rpmrebuild.spec @@ -1,13 +1,13 @@ Name: rpmrebuild Version: 2.16 -Release: 8 +Release: 9 Summary: A tool to build a rpm file from the rpm database License: GPLv2+ URL: http://rpmrebuild.sourceforge.net Source0: https://downloads.sourceforge.net/rpmrebuild/%{name}-%{version}.tar.gz Patch9000: bugfix-reset-defattr-when-users-want-to-keep-files-permissi.patch -Patch9001: openEuler-fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch +Patch9001: fix-the-CreateBuildRoot-error-when-using-rpmrebuild-command.patch Patch9002: fix-k-may-not-keep-uid-or-gid.patch Patch9003: fix-spelling-errors-that-could-mislead-users.patch Patch9004: fix-cap-from-fs-does-not-work.patch @@ -64,6 +64,12 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/fr_FR.UTF-8/man1/ %{_mandir}/fr/man1/*.gz %changelog +* Fri Nov 25 2022 dongyuzhen - 2.16-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify the patch name for the problem of vendor hard code + * Tue Nov 8 2022 xujing - 2.16-8 - Type:bugfix - CVE:NA