diff options
author | wanchao-xu <wanchao.xu@samsung.com> | 2024-01-12 16:38:02 +0800 |
---|---|---|
committer | wanchao-xu <wanchao.xu@samsung.com> | 2024-01-12 17:55:16 +0800 |
commit | 201e4dfa1a39717120836ca9872238641cd3dada (patch) | |
tree | 14dfe295b40c1e047498fc6ca8da4ca84865de82 | |
parent | 46bd96c840bf0e16896d4c19ebf1eec818e28860 (diff) | |
download | pristine-tar-sandbox/xuwc/devel-riscv-py2.tar.gz pristine-tar-sandbox/xuwc/devel-riscv-py2.tar.bz2 pristine-tar-sandbox/xuwc/devel-riscv-py2.zip |
Remove the unnecessary package 'perl(ExtUtils::MakeMaker)' for opensuse42.xsandbox/xuwc/devel-riscv-py2
* The suse_version of opensuse42.x is 1315
Change-Id: I413377f089897c58182e266002dc34b1a14b1367
-rw-r--r-- | packaging/pristine-tar.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/pristine-tar.spec b/packaging/pristine-tar.spec index 53ccdbe..415cb27 100644 --- a/packaging/pristine-tar.spec +++ b/packaging/pristine-tar.spec @@ -38,7 +38,7 @@ Requires: xdelta3 %endif BuildRequires: pkgconfig(zlib) -%if 0%{?suse_version} >= 1320 +%if 0%{?suse_version} >= 1320 || 0%{?suse_version} == 1315 #BuildRequires: perl(ExtUtils::MakeMaker) %else BuildRequires: perl(ExtUtils::MakeMaker) |