import libblkio-1.5.0-2.el10

i10cs changed/i10cs/libblkio-1.5.0-2.el10
MSVSphere Packaging Team 3 months ago
parent bcf2efe367
commit 51b05691ee
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

4
.gitignore vendored

@ -1,2 +1,2 @@
SOURCES/libblkio-v1.3.0-vendor.tar.xz SOURCES/libblkio-v1.5.0-vendor.tar.xz
SOURCES/libblkio-v1.3.0.tar.bz2 SOURCES/libblkio-v1.5.0.tar.bz2

@ -1,2 +1,2 @@
d77865d12842f56dc3d2a2e483587b4a8088e5f6 SOURCES/libblkio-v1.3.0-vendor.tar.xz aa4106d2badcf54cd02094a387dd6955fc1fe493 SOURCES/libblkio-v1.5.0-vendor.tar.xz
0162f94d66ce977930fa498da0c2d0fbda21ddaf SOURCES/libblkio-v1.3.0.tar.bz2 ad30ce62b14d0a6218ab33ebc98fcc2de6750c05 SOURCES/libblkio-v1.5.0.tar.bz2

@ -1,18 +1,18 @@
Version: 1.3.0 Version: 1.5.0
%global forgeurl https://gitlab.com/libblkio/libblkio %global forgeurl https://gitlab.com/libblkio/libblkio
%global tag v%{version} %global tag v%{version}
%forgemeta %forgemeta
Summary: Block device I/O library Summary: Block device I/O library
Name: libblkio Name: libblkio
Release: 7%{?dist} Release: 2%{?dist}
URL: %{forgeurl} URL: %{forgeurl}
Source0: %{forgesource} Source0: %{forgesource}
# To create the vendor tarball: # To create the vendor tarball:
# tar xf %%{name}-v%%{version}.tar.bz2 ; pushd %%{name}-v%%{version} ; \ # tar xf %%{name}-v%%{version}.tar.bz2 ; pushd %%{name}-v%%{version} ; \
# cargo vendor && tar Jcvf ../%%{name}-v%%{version}-vendor.tar.xz vendor/ ; popd # cargo vendor && tar Jcvf ../%%{name}-v%%{version}-vendor.tar.xz vendor/ ; popd
Source1: %{name}-v%{version}-vendor.tar.xz 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. # Basic build requirements.
BuildRequires: gcc, gcc-c++ BuildRequires: gcc, gcc-c++
@ -119,9 +119,16 @@ export RUSTFLAGS="%build_rustflags"
%changelog %changelog
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.0-7 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.5.0-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.5.0-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10
* Thu Aug 08 2024 Stefan Hajnoczi <stefanha@redhat.com> - 1.5.0-1
- Update to 1.5.0
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-7 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-7
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild

Loading…
Cancel
Save