From ed5722209b58ff00d4791d5284cb3712a2da8f2f Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Wed, 26 Feb 2020 02:13:54 +0800 Subject: [PATCH] Filter private shared libraries --- texworks.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/texworks.spec b/texworks.spec index a8e4730..a7ddc90 100644 --- a/texworks.spec +++ b/texworks.spec @@ -5,9 +5,11 @@ %global use_python3 1 %endif +%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$ + Name: texworks Version: 0.6.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A simple IDE for authoring TeX documents License: GPLv2+ @@ -79,6 +81,9 @@ rm %{buildroot}/%{_docdir}/%{name}/COPYING %changelog +* Tue Feb 25 2020 Robin Lee - 0.6.3-6 +- Filter private shared libraries + * Fri Jan 31 2020 Fedora Release Engineering - 0.6.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild