From 63a297b6a12b140c0b0d8d2f3ffa497814621b54 Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 25 2018 19:36:57 +0000 Subject: Update the required version of modulemd --- diff --git a/module-build-service.spec b/module-build-service.spec index 17d79bc..6352b31 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -2,7 +2,7 @@ %global with_epel 1 Name: module-build-service Version: 1.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Module Build Service for Modularity Group: Development/Tools @@ -36,7 +36,7 @@ BuildRequires: python-httplib2 BuildRequires: python-m2ext BuildRequires: python-munch BuildRequires: python2-funcsigs -BuildRequires: python2-modulemd >= 1.1.0 +BuildRequires: python2-modulemd >= 1.3.3 BuildRequires: rpm-build BuildRequires: python-qpid BuildRequires: python-openidc-client @@ -108,7 +108,7 @@ Requires: python-httplib2 Requires: python-m2ext Requires: python-munch Requires: python2-funcsigs -Requires: python2-modulemd >= 1.1.0 +Requires: python2-modulemd >= 1.3.3 Requires: rpm-build Requires: python-qpid Requires: python-openidc-client @@ -230,6 +230,9 @@ done %changelog +* Thu Jan 25 2018 mprahl - 1.6.3-2 +- Update the required version of modulemd + * Tue Jan 23 2018 mprahl - 1.6.3-1 - new version