diff --git a/package.cfg b/package.cfg index 66ea79d..3f45895 100644 --- a/package.cfg +++ b/package.cfg @@ -1,2 +1,2 @@ [koji] -targets = epel8 epel8-playground \ No newline at end of file +targets = diff --git a/python-pyrfc3339.spec b/python-pyrfc3339.spec index 2b4c2b6..7427f5c 100644 --- a/python-pyrfc3339.spec +++ b/python-pyrfc3339.spec @@ -3,7 +3,7 @@ Name: python-pyrfc3339 Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generate and parse RFC 3339 timestamps License: MIT @@ -52,6 +52,9 @@ RFC 3339-compliant timestamps using Python datetime.datetime objects. %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Oct 08 2019 Eli Young - 1.1-1 - Update to 1.1 (#1697425)