From 0c67bb6181b8fd7e0fc7299ef10a4f6934b10c40 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Aug 13 2020 08:52:26 +0000 Subject: Fix license and missing provides --- diff --git a/zuul.spec b/zuul.spec index 1e8c56b..4318ae5 100644 --- a/zuul.spec +++ b/zuul.spec @@ -3,7 +3,8 @@ Version: 3.19.1 Release: 1%{?dist} Summary: Trunk Gating System -License: ASL 2.0 +# The entire source code is ASL 2.0 except files under %%{python3_sitelib}/zuul/ansible which is GPLv3+ +License: ASL 2.0 and GPLv3+ URL: https://zuul-ci.org Source0: %pypi_source @@ -71,6 +72,10 @@ BuildRequires: python3-graphene BuildRequires: systemd BuildRequires: ansible +Provides: bundled(ansible) = 2.7 +Provides: bundled(ansible) = 2.8 +Provides: bundled(ansible) = 2.9 + %description Zuul is a program that drives continuous integration, delivery, and deployment systems with a focus on project gating and