From 0eec2909b05183c6e4b25bc7ef64bfc22c4414ed Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Dec 01 2017 00:19:30 +0000 Subject: Escape the description endlines --- diff --git a/module-build-service-copr.spec b/module-build-service-copr.spec index 38b5d5a..d45e530 100644 --- a/module-build-service-copr.spec +++ b/module-build-service-copr.spec @@ -36,22 +36,21 @@ Requires: python2-copr %global _description \ - -This is a plugin for MBS containing Copr related extensions such as -CoprModuleBuilder and CoprResolver. - - -The Module Build Service (MBS) coordinates module builds and is responsible -for a number of tasks: - -- Providing an interface for module client-side tooling via which module build - submission and build state queries are possible. -- Verifying the input data (modulemd, RPM SPEC files and others) is available - and correct. -- Preparing the build environment in the supported build systems, such as koji. -- Scheduling and building of the module components and tracking the build - state. -- Emitting bus messages about all state changes so that other infrastructure +This is a plugin for MBS containing Copr related extensions such as\ +CoprModuleBuilder and CoprResolver.\ +\ +\ +The Module Build Service (MBS) coordinates module builds and is responsible\ +for a number of tasks:\ +\ +- Providing an interface for module client-side tooling via which module build\ + submission and build state queries are possible.\ +- Verifying the input data (modulemd, RPM SPEC files and others) is available\ + and correct.\ +- Preparing the build environment in the supported build systems, such as koji.\ +- Scheduling and building of the module components and tracking the build\ + state.\ +- Emitting bus messages about all state changes so that other infrastructure\ services can pick up the work.