osc copypac from project:openSUSE:Tools package:osc revision:1584a277087669bc8dbb23dc1c3de68f, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=312
This commit is contained in:
parent
64c4e1bbdd
commit
b195a5eb60
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.166.2
|
pkgver=0.167.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Open Build Service client"
|
pkgdesc="Open Build Service client"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.166.2</param>
|
<param name="version">0.167.0</param>
|
||||||
<param name="revision">0.166.2</param>
|
<param name="revision">0.167.0</param>
|
||||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
osc (0.166.2) unstable; urgency=low
|
osc (0.167.0) unstable; urgency=low
|
||||||
- Update to 0.161.1
|
- Update to 0.161.1
|
||||||
|
|
||||||
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fcbdee12c9bb716cac3d10afea3f9de6b3c141463f9c8af7ae2d152398835da
|
|
||||||
size 362221
|
|
3
osc-0.167.0.tar.gz
Normal file
3
osc-0.167.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f965707290ae6090b7ec3ead5bc2cb73d0d7bdb9afffea43f0ddd848fe6ba79c
|
||||||
|
size 362265
|
23
osc.changes
23
osc.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 09:47:54 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||||
|
|
||||||
|
- 0.167.0
|
||||||
|
* Added --lastsucceeded option for logfile display (requires OBS 2.11)
|
||||||
|
* osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
|
||||||
|
* osc build/shell features:
|
||||||
|
- --vm-type=qemu support for cross architecture builds
|
||||||
|
- additional debug packages are read from build config now
|
||||||
|
(extra-pkgs definition is therefore by default empty now)
|
||||||
|
- --vm-disk-size= switch supported (has only an effect on clean builds)
|
||||||
|
- repository, architecture and vm_type from last build is automatically
|
||||||
|
reused if not specified otherwise.
|
||||||
|
- support building for kiwi products using obsrepositories:/
|
||||||
|
- support local building using RedHat rpm-md modules
|
||||||
|
* fix decoding for osc aggregatepac
|
||||||
|
- added Conflicts: build < 20191205. The new osc shell/chroot features might
|
||||||
|
not work with older build scripts
|
||||||
|
- removed version dpendency for Recommends: build. Does not work anyway.
|
||||||
|
- added 0%{?centos_version} >= 800 to some %if statemets to enable build of
|
||||||
|
python3 version on CentOS 8 and higer
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 12:05:26 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
Wed Nov 13 12:05:26 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.166.2
|
Version: 0.167.0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
19
osc.spec
19
osc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc
|
# spec file for package osc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29
|
%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%else
|
%else
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
@ -27,17 +27,17 @@
|
|||||||
%define use_python python
|
%define use_python python
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define version_unconverted 0.166.2
|
%define version_unconverted 0.167.0
|
||||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||||
%define macros_file macros.osc
|
%define macros_file macros.osc
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.166.2
|
Version: 0.167.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Build Service Commander
|
Summary: Open Build Service Commander
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://github.com/openSUSE/osc
|
URL: https://github.com/openSUSE/osc
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %{use_python}-devel
|
BuildRequires: %{use_python}-devel
|
||||||
@ -47,7 +47,7 @@ BuildRequires: diffstat
|
|||||||
BuildRequires: python-rpm
|
BuildRequires: python-rpm
|
||||||
Requires: python-rpm
|
Requires: python-rpm
|
||||||
%else
|
%else
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 32 || 0%{?centos_version} >= 800
|
||||||
BuildRequires: %{use_python}-rpm
|
BuildRequires: %{use_python}-rpm
|
||||||
Requires: %{use_python}-rpm
|
Requires: %{use_python}-rpm
|
||||||
%else
|
%else
|
||||||
@ -69,7 +69,7 @@ Requires: python-elementtree
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1000
|
%if 0%{?suse_version} > 1000
|
||||||
Recommends: diffstat
|
Recommends: diffstat
|
||||||
Recommends: build >= 2010.05.04
|
Recommends: build
|
||||||
Recommends: sudo
|
Recommends: sudo
|
||||||
Recommends: powerpc32
|
Recommends: powerpc32
|
||||||
Recommends: ca-certificates
|
Recommends: ca-certificates
|
||||||
@ -83,6 +83,9 @@ Recommends: obs-service-download_files
|
|||||||
Recommends: obs-service-format_spec_file
|
Recommends: obs-service-format_spec_file
|
||||||
Recommends: obs-service-source_validator
|
Recommends: obs-service-source_validator
|
||||||
Recommends: xdg-utils
|
Recommends: xdg-utils
|
||||||
|
# for osc >= 0.167.0 the newest build version is needed.
|
||||||
|
# Otherwise osc chroot might not work correctly.
|
||||||
|
Conflicts: build < 20191205
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
# needed for storing credentials in kwallet/gnome-keyring
|
# needed for storing credentials in kwallet/gnome-keyring
|
||||||
@ -108,7 +111,7 @@ BuildRequires: python-m2crypto > 0.19
|
|||||||
Requires: python-m2crypto > 0.19
|
Requires: python-m2crypto > 0.19
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%if 0%{?fedora_version} >= 29
|
%if 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800
|
||||||
BuildRequires: python3-m2crypto
|
BuildRequires: python3-m2crypto
|
||||||
Requires: python3-m2crypto
|
Requires: python3-m2crypto
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user