From 83d36497b5d024b1dfce340eb7c4aed569e98c08 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Fri, 30 Oct 2020 11:31:42 +0800 Subject: [PATCH] remove python2 dependency --- obs-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/obs-server.spec b/obs-server.spec index 34039e1..dd57416 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -6,7 +6,7 @@ Name: obs-server Version: 2.10.7 -Release: 2 +Release: 3 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -17,7 +17,7 @@ Patch1: 0001-obs_server-fix-usage-info.patch BuildArch: noarch -BuildRequires: python-devel, /usr/bin/xmllint, openssl, perl-BSSolv >= 0.36, perl-Compress-Zlib, xz +BuildRequires: python3-devel, /usr/bin/xmllint, openssl, perl-BSSolv >= 0.36, perl-Compress-Zlib, xz BuildRequires: perl-File-Sync >= 0.10, perl-JSON-XS, perl-Net-SSLeay, perl-Socket-MsgHdr, nodejs BuildRequires: perl-TimeDate, perl-XML-Parser, perl-XML-Simple, perl-YAML-LibYAML, procps, tzdata BuildRequires: rubygem-bundler, rubygem-rake, obs-bundled-gems, rubygem-bigdecimal, perl(Test::Simple) > 1 @@ -482,6 +482,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Fri Oct 30 2020 yanglongkang - 2.10.7-3 +- remove python2 dependency + * Tue Oct 20 2020 wutao - 2.10.7-2 - delete extra tar and change yaml -- Gitee