From d52ac393df847f77d18fe7b4411a237f09834618 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 22 Feb 2022 18:54:45 +0800 Subject: [PATCH] fix gdm.service start failure --- gdm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdm.spec b/gdm.spec index b3c8146..93019b8 100644 --- a/gdm.spec +++ b/gdm.spec @@ -1,7 +1,7 @@ Name: gdm Epoch: 1 Version: 3.38.2.1 -Release: 3 +Release: 4 Summary: A graphical display manager License: GPLv2+ URL: https://wiki.gnome.org/Projects/GDM @@ -32,7 +32,7 @@ Requires(postun): systemd Requires: accountsservice audit-libs >= 1.0.6 dconf gnome-keyring-pam gnome-session Requires: gnome-session-wayland-session gnome-settings-daemon >= 3.27.90 gnome-shell iso-codes Requires: libXau >= 1.0.4-4 pam >= 0:0.99.8.1-11 util-linux setxkbmap systemd >= 186 -Requires: system-logos xorg-x11-server-utils xorg-x11-xinit +Requires: system-logos xorg-x11-server-utils xorg-x11-xinit gdm-devel Provides: service(graphical-login) = %{name} Provides: gdm-libs%{?_isa} = %{epoch}:%{version}-%{release} @@ -189,6 +189,9 @@ fi %{_libdir}/pkgconfig/*.pc %changelog +* Tue Feb 22 2022 wulei - 3.38.2-4 +- Fix gdm.service start failure + * Tue Aug 17 2021 weijin deng - 3.38.2-3 - Add 9000-add-openeuler-pam-config.patch for openeuler pam config to normally start gdm -- Gitee