From 5b2944c51d794771328a2a16529cb6a26b257e41 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 24 Feb 2025 17:40:55 +0100 Subject: [PATCH] containers-common-1-116.el9 - add files section for extra subpackage - Resolves: RHEL-80525 Signed-off-by: Jindrich Novy --- containers-common.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/containers-common.spec b/containers-common.spec index e95220b..f16e821 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 115%{?dist} +Release: 116%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 ExclusiveArch: %{go_arches} @@ -188,7 +188,13 @@ EOF %dir %{_datadir}/rhel/secrets %{_datadir}/rhel/secrets/* +%files extra + %changelog +* Mon Feb 24 2025 Jindrich Novy - 2:1-116 +- add files section for extra subpackage +- Resolves: RHEL-80525 + * Mon Feb 17 2025 Jindrich Novy - 2:1-115 - Add containers-common-extra properly - Resolves: RHEL-78845