diff --git a/dwarves.changes b/dwarves.changes index 8150816..4313d4f 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 6 06:07:31 UTC 2021 - Gary Ching-Pang Lin + +- Drop the version requirement of libdw-devel + + DW_AT_alignment is defined in 1.19 so dwarves now is compatible + with older libdw. + ------------------------------------------------------------------- Tue Nov 24 13:26:05 UTC 2020 - Jan Engelhardt diff --git a/dwarves.spec b/dwarves.spec index 18f2564..4671707 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -1,7 +1,7 @@ # # spec file for package dwarves # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Source: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.xz Source2: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.sign Source9: baselibs.conf BuildRequires: cmake -BuildRequires: libdw-devel >= 0.170 +BuildRequires: libdw-devel %if 0%{?suse_version} < 1550 BuildRequires: libebl-devel %endif