From 5ff2f494761541be12327d737cc80b8342ab00b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 2 Aug 2021 14:36:41 +0400 Subject: [PATCH] Fix UNKNOWN pkg-config version, rhbz#1989031 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- libcacard.spec | 9 +++++++-- tarball-version | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 tarball-version diff --git a/libcacard.spec b/libcacard.spec index 5add1d6..8601233 100644 --- a/libcacard.spec +++ b/libcacard.spec @@ -3,11 +3,12 @@ Name: libcacard Version: 2.8.0 -Release: 4.%{gitdate}git%{gitversion}%{?dist} +Release: 5.%{gitdate}git%{gitversion}%{?dist} Summary: CAC (Common Access Card) library License: LGPLv2+ URL: https://gitlab.freedesktop.org/spice/libcacard Source0: libcacard-%{gitdate}.tar.xz +Source1: tarball-version Epoch: 3 BuildRequires: gcc @@ -41,6 +42,7 @@ developing applications that use %{name}. %prep %setup -q -n %{name}-%{gitdate} +cp %{SOURCE1} .tarball-version %build %meson @@ -68,7 +70,10 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/libcacard.pc %changelog -* Sun Aug 8 2021 Marc-André Lureau - 3:2.8.0-4.20210801gitcf6121deb4 +* Mon Aug 2 2021 Marc-André Lureau - 3:2.8.0-5.20210801gitcf6121deb4 +- Fix UNKNOWN pkg-config version, rhbz#1989031 + +* Sun Aug 1 2021 Marc-André Lureau - 3:2.8.0-4.20210801gitcf6121deb4 - Update to git snapshot v2.8.0.22 - Fix FTBFS rhbz#1987641 diff --git a/tarball-version b/tarball-version new file mode 100644 index 0000000..7e162f2 --- /dev/null +++ b/tarball-version @@ -0,0 +1 @@ +2.8.0.22-cf61