Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
68d134b70c
!16 Update to version 0.9.2
From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-10-23 06:36:04 +00:00
wang--ge
7c1ab8c57f update to version 0.9.2 2023-10-23 11:25:06 +08:00
openeuler-ci-bot
9f32245435
!15 Upgrade obs-service-download_files to 0.9.1
Merge pull request !15 from starlet_dx/master
2022-01-17 03:48:40 +00:00
starlet-dx
b4461ea9e9 Upgrade obs-service-download_files to 0.9.1 2022-01-17 10:55:27 +08:00
openeuler-ci-bot
778c2da1d8 !13 obs-service-download_files delete -Sgit from %autosetup
From: @chenyanpanHW
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-20 10:05:12 +00:00
chenyanpanHW
0dceed728d
delete -Sgit from %autosetup 2021-07-30 23:10:27 +08:00
openeuler-ci-bot
3500fb1d5b !12 add buildrequires perl-Git
From: @wcc_140409
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-23 09:39:26 +00:00
19909236985
3444a4e924 add perl-Git 2021-06-23 16:17:36 +08:00
openeuler-ci-bot
1bf870f805 !6 Modify Source0 Url of package obs-service-download_files
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 09:47:24 +08:00
wangge
0c718c2997 Modify Source0 name 2020-09-11 16:23:17 +08:00
3 changed files with 16 additions and 3 deletions

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: obs-service-download_files
Version: 0.6.2
Version: 0.9.2
Release: 1
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
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
BuildRequires: perl-Git
Requires: wget perl(YAML::XS) diffutils
BuildArch: noarch
@ -14,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
@ -32,6 +33,18 @@ perl -p -i -e "s{#!/usr/bin/env bash}{#!/bin/bash}" download_files
%{_prefix}/lib/obs/service
%changelog
* Mon Oct 23 2023 Ge Wang <wang__ge@126.com> - 0.9.2-1
- Upgrade obs-server-download_files to 0.9.2
* Mon Jan 17 2022 yaoxin <yaoxin30@huawei.com> - 0.9.1-1
- Upgrade obs-service-download_files to 0.9.1
* 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
* Wed Sep 9 2020 Ge Wang <wangge20@huawei.com> - 0.6.2-1
- Modify Source0 Url