delete -Sgit from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:10:27 +08:00
parent 3500fb1d5b
commit 0dceed728d
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

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