From a02f3321d6f08e4615dfd739fbec393df8a134f9 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 20 2017 12:47:52 +0000 Subject: Add python2-systemd dependency --- diff --git a/module-build-service.spec b/module-build-service.spec index ea3c719..8af8bc9 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -1,6 +1,6 @@ Name: module-build-service Version: 1.3.20 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Module Build Service for Modularity Group: Development/Tools @@ -98,6 +98,7 @@ Requires: python2-flask-migrate Requires: python2-mock Requires: python2-openidc-client Requires: python2-tabulate +Requires: python2-systemd %endif @@ -169,6 +170,9 @@ done %changelog +* Thu Apr 20 2017 Jan Kaluza - 1.3.20-5 +- add python2-system dependency + * Thu Apr 20 2017 Jan Kaluza - 1.3.20-4 - fix mock backend issues