Accepting request 870229 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/870229 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=63
This commit is contained in:
commit
b6a0407269
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.19.1605080719.3b79112
|
pkgver=0.10.20.1606128060.135ac94
|
||||||
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">31d6bb801ce41345daffd30481176c62ef78f3b9</param></service></servicedata>
|
<param name="changesrevision">135ac94675cc21639b5386d2504eb043098e0ff1</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.19.1605080719.3b79112
|
Version: 0.10.20.1606128060.135ac94
|
||||||
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:72f6df5aa9ae1dfcaeaffda6977178e2f6933cf3d7ea6407921992744121650f
|
|
||||||
size 231666
|
|
3
obs-service-tar_scm-0.10.20.1606128060.135ac94.tar.gz
Normal file
3
obs-service-tar_scm-0.10.20.1606128060.135ac94.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e19e76556538dcb8df524d23514d290cf73acfef0a26bc816fc9bec738120448
|
||||||
|
size 231179
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 01 09:16:58 UTC 2021 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.20.1606128060.135ac94:
|
||||||
|
* fix build for CentOS adn RHEL 8
|
||||||
|
* filter dirs with "include" filter option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 07:50:03 UTC 2020 - FSchreiner@suse.com
|
Wed Nov 11 07:50:03 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-tar_scm
|
# spec file for package obs-service-tar_scm-test
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora_version}%{?centos_version}%{?rhel_version}
|
||||||
%define _pkg_base %nil
|
%define _pkg_base %nil
|
||||||
%else
|
%else
|
||||||
%define _pkg_base -base
|
%define _pkg_base -base
|
||||||
@ -40,7 +40,7 @@
|
|||||||
ExclusiveArch: skip-build
|
ExclusiveArch: skip-build
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29
|
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%else
|
%else
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
@ -111,8 +111,8 @@ Recommends: %{use_python}-keyrings.alt \
|
|||||||
|
|
||||||
%define pkg_name obs-service-tar_scm
|
%define pkg_name obs-service-tar_scm
|
||||||
Name: %{pkg_name}%{nsuffix}
|
Name: %{pkg_name}%{nsuffix}
|
||||||
%define version_unconverted 0.10.19.1605080719.3b79112
|
%define version_unconverted 0.10.20.1606128060.135ac94
|
||||||
Version: 0.10.19.1605080719.3b79112
|
Version: 0.10.20.1606128060.135ac94
|
||||||
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
|
||||||
@ -252,6 +252,7 @@ source artefacts (.dsc, .origin.tar.gz and .debian.tar.gz if non-native).
|
|||||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}" WITH_GBP="%{enable_gbp}"
|
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}" WITH_GBP="%{enable_gbp}"
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
|
# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
|
||||||
%check
|
%check
|
||||||
# No need to run PEP8 tests here; that would require a potentially
|
# No need to run PEP8 tests here; that would require a potentially
|
||||||
|
Loading…
Reference in New Issue
Block a user