From 84ea3b2e769d41e2fad9654994db8fdb710d8d87 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 07 2021 18:23:25 +0000 Subject: import check-0.15.2-6.el9 --- diff --git a/SPECS/check.spec b/SPECS/check.spec index 8df8652..3cea7ab 100644 --- a/SPECS/check.spec +++ b/SPECS/check.spec @@ -1,6 +1,6 @@ Name: check Version: 0.15.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A unit test framework for C Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz License: LGPLv2+ @@ -68,6 +68,9 @@ find . -name .cvsignore -delete # Regenerate configure due to patch 0 autoreconf -ivf +# Fix libdir for the cmake build +sed -i 's,set(libdir .*),set(libdir "%{_libdir}"),' CMakeLists.txt + %build # The autotools build does not create the cmake files. # The cmake build does not create the info or aclocal files. @@ -142,6 +145,9 @@ cd - %{_mandir}/man1/checkmk.1* %changelog +* Tue Oct 26 2021 Peter Hutterer 0.15.2-6 +- Fix the pkgconfig file for lib64 (#2016941) + * Mon Aug 09 2021 Mohan Boddu - 0.15.2-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688