]> git.pld-linux.org Git - packages/libreport.git/blobdiff - libreport.spec
- release 5 (by relup.sh)
[packages/libreport.git] / libreport.spec
index d46380ae1d524039a77276bd73edcd4cb401fd38..04979ca55b93b7f75b69013605a75735e95a4a26 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Generic library for reporting various problems
 Summary(pl.UTF-8):     Ogólna biblioteka do zgłaszania różnych problemów
 Name:          libreport
 Version:       2.9.5
-Release:       1
+Release:       5
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://github.com/abrt/libreport/archive/%{version}/%{name}-%{version}.tar.gz
@@ -373,8 +373,10 @@ zgłaszania błędów w systemach RHEL.
 
 ./gen-version
 
-# fails on builders due to forkpty()
-%{__sed} -i -e 's/client\.at/\$(nil)/' tests/Makefile.am
+# set_echo test from client.at fails on builders due to forkpty()
+%{__sed} -i -e '/client\.at/d' tests/testsuite.at
+# process_has_own_root randomly fails in chroot environment
+%{__sed} -i -e '/proc_helpers\.at/d' tests/testsuite.at
 
 %build
 %{__gettextize}
@@ -411,6 +413,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/report*/*.la
 %endif
 %if %{with python3}
+%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la
 # automake uses $PYTHON for both versions, recompile using python3
 %py_postclean %{py3_sitedir}
 %py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
This page took 0.072645 seconds and 4 git commands to generate.