From 44a2ad13dac4063dbb82d4b90c51b7c593e728c2 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 26 Apr 2023 13:26:56 -0400 Subject: [PATCH] Include .fmf metadata --- .fmf/version | 1 + python-dbus-signature-pyparsing.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .fmf/version diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/python-dbus-signature-pyparsing.spec b/python-dbus-signature-pyparsing.spec index 1beb35c..e1e825b 100644 --- a/python-dbus-signature-pyparsing.spec +++ b/python-dbus-signature-pyparsing.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.04 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Parser for a D-Bus Signature License: Apache-2.0 @@ -42,6 +42,9 @@ Python 3 version. %{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/ %changelog +* Wed Apr 26 2023 mulhern - 0.04-14 +- Include .fmf metadata + * Wed Apr 26 2023 mulhern - 0.04-13 - Use TMT instead of STI format gating tests; make license spec match upstream