From 4a93d53219a053e6cc0161abbd02d5c82bb233c9 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Fri, 15 Jul 2022 00:01:19 +0200 Subject: [PATCH 1/2] Fixed the changelog --- airinv.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/airinv.spec b/airinv.spec index adb557e..683c4fb 100644 --- a/airinv.spec +++ b/airinv.spec @@ -114,4 +114,6 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README,AUTHORS} %changelog -%autochangelog +* Thu Jul 14 2022 Denis Arnaud - 1.00.7-1 +- First build on EPEL 9 + From 4788efcebb03ff97c00ccfe75431dfafd3b1c2dd Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Sun, 24 Mar 2024 16:45:04 +0100 Subject: [PATCH 2/2] Fixed cppzmq build-requires --- airinv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airinv.spec b/airinv.spec index 771a81a..684e1bb 100644 --- a/airinv.spec +++ b/airinv.spec @@ -13,7 +13,7 @@ BuildRequires: cmake BuildRequires: boost-devel BuildRequires: pkgconfig(readline) BuildRequires: pkgconfig(libzmq) -BuildRequires: pkgconfig(cppzmq) +BuildRequires: cppzmq-devel BuildRequires: soci-mysql-devel BuildRequires: soci-sqlite3-devel BuildRequires: pkgconfig(stdair)