Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 4cfc34e3ec
Rebuild for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-27 13:34:58 +03:00
David Abdurachmanov 7261482e23
Fix typo in patch number
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-11-23 14:11:37 +02:00
David Abdurachmanov 81d22a5dc1
Update vendor code for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-11-23 13:45:34 +02:00
2 changed files with 69527 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.1.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
%patch16 -p1 -b .riscv64
# NOTE: patch 15 is above at the rust setup
echo %{version}-%{release} > VERSION
@ -153,6 +155,12 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install-rust-tools
#% {_sbindir}/thin_show_duplicates
%changelog
* Thu Apr 27 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.9.0-8.1.riscv64
- Rebuild for riscv64
* 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