This commit is contained in:
Matthias Clasen 2010-03-29 23:57:42 +00:00
parent 855e9de070
commit edd6f020da
3 changed files with 22 additions and 23 deletions

View File

@ -1 +1 @@
gdm-2.29.6.tar.bz2 gdm-2.30.0.tar.bz2

View File

@ -14,14 +14,14 @@
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
Name: gdm Name: gdm
Version: 2.29.92 Version: 2.30.0
Release: 4%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: User Interface/X Group: User Interface/X
URL: http://download.gnome.org/sources/gdm URL: http://download.gnome.org/sources/gdm
#VCS: git:git://git.gnome.org/gdm #VCS: git:git://git.gnome.org/gdm
Source: http://download.gnome.org/sources/gdm/2.29/gdm-%{version}.tar.bz2 Source: http://download.gnome.org/sources/gdm/2.30/gdm-%{version}.tar.bz2
Source1: gdm-pam Source1: gdm-pam
Source2: gdm-autologin-pam Source2: gdm-autologin-pam
Source3: gdm-password.pam Source3: gdm-password.pam
@ -55,8 +55,6 @@ Requires: plymouth-gdm-hooks
Requires: pulseaudio-gdm-hooks Requires: pulseaudio-gdm-hooks
# We need 1.0.4-5 since it lets us use "localhost" in auth cookies # We need 1.0.4-5 since it lets us use "localhost" in auth cookies
Requires: libXau >= 1.0.4-4 Requires: libXau >= 1.0.4-4
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
BuildRequires: pkgconfig(libcanberra-gtk) BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: scrollkeeper >= 0:%{scrollkeeper_version} BuildRequires: scrollkeeper >= 0:%{scrollkeeper_version}
BuildRequires: pango-devel >= 0:%{pango_version} BuildRequires: pango-devel >= 0:%{pango_version}
@ -159,11 +157,11 @@ cp -f %{SOURCE8} gui/simple-greeter/plugins/fingerprint/icons/16x16/gdm-fingerpr
cp -f %{SOURCE9} gui/simple-greeter/plugins/fingerprint/icons/48x48/gdm-fingerprint.png cp -f %{SOURCE9} gui/simple-greeter/plugins/fingerprint/icons/48x48/gdm-fingerprint.png
%configure --with-pam-prefix=%{_sysconfdir} \ %configure --with-pam-prefix=%{_sysconfdir} \
--enable-profiling \ --enable-profiling \
--enable-console-helper \ --enable-console-helper \
--disable-scrollkeeper \ --disable-scrollkeeper \
--with-console-kit \ --with-console-kit \
--with-selinux --with-selinux
# drop unneeded direct library deps with --as-needed # drop unneeded direct library deps with --as-needed
# libtool doesn't make this easy, so we do it the hard way # libtool doesn't make this easy, so we do it the hard way
@ -243,12 +241,8 @@ exit 0
%post %post
/sbin/ldconfig /sbin/ldconfig
scrollkeeper-update
touch --no-create /usr/share/icons/hicolor touch --no-create /usr/share/icons/hicolor >&/dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q /usr/share/icons/hicolor
fi
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
@ -260,9 +254,9 @@ custom=/etc/gdm/custom.conf
if [ $1 -ge 2 ] ; then if [ $1 -ge 2 ] ; then
if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then
oldconffile=/usr/share/gdm/config/gdm.conf-custom oldconffile=/usr/share/gdm/config/gdm.conf-custom
elif [ -f /etc/X11/gdm/gdm.conf ]; then elif [ -f /etc/X11/gdm/gdm.conf ]; then
oldconffile=/etc/X11/gdm/gdm.conf oldconffile=/etc/X11/gdm/gdm.conf
fi fi
# Comment out some entries from the custom config file that may # Comment out some entries from the custom config file that may
@ -310,12 +304,14 @@ fi
%postun %postun
/sbin/ldconfig /sbin/ldconfig
scrollkeeper-update if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
%files -f gdm.lang %files -f gdm.lang
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING NEWS README TODO %doc AUTHORS COPYING NEWS README TODO
@ -400,6 +396,9 @@ fi
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
%changelog %changelog
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
- Update to 2.30.0
* Wed Mar 24 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-4 * Wed Mar 24 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-4
- Drop hal dependency - Drop hal dependency

View File

@ -1 +1 @@
a82bbab661b66767870a65e53cb52630 gdm-2.29.92.tar.bz2 0da84637abbcbf1666529d6192a81e6b gdm-2.30.0.tar.bz2