!4 gdm: Disable wayland

Merge pull request !4 from 薄皮小笼包/master
This commit is contained in:
openeuler-ci-bot 2020-01-06 14:16:11 +08:00 committed by Gitee
commit 9947af8b31

View File

@ -1,7 +1,7 @@
Name: gdm
Epoch: 1
Version: 3.30.1
Release: 4
Release: 5
Summary: A graphical display manager
License: GPLv2+
URL: https://wiki.gnome.org/Projects/GDM
@ -116,6 +116,10 @@ if [ $1 -ge 2 ] ; then
fi
fi
if [ -f "$newconffile" ]; then
sed -ie 's@^#WaylandEnable=false@WaylandEnable=false@' $newconffile
fi
%systemd_post gdm.service
%preun
@ -173,6 +177,9 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon Dec 30 2019 Ling Yang <lingyang2@huawei.com> - 1:3.30.1-5
- Disable wayland
* Tue Dec 17 2019 Jiangping Hu <hujiangping@huawei.com> - 1:3.30.1-4
- Add openEuler PAM config