Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gdm.git#2680723ecc0dae5105a7305628284fa17519a084
This commit is contained in:
parent
57e95774e4
commit
90d3c084a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -134,3 +134,4 @@ gdm-2.30.2.tar.bz2
|
||||
/gdm-3.38.1.tar.xz
|
||||
/gdm-3.38.2.tar.xz
|
||||
/gdm-3.38.2.1.tar.xz
|
||||
/gdm-40.beta.tar.xz
|
||||
|
16
gdm.spec
16
gdm.spec
@ -1,4 +1,3 @@
|
||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||
%global _hardened_build 1
|
||||
|
||||
%define libauditver 1.0.6
|
||||
@ -7,15 +6,17 @@
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
%define nss_version 3.11.1
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gdm
|
||||
Epoch: 1
|
||||
Version: 3.38.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 40~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: The GNOME Display Manager
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/GDM
|
||||
Source0: http://download.gnome.org/sources/gdm/3.38/gdm-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gdm/40/gdm-%{tarball_version}.tar.xz
|
||||
Source1: org.gnome.login-screen.gschema.override
|
||||
|
||||
# Downstream patches
|
||||
@ -130,7 +131,7 @@ files that are helpful to PAM modules wishing to support
|
||||
GDM specific authentication features.
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
%autosetup -S git -n gdm-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson -Dpam-prefix=%{_sysconfdir} \
|
||||
@ -255,8 +256,8 @@ fi
|
||||
%dir %{_sysconfdir}/gdm/PostLogin
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override
|
||||
%{_libexecdir}/gdm-disable-wayland
|
||||
%{_libexecdir}/gdm-host-chooser
|
||||
%{_libexecdir}/gdm-runtime-config
|
||||
%{_libexecdir}/gdm-session-worker
|
||||
%{_libexecdir}/gdm-simple-chooser
|
||||
%{_libexecdir}/gdm-wayland-session
|
||||
@ -307,6 +308,9 @@ fi
|
||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 26 2021 Kalev Lember <klember@redhat.com> - 1:40~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.38.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gdm-3.38.2.1.tar.xz) = fea210382d5760050d211650b0e2eaf18b39e5e67fef98d9a7fa53245b134c62235265bc48438d1bc50c729414ae027d50ec6007a15c6f5aed3b8e927a844aed
|
||||
SHA512 (gdm-40.beta.tar.xz) = 37574e231e842374955be29b1a1c9a5c37bb64b880263478f649f1650e3535d00e70f871cebcc0739e9ff767db66a20948d3de8412376fb30f7665e42c75e538
|
||||
|
Loading…
Reference in New Issue
Block a user