Update to 1.5.0
Remember to update the license. It changed in 1.3.0. Resolves: RHEL-44644 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
aab344bd87
commit
dc171fe436
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/libblkio-v1.2.2.tar.bz2
|
||||
/libblkio-v1.3.0.tar.bz2
|
||||
/libblkio-v1.3.0-vendor.tar.xz
|
||||
/libblkio-v1.5.0.tar.bz2
|
||||
/libblkio-v1.5.0-vendor.tar.xz
|
||||
|
||||
@ -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: 1%{?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,9 @@ export RUSTFLAGS="%build_rustflags"
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libblkio-v1.3.0.tar.bz2) = 801757326e8ffdcecf70063d4fd72f40002280ca7b3286a953f384c91af4046d7326887e15608e3d30a0143b9a8cb2b61530bfb7cc581b29d55883f1c96e027a
|
||||
SHA512 (libblkio-v1.3.0-vendor.tar.xz) = 3f8454e7851c261be3e0e2b3294cbc5894a8453fec4cc870538f78309507abf069269b59c63eb954322e3950397c62342403d264cd82b1a2501cbf384d0a5607
|
||||
SHA512 (libblkio-v1.5.0.tar.bz2) = a276adc7f407df3c59a950a8bd044b26de4710d1e9f1ca41c96238d2c4eb9c867c45424d0331ca36620f6a5084d27656071cc7b9c698d873f401ffeb3de71171
|
||||
SHA512 (libblkio-v1.5.0-vendor.tar.xz) = e7b1a7904f86bb8a38c562a65b02549333699a97c21a7ec1649123d1138352e21e4e527e85246dd748e179b12c36f3773e4b6492c303f41015bacf848e55f69b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user