From a931b7e6410741c7580522841be98bea4bb102d0 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: May 16 2017 08:08:55 +0000 Subject: Fix reusing all components --- diff --git a/module-build-service.spec b/module-build-service.spec index 594dd7f..a64962c 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -1,6 +1,6 @@ Name: module-build-service Version: 1.3.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Module Build Service for Modularity @@ -9,6 +9,7 @@ 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 +Patch1: mbs-fix-reuse-all.patch %if 0%{?rhel} && 0%{?rhel} <= 7 # In EL7 we need flask which needs python-itsdangerous which comes from @@ -118,6 +119,7 @@ for a number of tasks: %prep %setup -q %patch0 -p1 +%patch1 -p1 # Simply remove an old .pyc file that was included in one release. rm -f module_build_service/scheduler/consumer.pyc @@ -167,6 +169,9 @@ done %changelog +* Tue May 16 2017 Jan Kaluza - 1.3.22-2 +- fix reusing all components + * Fri May 12 2017 Jan Kaluza - 1.3.22-1 - new version