!13 obs-service-download_files delete -Sgit from %autosetup

From: @chenyanpanHW
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-20 10:05:12 +00:00 committed by Gitee
commit 778c2da1d8

View File

@ -1,6 +1,6 @@
Name: obs-service-download_files
Version: 0.6.2
Release: 2
Release: 3
Summary: An OBS source service: download files
License: GPLv2+
URL: https://github.com/openSUSE/%{name}
@ -15,7 +15,7 @@ This service downloads all source files and parses all
spec files needed for building.
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{version} -p1
%build
perl -p -i -e "s{#!/usr/bin/env bash}{#!/bin/bash}" download_files
@ -33,6 +33,9 @@ perl -p -i -e "s{#!/usr/bin/env bash}{#!/bin/bash}" download_files
%{_prefix}/lib/obs/service
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.6.2-3
- DESC: delete -Sgit from %autosetup
* Wed Jun 23 2021 wuchaochao <wuchaochao4@huawei.com> - 0.6.2-2
- add buildrequires: perl-Git