diff --git a/ksh.spec b/ksh.spec index ef2b3c5b80bfa05eb23cd469fa0c3c430f531199..8e07b2055e86b95c0d8c72fb3c53ab08067d6abe 100644 --- a/ksh.spec +++ b/ksh.spec @@ -1,6 +1,6 @@ Name: ksh Version: 2020.0.0 -Release: 9 +Release: 10 Summary: The Original ATT Korn Shell License: EPL-1.0 URL: http://www.kornshell.com/ @@ -17,7 +17,7 @@ Patch6000: backport-Fix-hist_nearend.patch Patch6001: backport-functions-with-not-loaded-autoloaded-functions.patch Patch6002: backport-Fix-interactive-restricted-shell-behavior.patch -Patch9001: openEuler-skip-some-test.patch +Patch9001: skip-some-test.patch Provides: /bin/ksh /usr/bin/ksh BuildRequires: meson gcc glibc-devel ed @@ -94,6 +94,12 @@ done %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Tue Dec 6 2022 wangyuhang - 1:2020.0.0-10 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:change patch name + * Thu Jun 30 2022 wangjiang - 1:2020.0.0-9 - Type:bugfix - ID:NA diff --git a/openEuler-skip-some-test.patch b/skip-some-test.patch similarity index 100% rename from openEuler-skip-some-test.patch rename to skip-some-test.patch