diff --git a/SPECS/ksh.spec b/SPECS/ksh.spec index bcafa62..9b39dcf 100644 --- a/SPECS/ksh.spec +++ b/SPECS/ksh.spec @@ -4,7 +4,7 @@ URL: http://www.kornshell.com/ License: EPL-1.0 Epoch: 3 Version: 1.0.6 -Release: 7.0.1%{?dist}.2 +Release: 7%{?dist}.2 Source0: https://github.com/ksh93/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: kshcomp.conf Source2: kshrc.rhs @@ -69,7 +69,7 @@ for f in -Wno-unknown-pragmas -Wno-missing-braces -Wno-unused-result -Wno-return do $CC $f -E - /dev/null 2>&1 && XTRAFLAGS="$XTRAFLAGS $f" done -export CCFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -fno-strict-aliasing $XTRAFLAGS -DSHOPT_AUDIT -D_AST_no_spawnveg=1" +export CCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing $XTRAFLAGS" export LDFLAGS="$RPM_LD_FLAGS" ./bin/package make @@ -160,9 +160,6 @@ fi %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog -* Tue Nov 04 2025 EL Errata - 1.0.6-7.0.1 -- Disable _AST_no_spawnveg for taskset workaround [Orabug: 26754277] - * Wed Oct 01 2025 RHEL Packaging Agent - 3:1.0.6-7.2 - Fix 'stty -echo' in scripts - Resolves: RHEL-112564