Update to 42.0
This commit is contained in:
parent
b931be5a96
commit
ac7f31f40d
@ -1,9 +1,7 @@
|
|||||||
diff --git a/meson.build b/meson.build
|
--- gdm-42.0/meson.build.orig 2022-04-01 14:44:07.292205407 +0800
|
||||||
index 4ace94b..9d7b8b7 100644
|
+++ gdm-42.0/meson.build 2022-04-01 14:44:35.215611962 +0800
|
||||||
--- a/meson.build
|
@@ -170,6 +170,7 @@ default_pam_config = get_option('default
|
||||||
+++ b/meson.build
|
# If requested, try autodetecting from release files (see NetworkManager source)
|
||||||
@@ -167,6 +167,7 @@ default_pam_config = get_option('default-pam-config')
|
|
||||||
# If requested, try autodetecting from release files (see NetworkManager source)
|
|
||||||
if default_pam_config == 'autodetect'
|
if default_pam_config == 'autodetect'
|
||||||
pam_autodetect_map = {
|
pam_autodetect_map = {
|
||||||
+ '/etc/openEuler-release': 'redhat',
|
+ '/etc/openEuler-release': 'redhat',
|
||||||
|
|||||||
BIN
gdm-42.0.tar.xz
Normal file
BIN
gdm-42.0.tar.xz
Normal file
Binary file not shown.
11
gdm.spec
11
gdm.spec
@ -1,11 +1,11 @@
|
|||||||
Name: gdm
|
Name: gdm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.38.2.1
|
Version: 42.0
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: A graphical display manager
|
Summary: A graphical 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.38/gdm-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gdm/42/gdm-%{version}.tar.xz
|
||||||
Source1: org.gnome.login-screen.gschema.override
|
Source1: org.gnome.login-screen.gschema.override
|
||||||
Source5: default.pa-for-gdm
|
Source5: default.pa-for-gdm
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ BuildRequires: pkgconfig(iso-codes) pkgconfig(libcanberra-gtk3) pkgconfig(lib
|
|||||||
BuildRequires: pkgconfig(libsystemd) pkgconfig(ply-boot-client) pkgconfig(systemd)
|
BuildRequires: pkgconfig(libsystemd) pkgconfig(ply-boot-client) pkgconfig(systemd)
|
||||||
BuildRequires: pkgconfig(x11) pkgconfig(xau) pkgconfig(xorg-server) libXdmcp-devel
|
BuildRequires: pkgconfig(x11) pkgconfig(xau) pkgconfig(xorg-server) libXdmcp-devel
|
||||||
BuildRequires: systemd keyutils-libs-devel dconf meson itstool
|
BuildRequires: systemd keyutils-libs-devel dconf meson itstool
|
||||||
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -157,7 +158,6 @@ fi
|
|||||||
%config %{_sysconfdir}/gdm/PostSession/*
|
%config %{_sysconfdir}/gdm/PostSession/*
|
||||||
%config %{_sysconfdir}/pam.d/gdm-autologin
|
%config %{_sysconfdir}/pam.d/gdm-autologin
|
||||||
%config %{_sysconfdir}/pam.d/gdm-password
|
%config %{_sysconfdir}/pam.d/gdm-password
|
||||||
%config %{_sysconfdir}/pam.d/gdm-pin
|
|
||||||
%config %{_sysconfdir}/pam.d/gdm-smartcard
|
%config %{_sysconfdir}/pam.d/gdm-smartcard
|
||||||
%config %{_sysconfdir}/pam.d/gdm-fingerprint
|
%config %{_sysconfdir}/pam.d/gdm-fingerprint
|
||||||
%{_sysconfdir}/pam.d/gdm-launch-environment
|
%{_sysconfdir}/pam.d/gdm-launch-environment
|
||||||
@ -189,6 +189,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 24 2022 yaoxin <yaoxin30@h-partners.com> - 1:42.0-1
|
||||||
|
- Update to 42.0
|
||||||
|
|
||||||
* Wed Feb 22 2022 wulei <wulei80@huawei.com> - 3.38.2-4
|
* Wed Feb 22 2022 wulei <wulei80@huawei.com> - 3.38.2-4
|
||||||
- Fix gdm.service start failure
|
- Fix gdm.service start failure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user