Update to 42.rc
This commit is contained in:
parent
5b900c0723
commit
3ce416bafd
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@
|
||||
/gnome-initial-setup-42.alpha.tar.xz
|
||||
/gnome-initial-setup-42.alpha.1.tar.xz
|
||||
/gnome-initial-setup-42.beta.tar.xz
|
||||
/gnome-initial-setup-42.rc.tar.xz
|
||||
|
@ -3,11 +3,12 @@
|
||||
%global glib_required_version 2.63.1
|
||||
%global gtk_required_version 3.11.3
|
||||
%global geoclue_version 2.3.1
|
||||
%global libhandy_version 1.5.90
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 42~beta
|
||||
Version: 42~rc
|
||||
Release: 1%{?dist}
|
||||
Summary: Bootstrapping your OS
|
||||
|
||||
@ -40,6 +41,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version}
|
||||
BuildRequires: pkgconfig(gdm)
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
||||
BuildRequires: pkgconfig(packagekit-glib2)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: krb5-devel
|
||||
@ -52,6 +54,7 @@ BuildRequires: libsecret-devel
|
||||
Requires: gdm
|
||||
Requires: geoclue2-libs%{?_isa} >= %{geoclue_version}
|
||||
Requires: glib2%{?_isa} >= %{glib_required_version}
|
||||
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
||||
# we install a rules file
|
||||
Requires: polkit-js-engine
|
||||
Requires: /usr/bin/gkbd-keyboard-display
|
||||
@ -104,6 +107,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
||||
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||
|
||||
%changelog
|
||||
* Mon Mar 07 2022 David King <amigadave@amigadave.com> - 42~rc-1
|
||||
- Update to 42.rc
|
||||
|
||||
* Sun Feb 13 2022 David King <amigadave@amigadave.com> - 42~beta-1
|
||||
- Update to 42.beta
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-initial-setup-42.beta.tar.xz) = 3766c6bf9858341ef1a63f64d7a490b2d07596d6ea9e6a7de0c1e75646a888ffc74442b43415115bb20c46040dc39696b030acb029caa4ddc2643c9b517e6960
|
||||
SHA512 (gnome-initial-setup-42.rc.tar.xz) = 56016b17ca371ee9813461b4783d63ffc227f4dc8886327e45e817085e7b52506b20810a419e455f2fedc46877f6394e2e5d3b63429d6f83ebb7626ebfedd388
|
||||
|
Loading…
Reference in New Issue
Block a user