Shift the release after the last 0.0.5
Because otherwise fedpkg thinks it's already been built despite the Epoch being increased.
This commit is contained in:
parent
d7ba472356
commit
cc19aa41b6
@ -4,7 +4,7 @@
|
||||
|
||||
Name: %{githubname}
|
||||
Version: %{githubver}
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -13,7 +13,7 @@ Source: https://github.com/%{githubname}/%{githubname}/archive/v%{github
|
||||
BuildRequires: gcc elfutils-libelf-devel elfutils-devel
|
||||
|
||||
# This package supersedes libbpf from kernel-tools,
|
||||
# which has default Epoch: 0. By having Epoch: 1
|
||||
# which has default Epoch: 0. By having Epoch: > 0
|
||||
# this libbpf will take over smoothly
|
||||
Epoch: 2
|
||||
|
||||
@ -63,7 +63,7 @@ developing applications that use %{name}
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Thu Nov 28 2019 Jiri Olsa <jolsa@redhat.com> - 0.0.5-1
|
||||
* Thu Nov 28 2019 Jiri Olsa <jolsa@redhat.com> - 0.0.5-3
|
||||
- release 0.0.5
|
||||
|
||||
* Fri Nov 22 2019 Jiri Olsa <jolsa@redhat.com> - 0.0.3-3
|
||||
|
Loading…
Reference in New Issue
Block a user