From ef9baba357c5c76b7849d4b9b8774cb5e49bb672 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 20 Jul 2017 11:40:31 +0200 Subject: [PATCH] specfile: %description line in %fontfamily_subpkg split To prevent unnecessary rpmlint warnings. --- urw-base35-fonts.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/urw-base35-fonts.spec b/urw-base35-fonts.spec index 9f0468f..88890fe 100644 --- a/urw-base35-fonts.spec +++ b/urw-base35-fonts.spec @@ -254,7 +254,8 @@ Requires(postun): xorg-x11-server-utils \ Conflicts: urw-fonts < %{urw_fonts_vers} } \ \ %description -n %{fontname}-%{subpkg_name}-fonts \ -This package contains %{*} font family, which is part of Level 2 Core Font Set.\ +This package contains %{*} font family, \ +which is part of Level 2 Core Font Set. \ \ %{common_desc} \ \ @@ -343,6 +344,7 @@ ln -sf %{_fontdir} %{buildroot}%{_sysconfdir}/X11/fontpath.d/%{name} %changelog * Mon Jun 05 2017 David Kaspar [Dee'Kej] - 20160926-1 +- %%description line in 'fontfamily_subpkg' macro split - requirement for 'fontpackages-filesystem' added - mark 'font.dir' and 'font.scale' as %%ghost files - fix the upgrading process (for Obsoletes|Provides|Conflicts)