Accepting request 148677 from Base:System
Add support for BZIP2 compression algorithm (bnc#798175). (forwarded request 148630 from Lazy_Kent) OBS-URL: https://build.opensuse.org/request/show/148677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=64
This commit is contained in:
commit
0043012f29
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 20:26:50 UTC 2013 - lazy.kent@opensuse.org
|
||||
|
||||
- BuildRequires: libbz2-devel (support BZIP2 compression
|
||||
algorithm) (bnc#798175).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 10:55:34 UTC 2012 - vcizek@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gpg2
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,7 @@ BuildRequires: expect
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libadns-devel
|
||||
BuildRequires: libassuan-devel >= 2.0.0
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: libcurl-devel >= 7.10
|
||||
BuildRequires: libgcrypt-devel >= 1.4.0
|
||||
BuildRequires: libgpg-error-devel >= 1.7
|
||||
|
Loading…
Reference in New Issue
Block a user