Accepting request 46686 from home:Marcus_H:branches:openSUSE:Tools
Copy from home:Marcus_H:branches:openSUSE:Tools/osc via accept of submit request 46686 revision 2. Request was accepted with message: - accepted OBS-URL: https://build.opensuse.org/request/show/46686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=57
This commit is contained in:
parent
7d5c029dd2
commit
b514f537a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42a3c191034b53dd90aeeb8671bf4668701f200a7f187c2c714bafef6f5c8b5f
|
|
||||||
size 343323
|
|
3
osc-0.129.tar.gz
Normal file
3
osc-0.129.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7eac7b1582c658a2b0c51ec1a33f2c80e0618e6f8e1d60fbac698ad6a1b3264
|
||||||
|
size 184607
|
28
osc.changes
28
osc.changes
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 30 17:40:37 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
- release 0.129
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 27 15:23:54 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
- recommend build >= 2010.05.04
|
||||||
|
- update to 0.129
|
||||||
|
- "dists" command to show the configured default base repos from the server.
|
||||||
|
- "review list" command to list open review requests
|
||||||
|
- "review add" command to add another reviewer for a request (either user or group)
|
||||||
|
- add "buildinfo --prefer-pkgs <dir>" option
|
||||||
|
- add "prjresults --hide-disabled" option to hide packages which are disabled/excluded
|
||||||
|
in all repos and repos which have only disabled/excluded packages
|
||||||
|
- harmonize "api"'s options with curl's options
|
||||||
|
- use builtin signature check by default (instead of verifying the signature with "rpm -K...")
|
||||||
|
- add "status --show-excluded" to show all files (except the store dir)
|
||||||
|
- new "osc reqmaintainership" command which is a shortcut for
|
||||||
|
"osc creq -a add_role USER maintainer PROJECT PACKAGE"
|
||||||
|
#
|
||||||
|
# Feature which requires OBS 2.1
|
||||||
|
#
|
||||||
|
- add "osc aggregate --nosources" option
|
||||||
|
- add "request clone" command to clone all packages from a given request
|
||||||
|
- fixed references into en.opensuse.org to honor the new Wiki structure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 16 13:38:12 UTC 2010 - adrian@suse.de
|
Fri Jul 16 13:38:12 UTC 2010 - adrian@suse.de
|
||||||
|
|
||||||
|
8
osc.spec
8
osc.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc (Version 0.128)
|
# spec file for package osc (Version 0.129)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.128
|
Version: 0.129
|
||||||
Release: 1
|
Release: 0
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -45,7 +45,7 @@ Requires: python-xml
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version > 1000
|
%if %suse_version > 1000
|
||||||
Recommends: build > 2009.06.03
|
Recommends: build >= 2010.05.04
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user