forked from pool/obs-service-tar_scm
- Update to version 0.10.14.1583853599.ccbb399:
* support server side credentials for SCM repos OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=270
This commit is contained in:
parent
b56453a2c6
commit
2c13f1815d
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.13.1582901608.a1c02c1
|
pkgver=0.10.14.1583853599.ccbb399
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
|
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">5589afb1c47ec5b7a2686766925910878d983f35</param></service></servicedata>
|
<param name="changesrevision">74f6960ff5ae38c90a3b4ef6eb6ebcec206277a5</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-tar-scm
|
Source: obs-service-tar-scm
|
||||||
Version: 0.10.13.1582901608.a1c02c1
|
Version: 0.10.14.1583853599.ccbb399
|
||||||
Provides: obs-service-obs_scm, obs-service-tar
|
Provides: obs-service-obs_scm, obs-service-tar
|
||||||
Binary: obs-service-tar_scm
|
Binary: obs-service-tar_scm
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:537a1a63e1412b41b23010e6e399c3afb6aa3136c6f488aa05752c6c4eb1c1b8
|
|
||||||
size 71374
|
|
3
obs-service-tar_scm-0.10.14.1583853599.ccbb399.tar.gz
Normal file
3
obs-service-tar_scm-0.10.14.1583853599.ccbb399.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42e865929bc224cc8559718aacd73f35468e857ab3f914886b42a8002cf57f3e
|
||||||
|
size 72840
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 15:22:18 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.14.1583853599.ccbb399:
|
||||||
|
* support server side credentials for SCM repos
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 14:50:17 UTC 2020 - adrian@suse.de
|
Fri Feb 28 14:50:17 UTC 2020 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -90,8 +90,8 @@ Recommends: obs-service-download_files \
|
|||||||
######## END OF MACROS AND FUN ###################################
|
######## END OF MACROS AND FUN ###################################
|
||||||
|
|
||||||
Name: obs-service-tar_scm
|
Name: obs-service-tar_scm
|
||||||
%define version_unconverted 0.10.13.1582901608.a1c02c1
|
%define version_unconverted 0.10.14.1583853599.ccbb399
|
||||||
Version: 0.10.13.1582901608.a1c02c1
|
Version: 0.10.14.1583853599.ccbb399
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -120,6 +120,8 @@ BuildRequires: %{pyyaml_package}
|
|||||||
BuildRequires: %{use_python}-argparse
|
BuildRequires: %{use_python}-argparse
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{use_python}-dateutil
|
BuildRequires: %{use_python}-dateutil
|
||||||
|
BuildRequires: %{use_python}-keyring
|
||||||
|
BuildRequires: %{use_python}-keyrings.alt
|
||||||
# Why do we need this? we dont use it as runtime requires later
|
# Why do we need this? we dont use it as runtime requires later
|
||||||
BuildRequires: %{use_python}-lxml
|
BuildRequires: %{use_python}-lxml
|
||||||
|
|
||||||
@ -243,6 +245,7 @@ make %{use_test}
|
|||||||
%{_prefix}/lib/obs/service/tar_scm
|
%{_prefix}/lib/obs/service/tar_scm
|
||||||
%dir %{_sysconfdir}/obs
|
%dir %{_sysconfdir}/obs
|
||||||
%dir %{_sysconfdir}/obs/services
|
%dir %{_sysconfdir}/obs/services
|
||||||
|
%attr(-,obsservicerun,obsrun) %dir %{_sysconfdir}/obs/services/tar_scm.d
|
||||||
%config(noreplace) %{_sysconfdir}/obs/services/*
|
%config(noreplace) %{_sysconfdir}/obs/services/*
|
||||||
|
|
||||||
%files -n obs-service-tar
|
%files -n obs-service-tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user