Accepting request 1243432 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1243432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2025-02-06 21:02:01 +00:00 committed by Git OBS Bridge
commit fadfa430b8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 4 12:27:13 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Mark assembler output as noexecstack
-------------------------------------------------------------------
Tue Oct 22 07:24:23 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package dtc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -72,6 +72,7 @@ rm -f %{buildroot}/%{_libdir}/*.a
%check
export EXTRA_CFLAGS="%{optflags}"
export CC="gcc -Wa,--noexecstack"
%make_build check
%files