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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-02-18 18:37:09 +01:00
parent 675daa9d91
commit 9ebdb75f93

View File

@ -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 <zbyszek@in.waw.pl> - 2:0.7.0-3
- Re-enable package notes
* Fri Feb 15 2022 Jay W <git.jaydobuleu@gmail.com> - 2:0.7.0-2
- Ensure PREFIX=%{_prefix} INCLUDEDIR=%{_includedir} are set so that flatpak is
able to build libbpf as dependency.