From a27563b0830c9f74d9ed25494a177b4a87597a79 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Jun 20 2020 15:08:56 +0000 Subject: Fix library perms Signed-off-by: Robert-André Mauchin --- diff --git a/rssguard.spec b/rssguard.spec index 098a297..8e6e258 100644 --- a/rssguard.spec +++ b/rssguard.spec @@ -1,6 +1,6 @@ Name: rssguard Version: 3.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple yet powerful feed reader # GPLv3+: main program @@ -48,7 +48,8 @@ lrelease-qt5 ../build.pro %install cd build %make_install INSTALL_ROOT=%{buildroot} -chmod 0755 %{buildroot}/%{_bindir}/%{name} +chmod 0755 %{buildroot}%{_bindir}/%{name} +chmod 0755 %{buildroot}%{_libdir}/lib%{name}.so %check desktop-file-validate %{buildroot}/%{_datadir}/applications/com.github.rssguard.desktop @@ -64,6 +65,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/com.gith %{_datadir}/metainfo/com.github.rssguard.appdata.xml %changelog +* Sat Jun 20 17:07:20 CEST 2020 Robert-André Mauchin - 3.6.3-2 +- Fix library perms + * Fri Jun 19 20:44:52 CEST 2020 Robert-André Mauchin - 3.6.3-1 - Update to 3.6.3