Rebase to new stable branch version 1.10.3
Map uint32_t to OCaml int64 to avoid signedness problems resolves: rhbz#2011708, rhbz#2040610
This commit is contained in:
parent
3dc6b0232f
commit
6b3660e100
@ -8,7 +8,7 @@
|
||||
%global source_directory 1.10-stable
|
||||
|
||||
Name: libnbd
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 1%{?dist}
|
||||
Summary: NBD client library in userspace
|
||||
|
||||
@ -323,9 +323,11 @@ make %{?_smp_mflags} check || {
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 02 2021 Richard W.M. Jones <rjones@redhat.com> - 1.10.2-1
|
||||
- Rebase to new stable branch version 1.10.2
|
||||
* Mon Jan 17 2022 Richard W.M. Jones <rjones@redhat.com> - 1.10.3-1
|
||||
- Rebase to new stable branch version 1.10.3
|
||||
resolves: rhbz#2011708
|
||||
- Map uint32_t to OCaml int64 to avoid signedness problems
|
||||
resolves: rhbz#2040610
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.2-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libnbd-1.10.2.tar.gz) = 531be74fe35bead20e051cfc96ea6867261b10251ef249651326a3af691fa69c843c7f47a7244996807d353c5574ad3c418704280f45acbd6a8fb8c84b74dbbf
|
||||
SHA512 (libnbd-1.10.2.tar.gz.sig) = ef32a2b0a493ddd20d8ad57e8330ee208fd653a2416b2d0c87aff9077d5b6045e7ec74cfa9aebd900dc9fc928c8c2866031a999357c76d0d2fe6b6352f50abfd
|
||||
SHA512 (libnbd-1.10.3.tar.gz) = 1a21be680a421305693e3db5228a66b1da8c2101f217b21aa2231ea2515e35df8e7a481bac880509259e9cba2042d93b735e76b1d84dac3b367fb0ed0ac3c3a4
|
||||
SHA512 (libnbd-1.10.3.tar.gz.sig) = 41271bc59cf94722d72406526ea483bf7a9b828a4fc03ad768ce753079f1b5e15c217df308dae8952fc4134bb0b1569ec57811443d8e348f580528e698a6fc67
|
||||
|
Loading…
Reference in New Issue
Block a user