From 6416c628039f310b461fffbbd6f8c3eb4c3b9210 Mon Sep 17 00:00:00 2001 From: Lukas Zaoral Date: Tue, 3 Aug 2021 15:53:37 +0200 Subject: [PATCH] Rebuilt for added gating.yaml. Resolves: rhbz#1989523 --- environment-modules.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment-modules.spec b/environment-modules.spec index 65ae317..8f37c87 100644 --- a/environment-modules.spec +++ b/environment-modules.spec @@ -3,7 +3,7 @@ Name: environment-modules Version: 5.0.0 -Release: 0.1.alpha%{?dist} +Release: 0.2.alpha%{?dist} Summary: Provides dynamic modification of a user's environment License: GPLv2+ @@ -160,6 +160,9 @@ fi %{vimdatadir}/syntax/modulefile.vim %changelog +* Tue Aug 3 2021 Lukas Zaoral - 5.0.0-0.2.alpha +- Rebuilt for added gating.yaml. Related rhbz#1989523 + * Tue Aug 3 2021 Lukas Zaoral - 5.0.0-0.1.alpha - Update to 5.0.0-alpha (#1989523) + Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!