Bug 1367796

Summary: Enable the unity plugin
Product: [Fedora] Fedora EPEL Reporter: lithium
Component: strongswanAssignee: Pavel Šimerda <code>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: el6CC: goodmirek, pwouters
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-25 16:23:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description lithium 2016-08-17 13:46:56 UTC
Is it possible to enable the unity plug-in in strongswan build? To do this you need to change in the spec-file only two lines::

--- strongswan.spec     2016-06-22 17:26:14.000000000 +0300
+++ strongswan.spec.my  2016-08-16 10:48:28.000000000 +0300
@@ -126,6 +126,7 @@
     --enable-systemd \
 %endif
     --enable-openssl \
+    --enable-unity \
     --enable-ctr \
     --enable-ccm \
     --enable-gcm \
@@ -250,6 +251,7 @@
 %dir %{_libdir}/%{name}/plugins
 %{_libdir}/%{name}/plugins/lib%{name}-aes.so
 %{_libdir}/%{name}/plugins/lib%{name}-ctr.so
+%{_libdir}/%{name}/plugins/lib%{name}-unity.so
 %{_libdir}/%{name}/plugins/lib%{name}-ccm.so
 %{_libdir}/%{name}/plugins/lib%{name}-gcm.so
 %{_libdir}/%{name}/plugins/lib%{name}-gcrypt.so

Comment 1 Paul Wouters 2018-05-25 16:23:38 UTC
this was done a long long time ago

commit e238582a18aa7a8a6ed3d6c67034f537df6b52e4 (origin/f23, origin/el6)
Author: Pavel Šimerda <pavlix>
Date:   Fri Sep 30 14:32:07 2016 +0200

    Resolves: #1367796 - Enable the unity plugin