Accepting request 1167781 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1167781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=194
This commit is contained in:
commit
a57eb2d198
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=1.6.1
|
pkgver=1.6.2
|
||||||
pkgrel=0
|
pkgrel=842d44ef6b89b2433bab2759a04b940f
|
||||||
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.6.1-0) unstable; urgency=low
|
osc (1.6.2-0) unstable; urgency=low
|
||||||
|
|
||||||
* Placeholder
|
* Placeholder
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da8d0317271335c91780ed397fd61b8d4bafff0e4e8b41f6bf88441e87c78bc8
|
|
||||||
size 362834
|
|
3
osc-1.6.2.tar.gz
Normal file
3
osc-1.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05c6b0bd4dd093fe57a6760e284ef285a28e978f247d54cee5cd174d1ec9c5dd
|
||||||
|
size 363822
|
21
osc.changes
21
osc.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 08:32:49 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
- 1.6.2
|
||||||
|
- Command-line:
|
||||||
|
- Fix 'branch' command to allow using '--new-package' option on packages that do not exist
|
||||||
|
- Fix 'buildinfo' command to include obs:cli_debug_packages by default
|
||||||
|
- Fix 'buildinfo' command to send complete local build environment as the 'build' command does
|
||||||
|
- Allow `osc rpmlint` to infer prj/pkg from CWD
|
||||||
|
- Propagate exit code from the run() and do_() commandline methods
|
||||||
|
- Give a hint where a scmsync git is hosted
|
||||||
|
- Fix crash in 'updatepacmetafromspec' command when working with an incomplete spec
|
||||||
|
- Authentication:
|
||||||
|
- Cache password from SecretService to avoid spamming user with an accept dialog
|
||||||
|
- Never ask for credentials when displaying help
|
||||||
|
- Library:
|
||||||
|
- Support package linking of packages from scmsync projects
|
||||||
|
- Fix do_createrequest() function to return None instead of request id
|
||||||
|
- Replace invalid 'if' with 'elif' in BaseModel.dict()
|
||||||
|
- Fix crash when no prefered packages are defined
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 11:23:33 UTC 2024 - pgajdos@suse.com
|
Thu Mar 14 11:23:33 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 1.6.1-0
|
Version: 1.6.2-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