- 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:/
  * 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.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=307
This commit is contained in:
Marco Strigl 2019-12-05 10:00:34 +00:00 committed by Git OBS Bridge
parent d452b96b2a
commit af1f593ead
8 changed files with 36 additions and 13 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.166.2
pkgver=0.167.0
pkgrel=0
pkgdesc="Open Build Service client"
arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.166.2</param>
<param name="revision">0.166.2</param>
<param name="version">0.167.0</param>
<param name="revision">0.167.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,4 @@
osc (0.166.2) unstable; urgency=low
osc (0.167.0) unstable; urgency=low
- Update to 0.161.1
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3547e633650eb070c2090d611499697b18d53e2b5e28665389fe6315ce9c37d8
size 362129

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
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:/
* 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.
-------------------------------------------------------------------
Wed Nov 13 12:05:26 UTC 2019 - Marco Strigl <marco.strigl@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.166.2
Version: 0.167.0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -27,17 +27,17 @@
%define use_python python
%endif
%define version_unconverted 0.166.2
%define version_unconverted 0.167.0
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.166.2
Version: 0.167.0
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later
Group: Development/Tools/Other
Url: https://github.com/openSUSE/osc
URL: https://github.com/openSUSE/osc
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{use_python}-devel
@ -69,7 +69,7 @@ Requires: python-elementtree
%endif
%if 0%{?suse_version} > 1000
Recommends: diffstat
Recommends: build >= 2010.05.04
Recommends: build
Recommends: sudo
Recommends: powerpc32
Recommends: ca-certificates
@ -83,6 +83,9 @@ Recommends: obs-service-download_files
Recommends: obs-service-format_spec_file
Recommends: obs-service-source_validator
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
# needed for storing credentials in kwallet/gnome-keyring