Accepting request 1184224 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1184224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=196
This commit is contained in:
commit
44dadf3144
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=1.7.0
|
pkgver=1.8.1
|
||||||
pkgrel=bad8565349069252f0de429f71d702f1
|
pkgrel=88bf8a6a77d4f6e711b9b16732e40f83
|
||||||
pkgdesc="Command-line client for the Open Build Service"
|
pkgdesc="Command-line client for the Open Build Service"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.github.com/openSUSE/osc"
|
url="https://www.github.com/openSUSE/osc"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
osc (1.7.0-0) unstable; urgency=low
|
osc (1.8.1-0) unstable; urgency=low
|
||||||
|
|
||||||
* Placeholder
|
* Placeholder
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:326f8e58ccc12c99a26059a60bd52c0bd3226ad5676224fbfcbf9d53ee248ac4
|
|
||||||
size 390542
|
|
3
osc-1.8.1.tar.gz
Normal file
3
osc-1.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4954b294d919cafdebcaee5036bceefc5b7ba532c1bf1b1c6952d859fecb8f6
|
||||||
|
size 394721
|
39
osc.changes
39
osc.changes
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 1 08:14:17 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
- 1.8.1
|
||||||
|
- Command-line:
|
||||||
|
- Fix 'linkpac' command crash when used with '--disable-build' or '--disable-publish' option
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 28 12:09:23 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
- 1.8.0
|
||||||
|
- Command-line:
|
||||||
|
- Improve 'submitrequest' command to inherit description from superseded request
|
||||||
|
- Fix 'mv' command when renaming a file multiple times
|
||||||
|
- Improve 'info' command to support projects
|
||||||
|
- Improve 'getbinaries' command by accepting '-M' / '--multibuild-package' option outside checkouts
|
||||||
|
- Add architecture filtering to 'release' command
|
||||||
|
- Change 'results' command so the normal and multibuild packages have the same output
|
||||||
|
- Change 'results' command to use csv writer instead of formatting csv as string
|
||||||
|
- Add couple mutually exclusive options errors to 'results' command
|
||||||
|
- Set a default value for 'results --format' only for the csv output
|
||||||
|
- Add support for 'results --format' for the default text mode
|
||||||
|
- Update help text for '--format' option in 'results' command
|
||||||
|
- Add 'results --fail-on-error/-F' flag
|
||||||
|
- Redirect venv warnings from stderr to debug output
|
||||||
|
- Configuration:
|
||||||
|
- Fix config parser to throw an exception on duplicate sections or options
|
||||||
|
- Modify conf.get_config() to print permissions warning to stderr rather than stdout
|
||||||
|
- Library:
|
||||||
|
- Run check_store_version() in obs_scm.Store and fix related code in Project and Package
|
||||||
|
- Forbid extracting files with absolute path from 'cpio' archives (boo#1122683)
|
||||||
|
- Forbid extracting files with absolute path from 'ar' archives (boo#1122683)
|
||||||
|
- Remove no longer valid warning from core.unpack_srcrpm()
|
||||||
|
- Make obs_api.KeyinfoSslcert keyid and fingerprint fields optional
|
||||||
|
- Fix return value in build build.create_build_descr_data()
|
||||||
|
- Fix core.get_package_results() to obey 'multibuild_packages' argument
|
||||||
|
- Tests:
|
||||||
|
- Fix tests so they don't modify fixtures
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 22 12:55:37 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
Wed May 22 12:55:37 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 1.7.0-0
|
Version: 1.8.1-0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
Loading…
Reference in New Issue
Block a user