Update to 41.beta
This commit is contained in:
parent
6ffb1a599a
commit
c910377032
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@
|
|||||||
/gnome-initial-setup-40.1.tar.xz
|
/gnome-initial-setup-40.1.tar.xz
|
||||||
/gnome-initial-setup-40.2.tar.xz
|
/gnome-initial-setup-40.2.tar.xz
|
||||||
/gnome-initial-setup-41.alpha.tar.xz
|
/gnome-initial-setup-41.alpha.tar.xz
|
||||||
|
/gnome-initial-setup-41.beta.tar.xz
|
||||||
|
29
122.patch
29
122.patch
@ -1,29 +0,0 @@
|
|||||||
From 6ee1429f5e8e7e49469acde9a426d4b9b4273eab Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Catanzaro <mcatanzaro@redhat.com>
|
|
||||||
Date: Thu, 5 Aug 2021 16:43:13 -0500
|
|
||||||
Subject: [PATCH] account: enterprise accounts should be admins too!
|
|
||||||
|
|
||||||
If the newly-created user is not a local administrator, then there is no
|
|
||||||
local administrator at all, and that is sad. Nobody wants that. Whoever
|
|
||||||
installs the system should control it.
|
|
||||||
|
|
||||||
Fixes #80
|
|
||||||
---
|
|
||||||
gnome-initial-setup/pages/account/gis-account-page-enterprise.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/gnome-initial-setup/pages/account/gis-account-page-enterprise.c b/gnome-initial-setup/pages/account/gis-account-page-enterprise.c
|
|
||||||
index 799c51f1..52df9a3a 100644
|
|
||||||
--- a/gnome-initial-setup/pages/account/gis-account-page-enterprise.c
|
|
||||||
+++ b/gnome-initial-setup/pages/account/gis-account-page-enterprise.c
|
|
||||||
@@ -176,6 +176,7 @@ on_permit_user_login (GObject *source,
|
|
||||||
g_debug ("Caching remote user: %s", login);
|
|
||||||
|
|
||||||
priv->act_user = act_user_manager_cache_user (priv->act_client, login, NULL);
|
|
||||||
+ act_user_set_account_type (priv->act_user, ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR);
|
|
||||||
g_signal_emit (page, signals[USER_CACHED], 0, priv->act_user, gtk_entry_get_text (GTK_ENTRY (priv->password)));
|
|
||||||
apply_complete (page, TRUE);
|
|
||||||
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 41~alpha
|
Version: 41~beta
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bootstrapping your OS
|
Summary: Bootstrapping your OS
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -16,9 +16,6 @@ URL: https://wiki.gnome.org/Design/OS/InitialSetup
|
|||||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
|
||||||
Source1: vendor.conf
|
Source1: vendor.conf
|
||||||
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/122
|
|
||||||
Patch0: 122.patch
|
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
@ -107,6 +104,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
|||||||
%{_datadir}/gnome-initial-setup/vendor.conf
|
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
||||||
|
- Update to 41.beta
|
||||||
|
|
||||||
* Fri Aug 06 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 41~alpha-2
|
* Fri Aug 06 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 41~alpha-2
|
||||||
- Add enterprise login patch, first user should be a local admin
|
- Add enterprise login patch, first user should be a local admin
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-initial-setup-41.alpha.tar.xz) = f0bf693e045dd15e60d398c768faeca19f8369f0b1b4336ad62a41b660d7268d7de13a70e2b8bf22ecb96f1d63d644aff36904bb5819ba3185d09722a33ea08a
|
SHA512 (gnome-initial-setup-41.beta.tar.xz) = 3e473f6b735ec9ebb502aea34c2fe1477f2e59be0f46586aa5bb385725cb9facbe972be2006a9a3471a607629596985db3b9f2fcfe2105401777b41d4503ed40
|
||||||
|
Loading…
Reference in New Issue
Block a user