From 18bac10a6502e5cf1de82b4db2456b80fe62c516 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 12 2017 20:44:25 +0000 Subject: Remove the nobuild patch for EL7. --- diff --git a/module-build-service.spec b/module-build-service.spec index b46c80e..b0e591d 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -1,15 +1,12 @@ Name: module-build-service Version: 1.3.27 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Module Build Service for Modularity Group: Development/Tools License: MIT URL: https://pagure.io/fm-orchestrator Source0: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz -%if 0%{?rhel} && 0%{?rhel} <= 7 -Patch0: mbs-no-mbsbuild.patch -%endif %if 0%{?rhel} && 0%{?rhel} <= 7 # In EL7 we need flask which needs python-itsdangerous which comes from @@ -162,9 +159,6 @@ for a number of tasks: %prep %setup -q -%if 0%{?rhel} && 0%{?rhel} <= 7 -%patch0 -p1 -%endif # Simply remove an old .pyc file that was included in one release. rm -f module_build_service/scheduler/consumer.pyc @@ -214,6 +208,9 @@ done %exclude %{python2_sitelib}/tests/ %changelog +* Tue Sep 12 2017 Ralph Bean - 1.3.27-3 +- Remove the nobuild patch for EL7. + * Tue Sep 12 2017 Ralph Bean - 1.3.27-2 - Merge epel7 spec branch into rawhide to consolidate streams.