diff --git a/.gitignore b/.gitignore index fa4b839..afdcca7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/libblkio-v1.3.0-vendor.tar.xz -SOURCES/libblkio-v1.3.0.tar.bz2 +SOURCES/libblkio-v1.5.0-vendor.tar.xz +SOURCES/libblkio-v1.5.0.tar.bz2 diff --git a/.libblkio.metadata b/.libblkio.metadata index 19cf32a..39cefaf 100644 --- a/.libblkio.metadata +++ b/.libblkio.metadata @@ -1,2 +1,2 @@ -d77865d12842f56dc3d2a2e483587b4a8088e5f6 SOURCES/libblkio-v1.3.0-vendor.tar.xz -0162f94d66ce977930fa498da0c2d0fbda21ddaf SOURCES/libblkio-v1.3.0.tar.bz2 +aa4106d2badcf54cd02094a387dd6955fc1fe493 SOURCES/libblkio-v1.5.0-vendor.tar.xz +ad30ce62b14d0a6218ab33ebc98fcc2de6750c05 SOURCES/libblkio-v1.5.0.tar.bz2 diff --git a/SPECS/libblkio.spec b/SPECS/libblkio.spec index 473ffb2..2cfd6a4 100644 --- a/SPECS/libblkio.spec +++ b/SPECS/libblkio.spec @@ -1,18 +1,18 @@ -Version: 1.3.0 +Version: 1.5.0 %global forgeurl https://gitlab.com/libblkio/libblkio %global tag v%{version} %forgemeta Summary: Block device I/O library Name: libblkio -Release: 7%{?dist} +Release: 2%{?dist} URL: %{forgeurl} Source0: %{forgesource} # To create the vendor tarball: # tar xf %%{name}-v%%{version}.tar.bz2 ; pushd %%{name}-v%%{version} ; \ # cargo vendor && tar Jcvf ../%%{name}-v%%{version}-vendor.tar.xz vendor/ ; popd Source1: %{name}-v%{version}-vendor.tar.xz -License: (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND BSD-3-Clause +License: (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND BSD-3-Clause # Basic build requirements. BuildRequires: gcc, gcc-c++ @@ -119,6 +119,13 @@ export RUSTFLAGS="%build_rustflags" %changelog +* Tue Oct 29 2024 Troy Dawson - 1.5.0-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* Thu Aug 08 2024 Stefan Hajnoczi - 1.5.0-1 +- Update to 1.5.0 + * Mon Jun 24 2024 Troy Dawson - 1.3.0-7 - Bump release for June 2024 mass rebuild