From b4bd89831f34e977831c3e3959a79da9bce818cf Mon Sep 17 00:00:00 2001 From: youyifeng Date: Thu, 12 Jan 2023 10:42:04 +0800 Subject: [PATCH] bugfix : fix build failed --- mock.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mock.spec b/mock.spec index d4df753..d3e43cf 100644 --- a/mock.spec +++ b/mock.spec @@ -6,7 +6,7 @@ Summary: Builds packages inside chroots Name: mock Version: 2.2 -Release: 1 +Release: 2 License: GPLv2+ Source: %{name}-%{version}.tar.gz URL: https://github.com/rpm-software-management/mock/ @@ -142,11 +142,10 @@ install -p -m 0644 %{SOURCE1} %{buildroot}/etc/mock/site-defaults.cfg %files plugins %{python_sitelib}/mockbuild/scm.py* %{python_sitelib}/mockbuild/plugins/lvm_root.* -%if %{use_python3} -%{python3_sitelib}/mockbuild/__pycache__/scm.*.py* -%{python3_sitelib}/mockbuild/plugins/__pycache__/lvm_root.*.py* -%endif %changelog +* Mon Aug 22 2022 youyifeng 2.2-2 +- bugfix : fix build failed + * Fri May 15 2020 hexiaowen 2.2-1 - first build -- Gitee