diff --git a/module-build-service.spec b/module-build-service.spec index 5e117e6..ca717c5 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -1,6 +1,6 @@ Name: module-build-service Version: 1.3.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Module Build Service for Modularity @@ -119,6 +119,7 @@ Requires: rpm-build Requires: python-qpid Requires: python-openidc-client Requires: python-urlgrabber +Requires: python2-dogpile-cache # https://bugzilla.redhat.com/show_bug.cgi?id=1466792 Requires: mock-scm @@ -225,6 +226,9 @@ done %exclude %{python2_sitelib}/tests/ %changelog +* Fri Aug 18 2017 Jan Kaluza - 1.3.26-3 +- add missing dependency on python2-dogpile-cache + * Thu Aug 17 2017 Jan Kaluza - 1.3.26-2 - fix mbs-build issue with trailing slash in REST API url