forked from pool/obs-service-tar_scm
update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=337
This commit is contained in:
parent
5b839b2541
commit
816f6465b4
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.41
|
pkgver=0.10.42
|
||||||
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')
|
||||||
|
6
_service
6
_service
@ -1,5 +1,5 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
@ -11,10 +11,10 @@
|
|||||||
<param name="latest-signed-tag">true</param>
|
<param name="latest-signed-tag">true</param>
|
||||||
<param name="maintainers-asc">_maintainers</param>
|
<param name="maintainers-asc">_maintainers</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="manual">
|
||||||
<param name="basename">obs-service-tar_scm</param>
|
<param name="basename">obs-service-tar_scm</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
</service>
|
</service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">e7c0883fcf4afb987947516640e0505a1d4bed1e</param>
|
<param name="changesrevision">6f1365a647467c007c6b44600bad0426ec3adb87</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-tar-scm
|
Source: obs-service-tar-scm
|
||||||
Version: 0.10.41
|
Version: 0.10.42
|
||||||
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>
|
||||||
|
BIN
obs-service-tar_scm-0.10.41.tar.gz
(Stored with Git LFS)
BIN
obs-service-tar_scm-0.10.41.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
obs-service-tar_scm-0.10.42.tar.gz
Normal file
3
obs-service-tar_scm-0.10.42.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d4f44f5b101b04510dd4a8d2e66408f0cd3f8cc94cba8a037992404eef45e50e
|
||||||
|
size 157386
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 10:15:51 UTC 2024 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.10.42:
|
||||||
|
* Allow to use "tar" service also standalone.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 17 14:42:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Jan 17 14:42:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package obs-service-tar_scm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?fedora_version}%{?rhel}%{?amzn}
|
%if 0%{?fedora_version}%{?rhel}
|
||||||
%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 || 0%{?rhel} >= 8 || 0%{?amzn}
|
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%else
|
%else
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
@ -71,14 +71,14 @@ ExclusiveArch: skip-build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?amzn}
|
%if 0%{?fedora_version} || 0%{?rhel}
|
||||||
%if 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8 || 0%{?amzn}
|
%if 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8
|
||||||
%define pyyaml_package %{use_python}-PyYAML
|
%define pyyaml_package %{use_python}-PyYAML
|
||||||
%else
|
%else
|
||||||
%define pyyaml_package PyYAML
|
%define pyyaml_package PyYAML
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora_version} >= 24 || 0%{?rhel} >= 8 || 0%{?amzn}
|
%if 0%{?fedora_version} >= 24 || 0%{?rhel} >= 8
|
||||||
%define locale_package glibc-langpack-en
|
%define locale_package glibc-langpack-en
|
||||||
%else
|
%else
|
||||||
%define locale_package glibc-common
|
%define locale_package glibc-common
|
||||||
@ -119,8 +119,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.41
|
%define version_unconverted 0.10.42
|
||||||
Version: 0.10.41
|
Version: 0.10.42
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user