diff --git a/ksh.spec b/ksh.spec index fa38d40c4a7d6d84b4542052489199a5cfae4e01..f621cab3d7e05fb2e14256b2e2703c746664f210 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/ @@ -16,7 +16,7 @@ Patch6000: backport-Fix-hist_nearend.patch Patch6001: backport-functions-with-not-loaded-autoloaded-functions.patch Patch6002: backport-Fix-interactive-restricted-shell-behavior.patch -Patch9000: openEuler-skip-some-test.patch +Patch9000: skip-some-test.patch Patch9001: backport-Fix-handling-of-skipped-directories.patch Provides: /bin/ksh /usr/bin/ksh @@ -94,6 +94,12 @@ done %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Fri Dec 2 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 - CVE: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