From dc006fc43ccd587c0620bbb4a3e9f96c0e751aa8 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: May 12 2017 09:28:39 +0000 Subject: 1.3.22 --- diff --git a/module-build-service.spec b/module-build-service.spec index a2620d0..334f4a6 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -1,5 +1,5 @@ Name: module-build-service -Version: 1.3.20 +Version: 1.3.22 Release: 1%{?dist} Summary: The Module Build Service for Modularity @@ -7,6 +7,7 @@ Group: Development/Tools License: MIT URL: https://pagure.io/fm-orchestrator Source0: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz +Patch0: mbs-no-mbsbuild.patch %if 0%{?rhel} && 0%{?rhel} <= 7 # In EL7 we need flask which needs python-itsdangerous which comes from @@ -115,6 +116,7 @@ for a number of tasks: %prep %setup -q +%patch0 -p1 # Simply remove an old .pyc file that was included in one release. rm -f module_build_service/scheduler/consumer.pyc @@ -164,6 +166,9 @@ done %changelog +* Fri May 12 2017 Jan Kaluza - 1.3.22-1 +- new version + * Fri Apr 07 2017 Jan Kaluza - 1.3.20-1 - new version