Enable hardened build

This commit is contained in:
Adam Jackson 2022-02-03 14:46:11 -05:00 committed by Stepan Oksanichenko
parent 0ad002ee97
commit 41f71d9a44
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1 @@
e29308282fd2f12626e2582d07f9c932804b25d3 xf86-video-v4l-0.3.0.tar.bz2

View File

@ -2,12 +2,10 @@
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/drivers
%undefine _hardened_build
Summary: Xorg X11 v4l video driver
Name: xorg-x11-drv-v4l
Version: 0.3.0
Release: 9%{?dist}
Release: 10%{?dist}
URL: http://www.x.org
License: MIT
@ -47,6 +45,10 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
%{_mandir}/man4/v4l.4*
%changelog
* Thu Feb 03 2022 Adam Jackson <ajax@redhat.com> - 0.3.0-10
- Enable hardened build
Resolves: rhbz#2044900
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.0-9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688