Skip to content
Snippets Groups Projects
Commit d53732a3 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import netavark-1.11.0-4.el10

parent 6950a2d7
No related branches found
Tags imports/r10s/netavark-1.11.0-4.el10
No related merge requests found
## START: Set by rpmautospec
## (rpmautospec version 0.6.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## RPMAUTOSPEC: autochangelog
## END: Set by rpmautospec
# Building from fedora dependencies not possible
......@@ -38,10 +33,10 @@ Name: netavark
%if %{defined copr_username}
Epoch: 102
%else
Epoch: 0
Epoch: 2
%endif
Version: 1.11.0
Release: %autorelease
Release: 4%{?dist}
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-3-Clause AND MIT
%if %{defined golang_arches_future}
......@@ -139,6 +134,12 @@ cd docs
%changelog
## START: Generated by rpmautospec
* Fri Jul 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-2
- Remove autorelease - Related: RHEL-32374
* Tue Jul 09 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-1
- Bump package Epoch to preserve upgrade path. Resolves: RHEL-32374
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0:1.11.0-3
- Bump release for June 2024 mass rebuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment