diff --git a/containers-common.spec b/containers-common.spec index 2cce040..e90d4da 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildRequires: /usr/bin/go-md2man @@ -80,7 +80,7 @@ separately. %package -n aardvark-dns Version: 1.0.0 -Release: 27%{?dist} +Release: 29%{?dist} URL: https://github.com/containers/aardvark-dns Summary: Authoritative DNS server for A/AAAA container records License: ASL 2.0 and BSD and MIT @@ -99,7 +99,7 @@ Read more about configuration in `src/backend/mod.rs`. %package -n netavark Version: 1.0.0 -Release: 27%{?dist} +Release: 29%{?dist} URL: https://github.com/containers/netavark Summary: OCI network stack License: ASL 2.0 and BSD and MIT @@ -259,6 +259,10 @@ EOF %{_mandir}/man1/netavark.1* %changelog +* Tue Feb 22 2022 Lokesh Mandvekar - 2:1-29 +- consistent release tags for all packages +- Related: #2000051 + * Tue Feb 22 2022 Lokesh Mandvekar - 2:1-28 - main package should obsolete noarch versions upto 2:1-22 - Related: #2000051