diff --git a/obs-service-download_files.spec b/obs-service-download_files.spec index 525fbaa..c849054 100644 --- a/obs-service-download_files.spec +++ b/obs-service-download_files.spec @@ -1,10 +1,11 @@ Name: obs-service-download_files Version: 0.6.2 -Release: 1 +Release: 2 Summary: An OBS source service: download files License: GPLv2+ URL: https://github.com/openSUSE/%{name} Source0: https://github.com/openSUSE/%{name}/archive/%{version}.tar.gz +BuildRequires: perl-Git Requires: wget perl(YAML::XS) diffutils BuildArch: noarch @@ -32,6 +33,9 @@ perl -p -i -e "s{#!/usr/bin/env bash}{#!/bin/bash}" download_files %{_prefix}/lib/obs/service %changelog +* Wed Jun 23 2021 wuchaochao - 0.6.2-2 +- add buildrequires: perl-Git + * Wed Sep 9 2020 Ge Wang - 0.6.2-1 - Modify Source0 Url