specfile: %description line in %fontfamily_subpkg split

To prevent unnecessary rpmlint warnings.
This commit is contained in:
David Kaspar [Dee'Kej] 2017-07-20 11:40:31 +02:00
parent d758744ad3
commit ef9baba357

View File

@ -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] <dkaspar@redhat.com> - 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)