From 5a9fe9898c4f19e8c709e81e093290980c882e10 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Thu, 20 Aug 2020 14:51:36 +0800 Subject: [PATCH] Change require to python3-libreport --- initial-setup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/initial-setup.spec b/initial-setup.spec index 7c1de53..f7364b0 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,6 +1,6 @@ Name: initial-setup Version: 0.3.62 -Release: 5 +Release: 6 Summary: Initialize system configuration for a newly installed computer License: GPLv2+ URL: https://github.com/rhinstaller/initial-setup @@ -11,7 +11,7 @@ Patch9001: initial-setup-add-support-openeuler.patch BuildRequires: gettext python3-devel python3-setuptools python3-nose systemd-units BuildRequires: gtk3-devel glade-devel anaconda >= 29.13 intltool -Requires: python3 anaconda-tui >= 29.13 systemd >= 235 libreport-python3 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: xorg-x11-server-Xorg Requires(post): systemd @@ -75,5 +75,8 @@ fi %{_unitdir}/{initial-setup,initial-setup-reconfiguration}.service %changelog +* Thu Aug 20 2020 lingsheng - 0.36.62-6 +- Change require to python3-libreport + * Tue Feb 18 2020 xuxijian - 0.36.62-5 - Package init -- Gitee