Accepting request 963986 from GNOME:Next
GNOME 42 late-comers OBS-URL: https://build.opensuse.org/request/show/963986 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=495
This commit is contained in:
parent
b8cf289df8
commit
3721b96493
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb0b650a7cea90f09a33284fbd02975315407efc18e814009852d1bcad3437d4
|
|
||||||
size 807452
|
|
3
gdm-42.0.tar.xz
Normal file
3
gdm-42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a328ac976937bec179971ff07829a1246b98ce724181c128ae32a0ba47ad3855
|
||||||
|
size 811200
|
17
gdm.changes
17
gdm.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 21 22:43:33 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 42.0:
|
||||||
|
+ Improvements to work better on NVidia cards.
|
||||||
|
+ Look in DATADIR for launching environment data files.
|
||||||
|
+ PAM updates on exherbo.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(gudev-1.0), with minimal version of 232, as a new
|
||||||
|
build requirement.
|
||||||
|
- Add explicit update-alternatives to post(un) requirements to
|
||||||
|
avoid rare unexpected behaviors due to package order of
|
||||||
|
installation.
|
||||||
|
- Replace systemdsystemunitdir with _unitdir macro. There's no need
|
||||||
|
to manually define it anymore since systemd-rpm-macros already
|
||||||
|
provide it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 16 00:53:48 UTC 2022 - Xiaoguang Wang <xiaoguang.wang@suse.com>
|
Wed Mar 16 00:53:48 UTC 2022 - Xiaoguang Wang <xiaoguang.wang@suse.com>
|
||||||
|
|
||||||
|
16
gdm.spec
16
gdm.spec
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define systemdsystemunitdir %(pkg-config --variable=systemdsystemunitdir systemd)
|
|
||||||
# FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999
|
# FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999
|
||||||
%define enable_split_authentication 0
|
%define enable_split_authentication 0
|
||||||
|
|
||||||
@ -29,14 +28,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 41.3
|
Version: 42.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/GDM
|
URL: https://wiki.gnome.org/Projects/GDM
|
||||||
|
|
||||||
Source0: https://download.gnome.org/sources/gdm/41/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gdm/42/%{name}-%{version}.tar.xz
|
||||||
Source1: gdm.pamd
|
Source1: gdm.pamd
|
||||||
Source2: gdm-autologin.pamd
|
Source2: gdm-autologin.pamd
|
||||||
Source3: gdm-launch-environment.pamd
|
Source3: gdm-launch-environment.pamd
|
||||||
@ -103,6 +102,7 @@ BuildRequires: pkgconfig(gobject-2.0) >= 2.56.0
|
|||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.12
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.12
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.1
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.1
|
||||||
|
BuildRequires: pkgconfig(gudev-1.0) >= 232
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.4
|
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.4
|
||||||
BuildRequires: pkgconfig(libkeyutils)
|
BuildRequires: pkgconfig(libkeyutils)
|
||||||
@ -126,6 +126,8 @@ Requires: gnome-shell
|
|||||||
Requires: xdm
|
Requires: xdm
|
||||||
Requires(post): dconf
|
Requires(post): dconf
|
||||||
Requires(pre): group(video)
|
Requires(pre): group(video)
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun):update-alternatives
|
||||||
Recommends: iso-codes
|
Recommends: iso-codes
|
||||||
# accessibility
|
# accessibility
|
||||||
Recommends: orca
|
Recommends: orca
|
||||||
@ -187,7 +189,7 @@ providing graphical log-ins and managing local and remote displays.
|
|||||||
Summary: The GNOME Display Manager -- Upstream default configuration
|
Summary: The GNOME Display Manager -- Upstream default configuration
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Supplements: packageand(%{name}:branding-upstream)
|
Supplements: (%{name} and branding-upstream)
|
||||||
Conflicts: %{name}-branding
|
Conflicts: %{name}-branding
|
||||||
Provides: %{name}-branding = %{version}
|
Provides: %{name}-branding = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -202,7 +204,7 @@ providing graphical log-ins and managing local and remote displays.
|
|||||||
This package provides the upstream default configuration for gdm.
|
This package provides the upstream default configuration for gdm.
|
||||||
|
|
||||||
%package systemd
|
%package systemd
|
||||||
Summary: systemd gdm.service file
|
Summary: Systemd gdm.service file
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: gdm
|
Requires: gdm
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -325,6 +327,8 @@ install -m 644 %{SOURCE11} %{buildroot}%{_sysusersdir}/gdm.conf
|
|||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
|
# FIXME -- Document why we don't use %%service_add_*/%%service_del_* macros.
|
||||||
|
|
||||||
%pre -f gdm.pre
|
%pre -f gdm.pre
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -407,7 +411,7 @@ dconf update
|
|||||||
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
||||||
|
|
||||||
%files systemd
|
%files systemd
|
||||||
%{systemdsystemunitdir}/gdm.service
|
%{_unitdir}/gdm.service
|
||||||
|
|
||||||
%files -n gdmflexiserver
|
%files -n gdmflexiserver
|
||||||
%{_bindir}/gdmflexiserver
|
%{_bindir}/gdmflexiserver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user