Accepting request 1004463 from home:AndreasStieger:branches:Base:System
libksba 1.6.1 OBS-URL: https://build.opensuse.org/request/show/1004463 OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=48
This commit is contained in:
parent
253d5ad3e0
commit
66819a70dc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dad683e6f2d915d880aa4bed5cea9a115690b8935b78a1bbe01669189307a48b
|
|
||||||
size 662120
|
|
Binary file not shown.
3
libksba-1.6.1.tar.bz2
Normal file
3
libksba-1.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40750864c3ca11fa0833227938db6603661f6c1a3cc267485e81fa140cc6ea04
|
||||||
|
size 667546
|
BIN
libksba-1.6.1.tar.bz2.sig
Normal file
BIN
libksba-1.6.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 09:55:37 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- libksba 1.6.1:
|
||||||
|
* Allow an OCSP server not to return the sent nonce
|
||||||
|
- fix rpmlint warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 11 13:28:18 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
Fri Jun 11 13:28:18 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libksba
|
# spec file for package libksba
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 8
|
%define soname 8
|
||||||
Name: libksba
|
Name: libksba
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A X.509 Library
|
Summary: A X.509 Library
|
||||||
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND MIT
|
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND MIT
|
||||||
@ -49,8 +49,7 @@ certificates, CMS data, and related data.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: A X.509 Library
|
Summary: A X.509 Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgpg-error-devel
|
Requires: libksba%{soname} = %{version}
|
||||||
Requires: libksba = %{version}
|
|
||||||
Provides: libksba:%{_includedir}/ksba.h
|
Provides: libksba:%{_includedir}/ksba.h
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -61,7 +60,7 @@ This package contains the needed files to compile and link against the
|
|||||||
libksba.
|
libksba.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libksba-%{version}
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE4})
|
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE4})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user