Accepting request 432574 from home:aspiers:branches:system:packagemanager
- Update to 0.24 - Fix parsing of zypper lr -d, which now lists a gpg check field OBS-URL: https://build.opensuse.org/request/show/432574 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/rypper?expand=0&rev=7
This commit is contained in:
parent
a424dfbeb7
commit
c04a584540
2
rypper
2
rypper
@ -176,7 +176,7 @@ if ($opts{version}) {
|
||||
|
||||
sub get_repo_ids {
|
||||
my (@ids, %repos);
|
||||
my @FIELDS = qw(id alias name enabled refresh priority type uri service);
|
||||
my @FIELDS = qw(id alias name enabled gpg refresh priority type uri service);
|
||||
# Thanks to Michal Marek for pointing out that on openSUSE 11.1 at
|
||||
# least, zypper's output can sometimes start with a strange escape
|
||||
# sequence when localised. We work-around by setting LC_MESSAGES=C.
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 16:49:00 BST 2016 - aspiers@suse.com
|
||||
|
||||
- Update to 0.24
|
||||
- Fix parsing of zypper lr -d, which now lists a
|
||||
gpg check field
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 14:33:10 BST 2013 - aspiers@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rypper
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@ Requires: zypper
|
||||
Summary: Wrapper around zypper for managing multiple repositories
|
||||
License: GPL-3.0+
|
||||
Group: System/Packages
|
||||
Version: 0.23
|
||||
Version: 0.24
|
||||
Release: 0
|
||||
Url: http://www.adamspiers.org/computing/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user