Revert OL changes

This commit is contained in:
eabdullin 2025-07-07 13:59:57 +00:00
parent cbc761aef7
commit 0a900ffe9c

View File

@ -4,7 +4,7 @@ URL: http://www.kornshell.com/
License: EPL-2.0
Epoch: 3
Version: 1.0.10
Release: 5.0.1%{?dist}.1
Release: 5%{?dist}.1
Source0: https://github.com/ksh93/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: kshcomp.conf
Source2: kshrc.rhs
@ -55,7 +55,7 @@ for f in -Wno-unknown-pragmas -Wno-missing-braces -Wno-unused-result -Wno-return
do
$CC $f -E - </dev/null >/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
@ -147,9 +147,6 @@ fi
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
%changelog
* Tue Jul 01 2025 EL Errata <el-errata_ww@oracle.com> - 3:1.0.10-5.0.1.1
- Disable _AST_no_spawnveg for taskset workaround [Orabug: 26754277]
* Tue Jul 01 2025 Mark Will <mark.will@oracle.com> - 3:1.0.10-5
- Fix long multibyte characters paste issue via ssh
Resolves: RHEL-87564
@ -794,4 +791,3 @@ fi
* Fri May 28 2004 Karsten Hopp <karsten@redhat.de> 20040229-1
- initial version