Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 8bdcde251e
Update vendor code for riscv64
Update to:
nix 0.26.2
libc 0.2.142

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-27 13:54:55 +03:00
Fabio Valentini 804560ae46
Rebuild for fixed frame pointer compiler flags in Rust RPM macros 2023-02-05 19:06:07 +01:00
Fedora Release Engineering eb7bb8b343 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 01:17:27 +00:00
2 changed files with 96981 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: 10.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
%patch16 -p1 -b .riscv64
# NOTE: patch 15 is above at the rust setup
echo %{version}-%{release} > VERSION
@ -153,6 +155,15 @@ 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-10.0.riscv64
- Update vendor code for riscv64
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-10
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* 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