From 16540ca1688d5e85675d4ef3f3f4e5f54fa32e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Feb 2023 16:40:49 +0100 Subject: [PATCH] Ensure all subpackages either have the LICENSE file or depend on one with it --- babel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.spec b/babel.spec index c8206c0..42eddff 100644 --- a/babel.spec +++ b/babel.spec @@ -111,7 +111,6 @@ export TZ=UTC %files %doc CHANGES.rst AUTHORS -%license LICENSE %{_bindir}/pybabel %if %{without bootstrap} @@ -122,6 +121,7 @@ export TZ=UTC %if %{without bootstrap} %files doc +%license LICENSE %doc built-docs/html/* %endif