From 092421e0ffb733967bb5bbce57f1462174418b1c8e2d64ebc0d9c8c8744920b6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 2 Jun 2021 14:05:49 +0000 Subject: [PATCH] - use https for url (and more beautification changes from spec-cleaner) OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=66 --- dwarves.changes | 5 +++++ dwarves.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dwarves.changes b/dwarves.changes index c9d67b0..8b6a856 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 2 14:05:24 UTC 2021 - Dirk Müller + +- use https for url (and more beautification changes from spec-cleaner) + ------------------------------------------------------------------- Tue Jun 1 10:28:25 UTC 2021 - Michal Suchanek diff --git a/dwarves.spec b/dwarves.spec index 3b82e80..ab5bcff 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -22,7 +22,7 @@ Release: 0 Summary: DWARF utilities License: GPL-2.0-only Group: Development/Tools/Debuggers -URL: http://acmel.wordpress.com/ +URL: https://acmel.wordpress.com/ #Git-Clone: git://git.kernel.org/pub/scm/devel/pahole/pahole #Git-Web: http://git.kernel.org/cgit/devel/pahole/pahole.git Source: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.xz @@ -32,13 +32,14 @@ Patch0: remove-ftrace-filter.patch Patch1: btf_encoder-fix-and-complete-filtering-out-zero-sized-per-CPU-variables.patch BuildRequires: cmake BuildRequires: libdw-devel >= 0.171 -%if 0%{?suse_version} < 1550 -BuildRequires: libebl-devel -%endif BuildRequires: libelf-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(zlib) # Also known by its most prominent tool Provides: pahole = %version-%release +%if 0%{?suse_version} < 1550 +BuildRequires: libebl-devel +%endif %description dwarves is a set of tools that use the DWARF debugging information