- Fix [rpminspect] ttembed is not PIE

Resolves: RHBZ#2040340
This commit is contained in:
Thomas Woerner 2022-01-13 17:46:11 +01:00
parent 77f19b1088
commit 7ee0580164
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ in the OS/2 table to zero. That's it; this program is a one-trick pony.
%setup -q
%build
%set_build_flags
export CFLAGS="$CFLAGS %{optflags}"
make %{?_smp_mflags}
@ -40,6 +41,10 @@ fi
rm test
%changelog
* Thu Jan 13 2022 Thomas Woerner <twoerner@redhat.com> - 1.1-18
- Fix [rpminspect] ttembed is not PIE
Resolves: RHBZ#2040340
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.1-17
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688