Fixed inter-package dependencies problem of last update.
This commit is contained in:
parent
03178cae24
commit
13a6f3c530
@ -10,7 +10,7 @@ New.
|
|||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
||||||
Version: 1.04.93
|
Version: 1.04.93
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
||||||
# exceptions:
|
# exceptions:
|
||||||
# The first exception is the standard FSF font exception.
|
# The first exception is the standard FSF font exception.
|
||||||
@ -38,6 +38,8 @@ families.
|
|||||||
Summary: Shared common files of Liberation font families.
|
Summary: Shared common files of Liberation font families.
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
Requires: fontpackages-filesystem >= 1.13
|
Requires: fontpackages-filesystem >= 1.13
|
||||||
|
Obsoletes: liberation-fonts >= 1.04.93-6
|
||||||
|
Conflicts: liberation-fonts < 1.04.93-7
|
||||||
|
|
||||||
%description -n %{fontname}-fonts-common
|
%description -n %{fontname}-fonts-common
|
||||||
%common_desc
|
%common_desc
|
||||||
@ -56,8 +58,9 @@ Shared common files of Liberation font families.
|
|||||||
Summary: Compatibility files of Liberation font families.
|
Summary: Compatibility files of Liberation font families.
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
Requires: %{fontname}-fonts-common = %{version}-%{release}
|
Requires: %{fontname}-fonts-common = %{version}-%{release}
|
||||||
Obsoletes: liberation-fonts = 1.04.93-6
|
Requires: %{fontname}-sans-fonts = %{version}-%{release}
|
||||||
Conflicts: liberation-fonts < 1.04.93-7
|
Requires: %{fontname}-serif-fonts = %{version}-%{release}
|
||||||
|
Requires: %{fontname}-mono-fonts = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{fontname}-fonts-compat
|
%description -n %{fontname}-fonts-compat
|
||||||
%common_desc
|
%common_desc
|
||||||
@ -127,6 +130,9 @@ mkfontscale %{buildroot}%{_fontdir}
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Create -compat subpackage as meta-package for installing all font families.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user