update to 0.3.83

(cherry picked from commit a09dfd449b56b54ca32d742a8722c815178e0196)
This commit is contained in:
penelope 2022-02-22 20:30:30 +08:00 committed by openeuler-sync-bot
parent 0774ca3851
commit 44fababae4
3 changed files with 18 additions and 6 deletions

View File

@ -1,16 +1,17 @@
Name: initial-setup Name: initial-setup
Version: 0.3.62 Version: 0.3.83
Release: 7 Release: 1
Summary: Initialize system configuration for a newly installed computer Summary: Initialize system configuration for a newly installed computer
License: GPLv2+ License: GPLv2+
URL: https://github.com/rhinstaller/initial-setup URL: https://github.com/rhinstaller/initial-setup
Source0: https://github.com/rhinstaller/initial-setup/archive/r0.3.62.1-1.tar.gz Source0: https://github.com/rhinstaller/initial-setup/archive/r0.3.83-1.tar.gz
Patch0001: Drop-python-nose-from-the-dependencies.patch Patch0001: Drop-python-nose-from-the-dependencies.patch
Patch9001: initial-setup-add-support-openeuler.patch Patch9001: initial-setup-add-support-openeuler.patch
%define debug_package %{nil} %define debug_package %{nil}
BuildRequires: gettext python3-devel python3-setuptools systemd-units BuildRequires: gettext python3-devel python3-setuptools systemd-units
BuildRequires: gtk3-devel glade-devel anaconda >= 29.13 intltool BuildRequires: gtk3-devel glade-devel anaconda >= 29.13 intltool
Requires: python3 anaconda-tui >= 29.13 systemd >= 235 python3-libreport util-linux Requires: python3 anaconda-tui >= 29.13 systemd >= 235 python3-libreport util-linux
Requires: gtk3 anaconda-gui >= 29.13 firstboot(windowmanager) xorg-x11-xinit Requires: gtk3 anaconda-gui >= 29.13 firstboot(windowmanager) xorg-x11-xinit
@ -28,12 +29,15 @@ The initial-setup application run during the first start of a newly installed co
makes it possible to configure the computer according to the needs of the user. makes it possible to configure the computer according to the needs of the user.
%prep %prep
%autosetup -n initial-setup-r0.3.62-1 -p1 %autosetup -n initial-setup-r0.3.83-1 -p1
rm -rf *.egg-info rm -rf *.egg-info
%build %build
%make_build %make_build
%check
make test
%install %install
%make_install %make_install
@ -56,6 +60,7 @@ if [ $1 -gt 1 ] ; then
fi fi
fi fi
%post %post
%systemd_post %{name}.service %systemd_post %{name}.service
@ -71,8 +76,15 @@ fi
%{_libexecdir}/%{name}/{run-initial-setup,firstboot-windowmanager,reconfiguration-mode-enabled} %{_libexecdir}/%{name}/{run-initial-setup,firstboot-windowmanager,reconfiguration-mode-enabled}
%{_libexecdir}/%{name}/{initial-setup-graphical,initial-setup-text} %{_libexecdir}/%{name}/{initial-setup-graphical,initial-setup-text}
%{_unitdir}/{initial-setup,initial-setup-reconfiguration}.service %{_unitdir}/{initial-setup,initial-setup-reconfiguration}.service
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/conf.d
%config %{_sysconfdir}/%{name}/conf.d/*
%changelog %changelog
* Tues Feb 22 2022 yangping<yangping69@huawei.com> - 0.3.83-1
- Upgrade to 0.3.83
* Sat Jan 08 2022 xu_ping<xuping33@huawei.com> - 0.36.62-7 * Sat Jan 08 2022 xu_ping<xuping33@huawei.com> - 0.36.62-7
- Drop python-nose - Drop python-nose

Binary file not shown.

BIN
r0.3.83-1.tar.gz Normal file

Binary file not shown.