]> git.pld-linux.org Git - packages/gajim.git/commitdiff
fix plugin installer auto/th/gajim-0.16.7-2
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 16 May 2017 06:46:18 +0000 (08:46 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 16 May 2017 06:46:18 +0000 (08:46 +0200)
The CA certificate used by the installer was not installed.

Release: 2

gajim.spec

index 3124361099d0547dd01180b0fa082b6d374d9604..b4dfbfd799e1c52f92e687f6fbfe88689fcc761c 100644 (file)
@@ -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 ] || \
This page took 0.077616 seconds and 4 git commands to generate.