release 0.0.6
This commit is contained in:
parent
0900ab25d9
commit
98a7888aa2
@ -1,10 +1,10 @@
|
||||
%global githubname libbpf
|
||||
%global githubver 0.0.5
|
||||
%global githubver 0.0.6
|
||||
%global githubfull %{githubname}-%{githubver}
|
||||
|
||||
Name: %{githubname}
|
||||
Version: %{githubver}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -26,6 +26,7 @@ ABI.
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = 2:%{version}-%{release}
|
||||
Requires: kernel-headers >= 5.4.0-0.rc6.git0.1
|
||||
Requires: zlib
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries header files for
|
||||
@ -63,6 +64,9 @@ developing applications that use %{name}
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Mon Dec 30 2019 Jiri Olsa <jolsa@redhat.com> - 0.0.6-1
|
||||
- release 0.0.6
|
||||
|
||||
* Thu Nov 28 2019 Jiri Olsa <jolsa@redhat.com> - 0.0.5-3
|
||||
- release 0.0.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user