Fixed inter-package dependencies problem of last update.

This commit is contained in:
cchance 2009-02-04 03:15:37 +00:00
parent 03178cae24
commit 13a6f3c530

View File

@ -10,7 +10,7 @@ New.
Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 1.04.93
Release: 7%{?dist}
Release: 8%{?dist}
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
# exceptions:
# The first exception is the standard FSF font exception.
@ -38,6 +38,8 @@ families.
Summary: Shared common files of Liberation font families.
Group: User Interface/X
Requires: fontpackages-filesystem >= 1.13
Obsoletes: liberation-fonts >= 1.04.93-6
Conflicts: liberation-fonts < 1.04.93-7
%description -n %{fontname}-fonts-common
%common_desc
@ -56,8 +58,9 @@ Shared common files of Liberation font families.
Summary: Compatibility files of Liberation font families.
Group: User Interface/X
Requires: %{fontname}-fonts-common = %{version}-%{release}
Obsoletes: liberation-fonts = 1.04.93-6
Conflicts: liberation-fonts < 1.04.93-7
Requires: %{fontname}-sans-fonts = %{version}-%{release}
Requires: %{fontname}-serif-fonts = %{version}-%{release}
Requires: %{fontname}-mono-fonts = %{version}-%{release}
%description -n %{fontname}-fonts-compat
%common_desc
@ -127,6 +130,9 @@ mkfontscale %{buildroot}%{_fontdir}
rm -rf %{buildroot}
%changelog
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 1.04.93-8.fc11
- Fixed inter-subpackage dependencies.
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 1.04.93-7.fc11
- Create -compat subpackage as meta-package for installing all font families.