From 3736f324c86ec482faf43104f639d44d455b732b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 29 Jun 2023 11:52:34 +0200 Subject: [PATCH] Remove dir_colors.5 man page with unallowed license --- man-pages.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index 5bbf7ef..f3e5b87 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -40,7 +40,7 @@ A large collection of manual pages from the Linux Documentation Project (LDP). %prep %setup -q -a 1 -%patch21 -p1 +%patch -P 21 -p1 ## Remove man pages we are not going to use ## @@ -56,6 +56,10 @@ rm man7/boot.7 # remove man pages deprecated by libxcrypt (#1610307) rm man3/crypt{,_r}.3 +# license not allowed in Fedora +# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/211 +rm man5/dir_colors.5 + %build # nothing to build