Accepting request 660048 from home:Andreas_Schwab:Factory
- qemu-disable-fdpassing-test.patch: remove OBS-URL: https://build.opensuse.org/request/show/660048 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=59
This commit is contained in:
parent
1ac3b2a293
commit
5464f218d7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 19 15:01:48 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
- qemu-disable-fdpassing-test.patch: remove
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 13 16:54:13 UTC 2018 - atoptsoglou@suse.com
|
Thu Dec 13 16:54:13 UTC 2018 - atoptsoglou@suse.com
|
||||||
|
|
||||||
@ -5,6 +10,7 @@ Thu Dec 13 16:54:13 UTC 2018 - atoptsoglou@suse.com
|
|||||||
|
|
||||||
* configure.ac: Bump LT version to C8/A8/R2
|
* configure.ac: Bump LT version to C8/A8/R2
|
||||||
* include libassuan.pc in the spec file
|
* include libassuan.pc in the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 15:10:35 UTC 2018 - fvogt@suse.com
|
Thu Feb 22 15:10:35 UTC 2018 - fvogt@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -28,7 +28,6 @@ Source1: baselibs.conf
|
|||||||
Source2: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2.sig
|
Source2: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2.sig
|
||||||
# http://www.gnupg.org/signature_key.en.html
|
# http://www.gnupg.org/signature_key.en.html
|
||||||
Source3: libassuan.keyring
|
Source3: libassuan.keyring
|
||||||
Patch0: qemu-disable-fdpassing-test.patch
|
|
||||||
BuildRequires: libgpg-error-devel >= 1.17
|
BuildRequires: libgpg-error-devel >= 1.17
|
||||||
Requires: %{install_info_prereq}
|
Requires: %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -57,10 +56,6 @@ v2 server, but it uses it's own copy of libassuan.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if 0%{?qemu_user_space_build}
|
|
||||||
# qemu-linux-user does not yet support descriptor passing over sockets
|
|
||||||
%patch0 -p1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Compile with PIC, library is linked into shared libraries:
|
# Compile with PIC, library is linked into shared libraries:
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
Index: libassuan-2.4.3/tests/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- libassuan-2.4.3.orig/tests/Makefile.am
|
|
||||||
+++ libassuan-2.4.3/tests/Makefile.am
|
|
||||||
@@ -34,7 +34,7 @@ w32cetools = ce-createpipe ce-server
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_DESCRIPTOR_PASSING
|
|
||||||
-TESTS += fdpassing
|
|
||||||
+#TESTS += fdpassing
|
|
||||||
endif
|
|
||||||
|
|
||||||
AM_CFLAGS = $(GPG_ERROR_CFLAGS)
|
|
||||||
Index: libassuan-2.4.3/tests/Makefile.in
|
|
||||||
===================================================================
|
|
||||||
--- libassuan-2.4.3.orig/tests/Makefile.in
|
|
||||||
+++ libassuan-2.4.3/tests/Makefile.in
|
|
||||||
@@ -116,7 +116,7 @@ mkinstalldirs = $(install_sh) -d
|
|
||||||
CONFIG_HEADER = $(top_builddir)/config.h
|
|
||||||
CONFIG_CLEAN_FILES =
|
|
||||||
CONFIG_CLEAN_VPATH_FILES =
|
|
||||||
-@USE_DESCRIPTOR_PASSING_TRUE@am__EXEEXT_1 = fdpassing$(EXEEXT)
|
|
||||||
+@USE_DESCRIPTOR_PASSING_TRUE@#am__EXEEXT_1 = fdpassing$(EXEEXT)
|
|
||||||
am__EXEEXT_2 = version$(EXEEXT) pipeconnect$(EXEEXT) $(am__EXEEXT_1)
|
|
||||||
@HAVE_W32CE_SYSTEM_TRUE@am__EXEEXT_3 = ce-createpipe$(EXEEXT) \
|
|
||||||
@HAVE_W32CE_SYSTEM_TRUE@ ce-server$(EXEEXT)
|
|
Loading…
x
Reference in New Issue
Block a user