Update vendor code for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-23 13:44:39 +02:00
parent 20de387ada
commit 81d22a5dc1
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 69524 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Summary: Device-mapper Persistent Data Tools
Name: device-mapper-persistent-data
Version: 0.9.0
Release: 8%{?dist}%{?release_suffix}
Release: 8.0.riscv64%{?dist}%{?release_suffix}
License: GPLv3+
URL: https://github.com/jthornber/thin-provisioning-tools
#Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-%%{version}.tar.gz
@ -30,6 +30,7 @@ Patch12: 0011-file_utils-Fix-resource-leak.patch
Patch13: 0012-thin_delta-Clean-up-duplicated-code.patch
Patch14: 0013-build-Remove-lboost_iostreams-linker-flag.patch
Patch15: 0014-cargo-update.patch
Patch16: thin-provisioning-tools-0.9.0-vendor-riscv64.patch
BuildRequires: autoconf, expat-devel, libaio-devel, libstdc++-devel, boost-devel, gcc-c++
Requires: expat
@ -80,6 +81,7 @@ END
%patch12 -p1 -b .backup12
%patch13 -p1 -b .backup13
%patch14 -p1 -b .backup14
%patch15 -p1 -b .riscv64
# NOTE: patch 15 is above at the rust setup
echo %{version}-%{release} > VERSION
@ -153,6 +155,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install-rust-tools
#% {_sbindir}/thin_show_duplicates
%changelog
* Wed Nov 23 2022 David Abdurachmanov <davidlt@rivosinc.com> - 0.9.0-8.0.riscv64
- Update vendor code for riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

File diff suppressed because one or more lines are too long