Accepting request 638433 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/638433 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=413
This commit is contained in:
parent
eeabd7a7c4
commit
96920272ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84d8faf065c3d6c2212301fa1efa8e63c94583118e5e5767b6c8180f42aeca5b
|
||||
size 1216916
|
3
gdm-3.30.1.tar.xz
Normal file
3
gdm-3.30.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b3d11856adf9fc26b43b2742c196e9e9dc2d2a5eff8bb34d906537288e2732f
|
||||
size 1263624
|
@ -1,59 +0,0 @@
|
||||
Index: b/configure.ac
|
||||
===================================================================
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -268,6 +268,10 @@ AC_ARG_ENABLE(wayland-support,
|
||||
[Enable support for wayland sessions @<:@default=auto@:>@]),
|
||||
[enable_wayland_support=$enableval],
|
||||
[enable_wayland_support=yes])
|
||||
+AC_ARG_WITH([udevdir],
|
||||
+ AS_HELP_STRING([--with-udevdir=DIR],
|
||||
+ [Directory for udev files]),
|
||||
+ [with_udevdir=$withval], [with_udevdir=$($PKG_CONFIG --variable=udevdir udev)])
|
||||
|
||||
AC_ARG_WITH(plymouth,
|
||||
AS_HELP_STRING([--with-plymouth],
|
||||
@@ -872,6 +876,9 @@ if test "x$with_systemdsystemunitdir" !=
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(INSTALL_SYSTEMD_UNITS, test x$with_systemdsystemunitdir != xno)
|
||||
+if test "x$with_udevdir" != xno; then
|
||||
+ AC_SUBST(UDEV_DIR, [$with_udevdir])
|
||||
+fi
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl - Check for plymouth support
|
||||
@@ -1517,6 +1524,7 @@ echo \
|
||||
XDMCP support: ${XDMCP_SUPPORT}
|
||||
SELinux support: ${use_selinux}
|
||||
systemd unit dir: ${with_systemdsystemunitdir}
|
||||
+ udev dir: ${with_udevdir}
|
||||
plymouth support: ${use_plymouth}
|
||||
wayland support: ${enable_wayland_support}
|
||||
Build with RBAC: ${msg_rbac_shutdown}
|
||||
Index: b/data/Makefile.am
|
||||
===================================================================
|
||||
--- a/data/Makefile.am
|
||||
+++ b/data/Makefile.am
|
||||
@@ -154,7 +154,7 @@ if ENABLE_ARCH_PAM_CONFI
|
||||
pam_files = $(pam_arch_files)
|
||||
endif
|
||||
|
||||
-udevrulesdir = /lib/udev/rules.d
|
||||
+udevrulesdir = $(UDEV_DIR)/rules.d
|
||||
udevrules_DATA = 61-gdm.rules
|
||||
|
||||
EXTRA_DIST += $(srcdir)/61-gdm.rules.in
|
||||
Index: b/data/Makefile.in
|
||||
===================================================================
|
||||
--- a/data/Makefile.in
|
||||
+++ b/data/Makefile.in
|
||||
@@ -572,7 +572,7 @@ pam_arch_files = pam-arch/gdm-autologin.
|
||||
@ENABLE_LFS_PAM_CONFIG_TRUE@pam_files = $(pam_lfs_files)
|
||||
@ENABLE_OPENEMBEDDED_PAM_CONFIG_TRUE@pam_files = $(pam_openembedded_files)
|
||||
@ENABLE_REDHAT_PAM_CONFIG_TRUE@pam_files = $(pam_redhat_files)
|
||||
-udevrulesdir = /lib/udev/rules.d
|
||||
+udevrulesdir = $(UDEV_DIR)/rules.d
|
||||
udevrules_DATA = 61-gdm.rules
|
||||
CLEANFILES = Xsession gdm.conf-custom Init PreSession PostSession \
|
||||
greeter-dconf-defaults $(NULL) gdm.service $(am__append_2)
|
11
gdm.changes
11
gdm.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 10:45:19 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.1:
|
||||
+ Make udev rule configurable.
|
||||
+ Follow up fixes dealing with login screen reaping from two
|
||||
releases ago.
|
||||
+ Disable wayland on proprietary nvidia machines for now.
|
||||
+ Updated translations.
|
||||
- Drop gdm-make-udev-dir-configurable.patch: Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 02:42:59 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
10
gdm.spec
10
gdm.spec
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
%define enable_split_authentication 0
|
||||
|
||||
Name: gdm
|
||||
Version: 3.30.0
|
||||
Version: 3.30.1
|
||||
Release: 0
|
||||
Summary: The GNOME Display Manager
|
||||
License: GPL-2.0-or-later
|
||||
@ -57,8 +57,6 @@ Patch6: gdm-plymouth-vt1.patch
|
||||
Patch7: gdm-fails-to-restart-gnome-shell.patch
|
||||
# PATCH-NEEDS-REBASE gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch bnc#1075805 bgo#793255 msrb@suse.com -- Add runtime option to start X under root instead of regular user. Necessary if no DRI drivers are present. WAS: PATCH-FIX-UPSTREAM, rejected upstream
|
||||
Patch8: gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-make-udev-rules-dir-configurable.patch glgo#GNOME/gdm!44 luc14n0@linuxmail.org Make the udev rules dir configurable.
|
||||
Patch9: gdm-make-udev-dir-configurable.patch
|
||||
|
||||
### NOTE: Keep please SLE-only patches at bottom (starting on 1000).
|
||||
# PATCH-FIX-SLE gdm-disable-gnome-initial-setup.patch bnc#1067976 qzhao@suse.com -- Disable gnome-initial-setup runs before gdm, g-i-s will only serve for CJK people to choose the input-method after login.
|
||||
@ -202,16 +200,12 @@ cp %{SOURCE8} .
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
#patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
# SLE-only patches start at 1000
|
||||
%if !0%{?is_opensuse}
|
||||
%patch1000 -p1
|
||||
%endif
|
||||
|
||||
# Force 61-gdm.rules to be override and make it use of libexecdir variable instead of hardcoding
|
||||
rm data/61-gdm.rules
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 sh autogen.sh
|
||||
autoreconf -fiv
|
||||
|
Loading…
x
Reference in New Issue
Block a user