Accepting request 1232788 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/1232788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwz?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2025-01-31 15:01:52 +00:00 committed by Git OBS Bridge
commit 88b3f69627
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 20 07:47:14 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Use %{SOURCE2} macro instead of hardcoding the source file name/path.
This makes the spec file compatible with rpmbuild.
-------------------------------------------------------------------
Mon Feb 26 08:07:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package dwz
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -110,7 +110,7 @@ This package contains the testsuite results from DWZ.
%prep
%autosetup -p1 -n dwz
cp ../../SOURCES/tramp3d-v4.cpp.xz .
cp %{SOURCE2} .
xz -d tramp3d-v4.cpp.xz
%build