diff --git a/plans/unit.fmf b/plans/unit.fmf index b692941..56ea93f 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -17,7 +17,6 @@ prepare: discover: how: shell url: https://github.com/stratis-storage/dbus-signature-pyparsing - ref: v0.04 tests: - name: unit test: make test diff --git a/python-dbus-signature-pyparsing.spec b/python-dbus-signature-pyparsing.spec index e1e825b..03e925f 100644 --- a/python-dbus-signature-pyparsing.spec +++ b/python-dbus-signature-pyparsing.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.04 -Release: 14%{?dist} +Release: 15%{?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-15 +- Checkout tests from HEAD revision + * Wed Apr 26 2023 mulhern - 0.04-14 - Include .fmf metadata