diff --git a/python-productmd.spec b/python-productmd.spec index c88e5ba..89796cf 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,13 +1,8 @@ -# ** IMPORTANT NOTE ** -# This spec is also tracked in productmd upstream git: -# https://github.com/release-engineering/productmd -# Please synchronize changes to it with upstream. - %bcond_without python3 Name: python-productmd Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing parsers for metadata related to OS installation License: LGPLv2+ @@ -90,6 +85,9 @@ Requires: python%{python3_pkgversion}-six %endif %changelog +* Wed Apr 04 2018 Lubomír Sedlář - 1.11-2 +- Stop using Tito from upstream + * Thu Mar 29 2018 Lubomír Sedlář 1.11-1 - New class for processing modules (onosek@redhat.com) - packaging: fixes (ignatenko@redhat.com)