Fix wrong Obsolete and stop listing a file twice.

This commit is contained in:
Mathieu Bridon 2010-02-16 20:13:57 +00:00
parent 12926ddc93
commit 169fd0d0f2

View File

@ -2,7 +2,7 @@
Name: %{fontname}-fonts
Version: 1.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: SIL Abyssinica fonts
Group: User Interface/X
@ -20,7 +20,7 @@ BuildRequires: dos2unix
# Package was renamed from abyssinica-fonts during the F13 development cycle.
# Those 2 lines could probably be removed during the F15 one.
Provides: abyssinica-fonts = %{version}-%{release}
Obsoletes: abyssinica-fonts < 1.0-5
Obsoletes: abyssinica-fonts < 1.0-6
%description
@ -60,9 +60,12 @@ rm -rf %{buildroot}
%_font_pkg *.ttf
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
%dir %{_fontdir}
%changelog
* Tue Feb 16 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-8
- Fix Obsolete: that was wrong when renaming the package.
- The font base folder was listed twice (one was hidden in the font macro)
* Thu Feb 11 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-7
- Use new archive from upstream at same location (which is lowercase now)
- Remove dubious Provides: (RHBZ#563395)