From ede3fe012669714bd38e8a786563067c16e7df79 Mon Sep 17 00:00:00 2001 From: small_leek Date: Sun, 17 Jul 2022 19:53:27 +0800 Subject: [PATCH] modify buildrequires --- openEuler_chroot.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/openEuler_chroot.spec b/openEuler_chroot.spec index 08569ea..7c4f0e3 100644 --- a/openEuler_chroot.spec +++ b/openEuler_chroot.spec @@ -5,11 +5,11 @@ Summary: Use for make iso in openEuler chroot License: GPL Group: System/Management Version: 1.0 -Release: 0.9 +Release: 0.10 BuildRoot: %{_tmppath}/%{name}-%{version} BuildArch: noarch -BuildRequires: dos2unix e2fsprogs filesystem info make tar vim perl libselinux-python coreutils -Buildrequires: wget tar bzip2 sudo yum-plugin-fastestmirror iputils expect git dnf-utils yum +BuildRequires: dos2unix e2fsprogs filesystem info make tar vim perl libselinux-python3 coreutils +Buildrequires: wget tar bzip2 sudo dnf-plugins-core iputils expect git dnf-utils yum %description Use for make iso in openeuler chroot @@ -46,12 +46,6 @@ reposdir=/xxx # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d -[obs-bringInRely] -name=obs-bringinrely -baseurl=http://openeuler-obs-repo.huawei.com:82/bringInRely/%{_repository}/ -enabled=1 -gpgcheck=0 - [obs-Mainline] name=obs-Mainline baseurl=http://openeuler-obs-repo.huawei.com:82/openEuler:/Mainline/%{_repository}/ @@ -199,6 +193,12 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Tue Jul 19 2022 xiasenlin - 1.0-0.10 +- Type:bug-fix +- ID:NA +- SUG:NA +- DESC: liselinux-python -> libselinux-python3 and yum-plugin-fastestmirror -> dnf-plugins-core + * Tue May 24 2022 wangchong - 1.0-0.9 - Type:enhancement - ID:NA -- Gitee