- Update to version 0.10.15.1588146746.5cfeeb8:
* fix #boo 1168573 (obsservicerun,obsrun) not exists in client side installation * Update debian/changelog for latest version * Helpers: when a command fail, print the command itself too with its output * git: add support for @PARENT_TAG@ in revision * Fix build on non-openSUSE distro OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=278
This commit is contained in:
parent
b66c88ad1e
commit
511ff9f286
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.14.1584463383.06b0455
|
pkgver=0.10.15.1588146746.5cfeeb8
|
||||||
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')
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||||
<service name="tar_scm">
|
<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">d912143a87161e3c306c021f8e122140068a1dc6</param></service></servicedata>
|
<param name="changesrevision">2d2817a975a4f7d24a8ddc1d49b4c6b0b03feb42</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.14.1584463383.06b0455
|
Version: 0.10.15.1588146746.5cfeeb8
|
||||||
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:956ee7ba6d057abe8ae869d9dc43700353856da5ac95cdda1043affe07d0a025
|
|
||||||
size 72864
|
|
3
obs-service-tar_scm-0.10.15.1588146746.5cfeeb8.tar.gz
Normal file
3
obs-service-tar_scm-0.10.15.1588146746.5cfeeb8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fef9c6400a4eb4e8059543196e697504434d2e205124f242404caa7a171e0ba
|
||||||
|
size 79916
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 13:48:30 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.15.1588146746.5cfeeb8:
|
||||||
|
* fix #boo 1168573 (obsservicerun,obsrun) not exists in client side installation
|
||||||
|
* Update debian/changelog for latest version
|
||||||
|
* Helpers: when a command fail, print the command itself too with its output
|
||||||
|
* git: add support for @PARENT_TAG@ in revision
|
||||||
|
* Fix build on non-openSUSE distro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 17 16:44:31 UTC 2020 - FSchreiner@suse.com
|
Tue Mar 17 16:44:31 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
@ -84,14 +84,16 @@ Recommends: bzr \
|
|||||||
Recommends: mercurial \
|
Recommends: mercurial \
|
||||||
Recommends: subversion \
|
Recommends: subversion \
|
||||||
Recommends: obs-service-download_files \
|
Recommends: obs-service-download_files \
|
||||||
|
Recommends: %{use_python}-keyring \
|
||||||
|
Recommends: %{use_python}-keyrings.alt \
|
||||||
%endif \
|
%endif \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
######## 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.14.1584463383.06b0455
|
%define version_unconverted 0.10.15.1588146746.5cfeeb8
|
||||||
Version: 0.10.14.1584463383.06b0455
|
Version: 0.10.15.1588146746.5cfeeb8
|
||||||
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
|
||||||
@ -105,6 +107,8 @@ Source: %{name}-%{version}.tar.gz
|
|||||||
|
|
||||||
%if %{with obs_scm_testsuite}
|
%if %{with obs_scm_testsuite}
|
||||||
BuildRequires: %{locale_package}
|
BuildRequires: %{locale_package}
|
||||||
|
BuildRequires: %{use_python}-keyring
|
||||||
|
BuildRequires: %{use_python}-keyrings.alt
|
||||||
BuildRequires: %{use_python}-mock
|
BuildRequires: %{use_python}-mock
|
||||||
BuildRequires: %{use_python}-six
|
BuildRequires: %{use_python}-six
|
||||||
BuildRequires: %{use_python}-unittest2
|
BuildRequires: %{use_python}-unittest2
|
||||||
@ -245,7 +249,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
|
%verify (not user group) %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