Update to 40.beta
This commit is contained in:
parent
c49810a3fe
commit
100892a821
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
|
||||
|
15
gdm.spec
15
gdm.spec
@ -7,15 +7,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 +132,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 +257,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 +309,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