From 15210d3ff0b7f9bb0bd3eb48d17df0911d155c82 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 9 Aug 2021 21:01:21 +0000 Subject: [PATCH] Add missing dist tag to release --- python-lit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lit.spec b/python-lit.spec index 39717b0..28246a4 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -18,7 +18,7 @@ Name: python-%{srcname} Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1 +Release: 2%{?dist} BuildArch: noarch License: NCSA @@ -107,6 +107,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna %endif %changelog +* Mon Aug 09 2021 Tom Stellard - 13.0.0~rc1-2 +- Add missing dist tag to release + * Fri Aug 06 2021 Tom Stellard - 13.0.0~rc1-1 - 13.0.0-rc1 Release