Compare commits
10 Commits
cde0d63615
...
68d134b70c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68d134b70c | ||
|
|
7c1ab8c57f | ||
|
|
9f32245435 | ||
|
|
b4461ea9e9 | ||
|
|
778c2da1d8 | ||
|
|
0dceed728d | ||
|
|
3500fb1d5b | ||
|
|
3444a4e924 | ||
|
|
1bf870f805 | ||
|
|
0c718c2997 |
Binary file not shown.
BIN
obs-service-download_files-0.9.2.tar.gz
Normal file
BIN
obs-service-download_files-0.9.2.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user