!11 update to version 44.0

From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-12-01 02:58:27 +00:00 committed by Gitee
commit c19b4e18c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,12 +5,12 @@
%global geoclue_version 2.3.1
Name: gnome-initial-setup
Version: 43.2
Release: 2
Version: 44.0
Release: 1
Summary: Bootstrapping your OS
License: GPLv2+
URL: https://wiki.gnome.org/Design/OS/InitialSetup
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
Source1: vendor.conf
#Patch0: webkitgtk-6.0.patch
@ -67,7 +67,7 @@ you through configuring it. It is integrated with gdm.
%autosetup -p1
%build
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
%meson -Dparental_controls=disabled
%meson_build
%install
@ -103,6 +103,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
%{_datadir}/gnome-initial-setup/vendor.conf
%changelog
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.0-1
- update to version 44.0
* Thu Mar 02 2023 wenlong ding <wenlong.ding@turbolinux.com.cn> - 43.2-2
- Move '%%find_lang %{name}' to %%install, fix not found %{name}.lang if disable %%check build