From 9ebdb75f93d613a4f5ee61cb313e1f11a1ee0ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 18 Feb 2022 18:37:09 +0100 Subject: [PATCH] Reenable package nots It seems to work fine now and this library is used for many core packages, so we want to have notes for it. --- libbpf.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libbpf.spec b/libbpf.spec index a603f1d..e9f0691 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -5,7 +5,7 @@ Name: %{githubname} Version: %{githubver} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libbpf library License: LGPLv2 or BSD @@ -43,7 +43,6 @@ The %{name}-static package contains static library for developing applications that use %{name} %define _lto_cflags %{nil} -%undefine _package_note_file %global make_flags PREFIX=%{_prefix} INCLUDEDIR=%{_includedir} DESTDIR=%{buildroot} \ OBJDIR=%{_builddir} CFLAGS="%{build_cflags} -fPIC" LDFLAGS="%{build_ldflags} \ @@ -71,6 +70,9 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog +* Fri Feb 18 2022 Zbigniew Jędrzejewski-Szmek - 2:0.7.0-3 +- Re-enable package notes + * Fri Feb 15 2022 Jay W - 2:0.7.0-2 - Ensure PREFIX=%{_prefix} INCLUDEDIR=%{_includedir} are set so that flatpak is able to build libbpf as dependency.