Update to 3.29.90
This commit is contained in:
parent
c2e4770b35
commit
c897520d63
1
.gitignore
vendored
1
.gitignore
vendored
@ -114,3 +114,4 @@ gdm-2.30.2.tar.bz2
|
|||||||
/gdm-3.28.0.tar.xz
|
/gdm-3.28.0.tar.xz
|
||||||
/gdm-3.28.1.tar.xz
|
/gdm-3.28.1.tar.xz
|
||||||
/gdm-3.28.2.tar.xz
|
/gdm-3.28.2.tar.xz
|
||||||
|
/gdm-3.29.90.tar.xz
|
||||||
|
14
gdm.spec
14
gdm.spec
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.28.2
|
Version: 3.29.90
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/GDM
|
URL: https://wiki.gnome.org/Projects/GDM
|
||||||
Source0: http://download.gnome.org/sources/gdm/3.28/gdm-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gdm/3.29/gdm-%{version}.tar.xz
|
||||||
Source1: org.gnome.login-screen.gschema.override
|
Source1: org.gnome.login-screen.gschema.override
|
||||||
Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
|
Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ BuildRequires: git
|
|||||||
BuildRequires: libdmx-devel
|
BuildRequires: libdmx-devel
|
||||||
BuildRequires: audit-libs-devel >= %{libauditver}
|
BuildRequires: audit-libs-devel >= %{libauditver}
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: intltool
|
|
||||||
%ifnarch s390 s390x ppc ppc64
|
%ifnarch s390 s390x ppc ppc64
|
||||||
BuildRequires: xorg-x11-server-Xorg
|
BuildRequires: xorg-x11-server-Xorg
|
||||||
%endif
|
%endif
|
||||||
@ -126,7 +125,6 @@ GDM specific authentication features.
|
|||||||
%autosetup -S git
|
%autosetup -S git
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
intltoolize -f
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -244,7 +242,7 @@ fi
|
|||||||
%systemd_postun gdm.service
|
%systemd_postun gdm.service
|
||||||
|
|
||||||
%files -f gdm.lang
|
%files -f gdm.lang
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_sysconfdir}/gdm
|
%dir %{_sysconfdir}/gdm
|
||||||
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
||||||
@ -265,6 +263,7 @@ fi
|
|||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override
|
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override
|
||||||
|
%{_libexecdir}/gdm-disable-wayland
|
||||||
%{_libexecdir}/gdm-host-chooser
|
%{_libexecdir}/gdm-host-chooser
|
||||||
%{_libexecdir}/gdm-session-worker
|
%{_libexecdir}/gdm-session-worker
|
||||||
%{_libexecdir}/gdm-simple-chooser
|
%{_libexecdir}/gdm-simple-chooser
|
||||||
@ -316,6 +315,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 1:3.29.90-1
|
||||||
|
- Update to 3.29.90
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.2-2
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gdm-3.28.2.tar.xz) = f07dcc7dc61a44c1ef8943f02a1b251db4df6d5dff99aa00ab1d15143cf6021efe5b2883c819043330e9d842a60a5e98a674889928e6b088f73793b3b5ddc0f0
|
SHA512 (gdm-3.29.90.tar.xz) = 31b8da1677e71c930e98b30dc9514f9ff82538779babd0c2bcb12904a59f8dd9eb5ed0aa43ebe71bcf66234020833f38eefd49a5486ff9dcfe23216555c33aec
|
||||||
|
Loading…
Reference in New Issue
Block a user