Accepting request 1128028 from home:dmach:branches:openSUSE:Tools

- 1.5.0
  - Command-line:
    - Change 'rdiff' command to display diff for _project if no package is specified
    - Update 'build' command with initial support for 'productcompose' build type
    - Change 'build' command to disable preinstall images in rootless builds
  - Configuration:
    - Fix conf.write_initial_config() to use read_file() instead of deprecated readfp()
  - Other:
    - Support installing osc into virtualenv
  - Spec:
    - Recommend 'build' on openSUSE/SLE and 'obs-build' on all other distros

OBS-URL: https://build.opensuse.org/request/show/1128028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=424
This commit is contained in:
Dirk Mueller 2023-11-23 09:28:12 +00:00 committed by Git OBS Bridge
parent 1aa43d4859
commit 6c341c910b
7 changed files with 28 additions and 9 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=1.4.4 pkgver=1.5.0
pkgrel=0 pkgrel=0
pkgdesc="Command-line client for the Open Build Service" pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64') arch=('x86_64')

View File

@ -1,4 +1,4 @@
osc (1.4.4-0) unstable; urgency=low osc (1.5.0-0) unstable; urgency=low
* Placeholder * Placeholder

View File

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

3
osc-1.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d3be5b17338f11767441c451c50137356756b51786d0296e751f2fef1c87e27
size 356611

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 22 07:57:53 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.5.0
- Command-line:
- Change 'rdiff' command to display diff for _project if no package is specified
- Update 'build' command with initial support for 'productcompose' build type
- Change 'build' command to disable preinstall images in rootless builds
- Configuration:
- Fix conf.write_initial_config() to use read_file() instead of deprecated readfp()
- Other:
- Support installing osc into virtualenv
- Spec:
- Recommend 'build' on openSUSE/SLE and 'obs-build' on all other distros
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 2 14:51:36 UTC 2023 - Daniel Mach <daniel.mach@suse.com> Thu Nov 2 14:51:36 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

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

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define use_python python3 %define use_python python3
%define use_python_pkg python3 %define use_python_pkg python3
@ -48,6 +47,7 @@
%endif %endif
%define argparse_manpage_pkg %{use_python_pkg}-argparse-manpage %define argparse_manpage_pkg %{use_python_pkg}-argparse-manpage
%define obs_build_pkg obs-build
%define sphinx_pkg %{use_python_pkg}-Sphinx %define sphinx_pkg %{use_python_pkg}-Sphinx
%if 0%{?fedora} %if 0%{?fedora}
@ -55,8 +55,12 @@
%define sphinx_pkg %{use_python_pkg}-sphinx %define sphinx_pkg %{use_python_pkg}-sphinx
%endif %endif
%if 0%{?suse_version}
%define obs_build_pkg build
%endif
Name: osc Name: osc
Version: 1.4.4 Version: 1.5.0
Release: 0 Release: 0
Summary: Command-line client for the Open Build Service Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -103,7 +107,7 @@ Recommends: %{use_python_pkg}-distro
Recommends: %{use_python_pkg}-keyring Recommends: %{use_python_pkg}-keyring
Recommends: %{use_python_pkg}-keyring-keyutils Recommends: %{use_python_pkg}-keyring-keyutils
Recommends: build Recommends: %{obs_build_pkg}
Recommends: ca-certificates Recommends: ca-certificates
Recommends: diffstat Recommends: diffstat
Recommends: powerpc32 Recommends: powerpc32