From 0ffffc2b3d8db2e0bdc0c751ca1e290d8cf40787 Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Mon, 16 Apr 2018 20:56:38 -0300 Subject: [PATCH] add missing dist-tag --- python-pyrsistent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 355fb4c..9064fa7 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -4,7 +4,7 @@ Summary: Persistent/Functional/Immutable data structures Name: python-%{srcname} Version: 0.14.2 -Release: 2 +Release: 3%{?dist} License: MIT Source0: https://files.pythonhosted.org/packages/source/p/%{mod_name}/%{mod_name}-%{version}.tar.gz URL: http://github.com/tobgu/pyrsistent/ @@ -75,6 +75,9 @@ Python 3 version. %changelog +* Mon Apr 16 2018 Itamar Reis Peixoto - 0.14.2-3 +- add missing dist-tag + * Fri Apr 13 2018 Itamar Reis Peixoto - 0.14.2-2 - disable tests for now