fix a markup problem

This commit is contained in:
Matthias Clasen 2006-09-27 16:40:39 +00:00
parent f33bc2309a
commit 260aaeb623

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager. Summary: The GNOME Display Manager.
Name: gdm Name: gdm
Version: 2.16.0 Version: 2.16.0
Release: 8%{?dist} Release: 9%{?dist}
Epoch: 1 Epoch: 1
License: LGPL/GPL License: LGPL/GPL
Group: User Interface/X Group: User Interface/X
@ -49,6 +49,9 @@ Patch24: gdm-2.15.6-wtmp.patch
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=203917 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=203917
Patch25: gdm-2.16.0-indic-langs.patch Patch25: gdm-2.16.0-indic-langs.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=357998
Patch26: gdm-2.16.0-markup.patch
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
Prereq: /usr/sbin/useradd Prereq: /usr/sbin/useradd
@ -118,6 +121,7 @@ several different X sessions on your local machine at the same time.
%patch21 -p1 -b .security-tokens %patch21 -p1 -b .security-tokens
%patch24 -p1 -b .wtmp %patch24 -p1 -b .wtmp
%patch25 -p1 -b .indic-langs %patch25 -p1 -b .indic-langs
%patch26 -p1 -b .markup
%build %build
cp -f %{SOURCE1} config/gdm cp -f %{SOURCE1} config/gdm
@ -305,6 +309,10 @@ fi
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm %attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%changelog %changelog
* Wed Sep 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-9.fc6
- Fix a problem with the display of the FedoraDNA theme
in gdmsetup
* Tue Sep 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-8.fc6 * Tue Sep 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-8.fc6
- Add as_IN, si_LK to language list (bug 203917) - Add as_IN, si_LK to language list (bug 203917)