mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-22 22:48:51 +02:00
release 1.10.1
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,3 +1,10 @@
|
|||||||
|
- 1.10.1
|
||||||
|
- Command-line:
|
||||||
|
- Fix crash in 'build' command due to undefined 'build_root' variable
|
||||||
|
- Spec:
|
||||||
|
- Add missing python3-ruamel.yaml BuildRequires
|
||||||
|
- Fix rpmlint error about creating the /usr/libexec/git/obs symlink
|
||||||
|
|
||||||
- 1.10.0
|
- 1.10.0
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- New git-obs executable with several subcommands
|
- New git-obs executable with several subcommands
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.10.0
|
Version: 1.10.1
|
||||||
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
|
||||||
|
@@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('1.10.0')
|
__version__ = git_version.get_version('1.10.1')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Reference in New Issue
Block a user