Accepting request 923207 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/923207 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=94
This commit is contained in:
parent
68fe0aa8e1
commit
e2b8d748c9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5
|
|
||||||
size 1011044
|
|
BIN
gcr-3.41.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
gcr-3.41.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
15
gcr.changes
15
gcr.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 5 08:18:33 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.41.0:
|
||||||
|
+ Port ssh-agent from gnome-keyring.
|
||||||
|
+ build: Fix parallel build failure due to missing marshal
|
||||||
|
dependency.
|
||||||
|
+ Fix warnings by dropping `volatile` for g_once_init_inter
|
||||||
|
locations.
|
||||||
|
+ tests: More robust against GTask unref race condition.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(libsecret-1), pkgconfig(libsystemd),
|
||||||
|
pkgconfig(systemd) and openssh-clients BuildRequires: Build new
|
||||||
|
standalone ssh-agent, and split it out in own sub-package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 17 12:46:53 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Apr 17 12:46:53 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
34
gcr.spec
34
gcr.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gcr
|
Name: gcr
|
||||||
Version: 3.40.0
|
Version: 3.41.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Verify if the requires in typelib-1_0-Gcr-3 is still correct and required (see bgo#725501).
|
# FIXME: Verify if the requires in typelib-1_0-Gcr-3 is still correct and required (see bgo#725501).
|
||||||
Summary: Library for Crypto UI related tasks
|
Summary: Library for Crypto UI related tasks
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: https://download.gnome.org/sources/gcr/3.40/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gcr/3.41/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode
|
# PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode
|
||||||
Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch
|
Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch
|
||||||
@ -36,6 +36,7 @@ BuildRequires: gobject-introspection-devel >= 1.34
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libgcrypt-devel >= 1.4.5
|
BuildRequires: libgcrypt-devel >= 1.4.5
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
BuildRequires: openssh-clients
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala >= 0.18.0.22
|
BuildRequires: vala >= 0.18.0.22
|
||||||
@ -48,8 +49,11 @@ BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
|||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
||||||
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(p11-kit-1) >= 0.19.0
|
BuildRequires: pkgconfig(p11-kit-1) >= 0.19.0
|
||||||
BuildRequires: pkgconfig(pango)
|
BuildRequires: pkgconfig(pango)
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GCR is a library for displaying certificates, and crypto UI, accessing
|
GCR is a library for displaying certificates, and crypto UI, accessing
|
||||||
@ -84,17 +88,27 @@ This package provides the prompt dialog needed by libgcr.
|
|||||||
%package ssh-askpass
|
%package ssh-askpass
|
||||||
Summary: SSH password callback helper for gcr
|
Summary: SSH password callback helper for gcr
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Supplements: packageand(gpg2:gnome-shell)
|
Supplements: (gpg2 and gnome-shell)
|
||||||
|
|
||||||
%description ssh-askpass
|
%description ssh-askpass
|
||||||
gcr-ssh-askpass allows an ssh command to callback for a password.
|
gcr-ssh-askpass allows an ssh command to callback for a password.
|
||||||
|
|
||||||
|
%package ssh-agent
|
||||||
|
Summary: SSH agent binary for gcr
|
||||||
|
Group: System/Libraries
|
||||||
|
Supplements: (gpg2 and gnome-shell)
|
||||||
|
|
||||||
|
%description ssh-agent
|
||||||
|
gcr-ssh-agent as a standalone binary, so that it can easily be
|
||||||
|
managed through systemd.
|
||||||
|
|
||||||
%package -n libgcr-3-1
|
%package -n libgcr-3-1
|
||||||
Summary: Library for Crypto UI related tasks
|
Summary: Library for Crypto UI related tasks
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name}-data >= %{version}
|
Requires: %{name}-data >= %{version}
|
||||||
Requires: %{name}-prompter >= %{version}
|
Requires: %{name}-prompter >= %{version}
|
||||||
Recommends: %{name}-ask-pass
|
Recommends: %{name}-ask-pass
|
||||||
|
Recommends: %{name}-ssh-agent
|
||||||
Recommends: %{name}-viewer = %{version}
|
Recommends: %{name}-viewer = %{version}
|
||||||
# To make lang package installable
|
# To make lang package installable
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
@ -192,6 +206,15 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
|||||||
%post -n libgck-1-0 -p /sbin/ldconfig
|
%post -n libgck-1-0 -p /sbin/ldconfig
|
||||||
%postun -n libgck-1-0 -p /sbin/ldconfig
|
%postun -n libgck-1-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n %{name}-ssh-agent
|
||||||
|
%systemd_user_post gcr-ssh-agent.service
|
||||||
|
|
||||||
|
%preun -n %{name}-ssh-agent
|
||||||
|
%systemd_user_preun gcr-ssh-agent.service
|
||||||
|
|
||||||
|
%postun -n %{name}-ssh-agent
|
||||||
|
%systemd_user_postun_with_restart gcr-ssh-agent.service
|
||||||
|
|
||||||
%files viewer
|
%files viewer
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
@ -218,6 +241,11 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
|||||||
%files ssh-askpass
|
%files ssh-askpass
|
||||||
%{_libexecdir}/gcr-ssh-askpass
|
%{_libexecdir}/gcr-ssh-askpass
|
||||||
|
|
||||||
|
%files ssh-agent
|
||||||
|
%{_libexecdir}/gcr-ssh-agent
|
||||||
|
%{_userunitdir}/gcr-ssh-agent.service
|
||||||
|
%{_userunitdir}/gcr-ssh-agent.socket
|
||||||
|
|
||||||
%files -n libgcr-3-1
|
%files -n libgcr-3-1
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user