From 5240027fac46783e9d1fce07f03e2d25fa52fc2b0b1257c0813528538d6e3e9b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 5 Jan 2022 12:14:45 +0000 Subject: [PATCH] - lower requires to linux-glibc-devel 5.15, I don't see anything depending on unreleased 5.16. OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=81 --- dwarves.changes | 6 ++++++ dwarves.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dwarves.changes b/dwarves.changes index e81186f..8d9121c 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 5 12:14:24 UTC 2022 - Dirk Müller + +- lower requires to linux-glibc-devel 5.15, I don't see anything + depending on unreleased 5.16. + ------------------------------------------------------------------- Wed Dec 8 14:18:26 UTC 2021 - Jan Engelhardt diff --git a/dwarves.spec b/dwarves.spec index 195ca91..9ddef59 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -1,7 +1,7 @@ # # spec file for package dwarves # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,7 @@ BuildRequires: libdw-devel >= 0.171 BuildRequires: libelf-devel BuildRequires: pkgconfig %if 0%{?have_libbpf} -BuildRequires: linux-glibc-devel >= 5.16 +BuildRequires: linux-glibc-devel >= 5.15 BuildRequires: pkgconfig(libbpf) >= 0.6.0 %endif BuildRequires: pkgconfig(zlib)