From ac67fae4cafbaa76c51fe606cf08f8c91cd9501d Mon Sep 17 00:00:00 2001 From: laokz Date: Sun, 25 Jun 2023 08:12:25 +0000 Subject: [PATCH] =?UTF-8?q?!228=20=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=AE=8F=E5=92=8CProvides=20*=20remove=20red?= =?UTF-8?q?undant=20arch=20protection=20macros=20and=20provides?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lcr.spec | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/lcr.spec b/lcr.spec index e5910aa..658fb2a 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.1.1 -%global _release 6 +%global _release 7 %global _inner_name isula_libutils Name: lcr @@ -37,21 +37,6 @@ BuildRequires: lxc-devel > %{lxcver_lower} lxc-devel < %{lxcver_upper} BuildRequires: zlib-devel yajl-devel gtest-devel Requires: lxc > %{lxcver_lower} lxc < %{lxcver_upper} yajl zlib -%ifarch x86_64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - -%ifarch aarch64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - -%ifarch loongarch64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - %description Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be @@ -64,18 +49,15 @@ lxc-based containers. %package devel Summary: Huawei container runtime headers for developing programs Group: Libraries -ExclusiveArch: x86_64 aarch64 sw_64 loongarch64 Requires: %{name} = %{version}-%{release} %package -n libisula Summary: Huawei container json, log and utils C Library Group: Libraries -ExclusiveArch: x86_64 aarch64 sw_64 loongarch64 %package -n libisula-devel Summary: Huawei container json, log and utils C headers Group: Libraries -ExclusiveArch: x86_64 aarch64 sw_64 loongarch64 Requires: libisula = %{version}-%{release} %description devel @@ -145,6 +127,12 @@ rm -rf %{buildroot} %{_includedir}/%{_inner_name}/*.h %changelog +* Mon Jun 19 2023 laokz - 2.1.1-7 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC:remove redundant arch protection macros and provides + * Thu May 11 2023 zhangxiaoyu - 2.1.1-6 - Type:enhancement - CVE:NA