From 0dceed728dd6a54af98291b611777acb40b4bd63 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:10:27 +0800 Subject: [PATCH] delete -Sgit from %autosetup --- obs-service-download_files.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/obs-service-download_files.spec b/obs-service-download_files.spec index c849054..49a7c46 100644 --- a/obs-service-download_files.spec +++ b/obs-service-download_files.spec @@ -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 - 0.6.2-3 +- DESC: delete -Sgit from %autosetup + * Wed Jun 23 2021 wuchaochao - 0.6.2-2 - add buildrequires: perl-Git