Accepting request 553981 from home:oertel:branches:security
- add xca-1.3.2-openssl11.patch to fix build on factory with openssl-1.1 OBS-URL: https://build.opensuse.org/request/show/553981 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=7
This commit is contained in:
parent
579d523ead
commit
40e1bf46d2
2641
xca-1.3.2-openssl11.patch
Normal file
2641
xca-1.3.2-openssl11.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 15:08:16 CET 2017 - ro@suse.de
|
||||
|
||||
- add xca-1.3.2-openssl11.patch to fix build on factory with
|
||||
openssl-1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 01:07:37 UTC 2016 - chris@computersalat.de
|
||||
|
||||
|
4
xca.spec
4
xca.spec
@ -28,6 +28,7 @@ Autoreqprov: on
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-doc_Makefile.patch
|
||||
Patch1: %{name}-desktop.patch
|
||||
Patch2: xca-1.3.2-openssl11.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++ >= 3.1.0
|
||||
%if 0%{?sles_version} == 10
|
||||
@ -61,6 +62,9 @@ Graphical certification authority is an interface for managing RSA keys and cert
|
||||
%setup -n %{name}-%{version}
|
||||
%patch0
|
||||
%patch1
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%patch2 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
#bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user