Restore font-utils provider

This commit is contained in:
Simone Caronni 2014-11-10 13:33:27 +01:00
parent caef87b513
commit c9287ac948

View File

@ -11,7 +11,7 @@ Summary: X.Org X11 font utilities
Name: xorg-x11-font-utils Name: xorg-x11-font-utils
Epoch: 1 Epoch: 1
Version: 7.5 Version: 7.5
Release: 24%{?dist} Release: 25%{?dist}
License: MIT License: MIT
URL: http://www.x.org URL: http://www.x.org
@ -42,6 +42,7 @@ Provides: font-util = %{font_util}
Provides: bdftruncate = %{epoch}:%{version}-%{release} Provides: bdftruncate = %{epoch}:%{version}-%{release}
Obsoletes: bdftruncate < %{epoch}:%{version}-%{release} Obsoletes: bdftruncate < %{epoch}:%{version}-%{release}
Provides: font-utils = %{epoch}:%{version}-%{release}
Provides: ucs2any = %{font_util} Provides: ucs2any = %{font_util}
%description %description
@ -117,6 +118,9 @@ install -m 744 -p -D %{SOURCE6} $RPM_BUILD_ROOT%{_mandir}/man1/xorg-x11-fonts-up
%{_x11fontdir}/util/map-* %{_x11fontdir}/util/map-*
%changelog %changelog
* Mon Nov 10 2014 Simone Caronni <negativo17@gmail.com> - 1:7.5-25
- Restore font-utils provider, required by some packages for building.
* Mon Nov 10 2014 Simone Caronni <negativo17@gmail.com> - 1:7.5-24 * Mon Nov 10 2014 Simone Caronni <negativo17@gmail.com> - 1:7.5-24
- Clean up SPEC file, fix rpmlint warnings. - Clean up SPEC file, fix rpmlint warnings.