diff --git a/ksh.spec b/ksh.spec index b1c0d39..5cbd1a3 100644 --- a/ksh.spec +++ b/ksh.spec @@ -4,7 +4,7 @@ URL: http://www.kornshell.com/ License: EPL-2.0 Epoch: 3 Version: 1.0.8 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/ksh93/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: kshcomp.conf Source2: kshrc.rhs @@ -141,6 +141,9 @@ fi %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Mon Jun 24 2024 Troy Dawson - 3:1.0.8-5 +- Bump release for June 2024 mass rebuild + * Fri Feb 09 2024 Lukáš Zaoral - 3:1.0.8-4 - fix use of strdup on a NULL pointer (RHEL-11982)