From 02fc2999791c2a9853e7f2384d7634a0e9cdca82 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 23 Jan 2021 20:06:49 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libpfm.git#06bbef121d7df66d2b702d5cd2c4ddbb23736efd --- libpfm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index d25908b..cdccd52 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -1,5 +1,5 @@ # Default to no static libraries -%{!?with_static: %global with_static 0} +%{!?with_static: %global with_static 1} %bcond_without python %if %{with python} %define python_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))") @@ -12,7 +12,7 @@ Name: libpfm Version: 4.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library to encode performance events for use by perf tool @@ -124,6 +124,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/lib*.a %endif %changelog +* Sat Jan 23 2021 William Cohen - 4.11.0-3 +- Reenable generation of static libraries for time being. + * Fri Jan 22 2021 William Cohen - 4.11.0-2 - By default disable generation of static libraries