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:
parent
1aa43d4859
commit
6c341c910b
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=1.4.4
|
||||
pkgver=1.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="Command-line client for the Open Build Service"
|
||||
arch=('x86_64')
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (1.4.4-0) unstable; urgency=low
|
||||
osc (1.5.0-0) unstable; urgency=low
|
||||
|
||||
* Placeholder
|
||||
|
||||
|
@ -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
3
osc-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d3be5b17338f11767441c451c50137356756b51786d0296e751f2fef1c87e27
|
||||
size 356611
|
15
osc.changes
15
osc.changes
@ -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>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 1.4.4-0
|
||||
Version: 1.5.0-0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
10
osc.spec
10
osc.spec
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define use_python python3
|
||||
%define use_python_pkg python3
|
||||
|
||||
@ -48,6 +47,7 @@
|
||||
%endif
|
||||
|
||||
%define argparse_manpage_pkg %{use_python_pkg}-argparse-manpage
|
||||
%define obs_build_pkg obs-build
|
||||
%define sphinx_pkg %{use_python_pkg}-Sphinx
|
||||
|
||||
%if 0%{?fedora}
|
||||
@ -55,8 +55,12 @@
|
||||
%define sphinx_pkg %{use_python_pkg}-sphinx
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%define obs_build_pkg build
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.4.4
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Command-line client for the Open Build Service
|
||||
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-keyutils
|
||||
|
||||
Recommends: build
|
||||
Recommends: %{obs_build_pkg}
|
||||
Recommends: ca-certificates
|
||||
Recommends: diffstat
|
||||
Recommends: powerpc32
|
||||
|
Loading…
Reference in New Issue
Block a user