From 4c0e86631e22a62692d3929efe9ec5a5c450e360 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Tue, 16 May 2017 08:46:18 +0200 Subject: [PATCH] fix plugin installer The CA certificate used by the installer was not installed. Release: 2 --- gajim.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gajim.spec b/gajim.spec index 3124361..b4dfbfd 100644 --- a/gajim.spec +++ b/gajim.spec @@ -2,7 +2,7 @@ Summary: A Jabber client written in PyGTK Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK Name: gajim Version: 0.16.7 -Release: 1 +Release: 2 Epoch: 1 License: GPL v3+ Group: Applications/Communications @@ -84,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT LIBDIR=/%{_lib} \ DESTDIR=$RPM_BUILD_ROOT +cp -a plugins/plugin_installer/*.pem $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins/plugin_installer/ + %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/nb_NO [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \ -- 2.43.0