From 122f20612bc5ff7b8d25de34469ca60611438e99 Mon Sep 17 00:00:00 2001 From: Qiumiao Zhang Date: Fri, 3 Feb 2023 17:37:01 +0800 Subject: [PATCH] fix missing Patch0003 in spec file Signed-off-by: Qiumiao Zhang (cherry picked from commit 231f5370cbabcd96999dca9816946bd6ff91802b) --- install-scripts.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/install-scripts.spec b/install-scripts.spec index 4bf0775..91c0168 100644 --- a/install-scripts.spec +++ b/install-scripts.spec @@ -3,11 +3,13 @@ Summary: scripts for system installation Group: Applications/System License: MulanPSL-2.0 Version: 1.2 -Release: 5 +Release: 6 SOURCE0: %{name}-%{version}.tar.gz Patch0001: 0001-add-support-for-nvme-disk.patch Patch0002: 0002-support-mbsc.patch +Patch0003: 0003-remove-the-executable-permission-of-non-root-users-f.patch + Requires: kernel BuildRequires: dos2unix coreutils findutils BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -102,6 +104,12 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Fri Feb 3 2023 zhangqiumiao - 1.2-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix missing Patch0003 in spec file + * Mon Dec 19 2022 zhangqiumiao - 1.2-5 - Type:bugfix - CVE:NA -- Gitee