* Mon Apr 15 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.20.0-1
- New stable branch version 1.20.0 - Rebuild autoconf cruft unconditionally. - Resolves: RHEL-32642
This commit is contained in:
parent
cf6f484d0c
commit
9960f482cd
22
libnbd.spec
22
libnbd.spec
@ -16,14 +16,11 @@
|
|||||||
# If we should verify tarball signature with GPGv2.
|
# If we should verify tarball signature with GPGv2.
|
||||||
%global verify_tarball_signature 1
|
%global verify_tarball_signature 1
|
||||||
|
|
||||||
# If there are patches which touch autotools files, set this to 1.
|
|
||||||
%global patches_touch_autotools %{nil}
|
|
||||||
|
|
||||||
# The source directory.
|
# The source directory.
|
||||||
%global source_directory 1.19-development
|
%global source_directory 1.20-stable
|
||||||
|
|
||||||
Name: libnbd
|
Name: libnbd
|
||||||
Version: 1.19.6
|
Version: 1.20.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NBD client library in userspace
|
Summary: NBD client library in userspace
|
||||||
|
|
||||||
@ -40,14 +37,13 @@ Source2: libguestfs.keyring
|
|||||||
# Maintainer script which helps with handling patches.
|
# Maintainer script which helps with handling patches.
|
||||||
Source3: copy-patches.sh
|
Source3: copy-patches.sh
|
||||||
|
|
||||||
%if 0%{patches_touch_autotools}
|
|
||||||
BuildRequires: autoconf, automake, libtool
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{verify_tarball_signature}
|
%if 0%{verify_tarball_signature}
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# For rebuilding autoconf cruft.
|
||||||
|
BuildRequires: autoconf, automake, libtool
|
||||||
|
|
||||||
# For the core library.
|
# For the core library.
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -222,15 +218,14 @@ for %{name}.
|
|||||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||||
%endif
|
%endif
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
%if 0%{patches_touch_autotools}
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-tls-priority=@LIBNBD,SYSTEM \
|
--with-tls-priority=@LIBNBD,SYSTEM \
|
||||||
|
--with-bash-completions \
|
||||||
PYTHON=%{__python3} \
|
PYTHON=%{__python3} \
|
||||||
--enable-python \
|
--enable-python \
|
||||||
%if 0%{?have_ocaml}
|
%if 0%{?have_ocaml}
|
||||||
@ -385,6 +380,11 @@ make %{?_smp_mflags} check || {
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 15 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.20.0-1
|
||||||
|
- New stable branch version 1.20.0
|
||||||
|
- Rebuild autoconf cruft unconditionally.
|
||||||
|
- Resolves: RHEL-32642
|
||||||
|
|
||||||
* Mon Feb 05 2024 Richard W.M. Jones <rjones@redhat.com> - 1.19.6-1
|
* Mon Feb 05 2024 Richard W.M. Jones <rjones@redhat.com> - 1.19.6-1
|
||||||
- New upstream development version 1.19.6
|
- New upstream development version 1.19.6
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (libnbd-1.19.6.tar.gz) = 00d4521cbccca878b2ac416189961318b89f147709e0144b1ac04a937051909686472ac6b40af7eec2611181de20156bc4759d41c925ce58afb02e03dc7b70f0
|
SHA512 (libnbd-1.20.0.tar.gz) = 28b72c8252cc7f497fc87c2a885256bdaeeb5fcf60f8df882e603b94e6a753191a9f081e65f8afc3d70cf1156b78c49ec53b89188bb82f6d2eeb172402ad7bd8
|
||||||
SHA512 (libnbd-1.19.6.tar.gz.sig) = 02ea376d83f8fafd06cc4b4149d1ab39b3d9ce0e7a7983ce5bf64bd1bfb246c6c2bf39deb3f2f73add9ff64c9221e90ac3ca176114816691c35ca2032acb93df
|
SHA512 (libnbd-1.20.0.tar.gz.sig) = 214233d7d0f06bd1774d4edba99c3d4bc37715023ca798cc0982820ceaf9cad4926989078a1544897e2fb4bf9b450a8e2d9b9113d4ed8b6eb08d9c5e4618f255
|
||||||
|
Loading…
Reference in New Issue
Block a user