Accepting request 821836 from GNOME:Factory
(forwarded request 820861 from iznogood) OBS-URL: https://build.opensuse.org/request/show/821836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=231
This commit is contained in:
commit
666518c419
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gdm.git</param>
|
||||
<param name="revision">3.36.2</param>
|
||||
<param name="revision">3.36.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:844427040b949f6500b882bf51979a9369424758aa98973fa05ae3d9f1024d81
|
||||
size 7168013
|
3
gdm-3.36.3.obscpio
Normal file
3
gdm-3.36.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea12e1285a6fd39cddcca34b1a64c1fa140131f25a9e920d314115f0d498329a
|
||||
size 7167501
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 05:10:44 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.3:
|
||||
+ User switching fix.
|
||||
+ Updated translations.
|
||||
- Disable patch needing rebase:
|
||||
+ gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 09:13:05 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: gdm
|
||||
version: 3.36.2
|
||||
mtime: 1588623085
|
||||
commit: 02c42c1ca84bc28928618b773c12f2cea67ed71e
|
||||
version: 3.36.3
|
||||
mtime: 1594672671
|
||||
commit: 24a4c0afe337a7a381397c87a39e3a666c0ae6cc
|
||||
|
||||
|
6
gdm.spec
6
gdm.spec
@ -21,7 +21,7 @@
|
||||
%define enable_split_authentication 0
|
||||
|
||||
Name: gdm
|
||||
Version: 3.36.2
|
||||
Version: 3.36.3
|
||||
Release: 0
|
||||
Summary: The GNOME Display Manager
|
||||
License: GPL-2.0-or-later
|
||||
@ -55,7 +55,7 @@ Patch3: gdm-default-wm.patch
|
||||
Patch4: gdm-xauthlocalhostname.patch
|
||||
# PATCH-FIX-OPENSUSE gdm-switch-to-tty1.patch bsc#1113700 xwang@suse.com -- switch to tty1 when stopping gdm service
|
||||
Patch6: gdm-switch-to-tty1.patch
|
||||
# PATCH-FIX-OPENSUSE 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. rejected upstream
|
||||
# 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. rejected upstream WAS: PATCH-FIX-OPENSUSE
|
||||
Patch8: gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch
|
||||
# PATCH-FIX-OPENSUSE gdm-initial-setup-hardening.patch boo#1140851, glgo#GNOME/gnome-initial-setup#76 fezhang@suse.com -- Prevent gnome-initial-setup running if any regular user has perviously logged into the system
|
||||
Patch9: gdm-initial-setup-hardening.patch
|
||||
@ -216,7 +216,7 @@ cp %{SOURCE8} .
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch6 -p1
|
||||
%patch8 -p1
|
||||
#patch8 -p1
|
||||
%patch9 -p1
|
||||
%ifarch s390 s390x
|
||||
%patch13 -p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user