From 38fd4fce0a93683510e27ed67e34dc4fecbd0f67 Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 14 2019 14:01:34 +0000 Subject: Add python-pungi as a dependency --- diff --git a/module-build-service.spec b/module-build-service.spec index 39e01b0..f37641e 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -5,7 +5,7 @@ Name: module-build-service Version: 2.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Module Build Service for Modularity Group: Development/Tools @@ -47,6 +47,7 @@ BuildRequires: python3-moksha-hub BuildRequires: python3-kobo BuildRequires: python3-kobo-rpmlib BuildRequires: python3-fedmsg +BuildRequires: python3-pungi %else @@ -66,6 +67,7 @@ BuildRequires: python-ldap3 BuildRequires: python-enum34 BuildRequires: python2-koji BuildRequires: python2-fedmsg +BuildRequires: python2-pungi %if 0%{?rhel} && 0%{?rhel} <= 7 BuildRequires: python-setuptools @@ -122,7 +124,7 @@ Requires: python3-flask-sqlalchemy Requires: python3-flask-migrate Requires: python3-mock Requires: python3-six - +Requires: python3-pungi Requires: python3-sqlalchemy Requires: python3-moksha-hub Requires: python3-m2crypto @@ -145,6 +147,7 @@ Requires: python-gobject-base Requires: python2-solv Requires: python2-koji Requires: python2-fedmsg +Requires: python2-pungi %if 0%{?rhel} && 0%{?rhel} <= 7 Requires: python-flask-sqlalchemy @@ -287,6 +290,9 @@ done %changelog +* Wed Jan 09 2019 mprahl - 2.11.1-2 +- Add python-pungi as a dependency for Fedora builds + * Wed Dec 19 2018 mprahl - 2.11.1-1 - new version