import python-blivet-3.4.0-9.el8

This commit is contained in:
CentOS Sources 2022-02-13 04:26:24 +00:00 committed by Stepan Oksanichenko
parent 9fe332dc64
commit 23cb6ce203
2 changed files with 2294 additions and 1 deletions

2288
SOURCES/0012-PO-update.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ Version: 3.4.0
#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Release: 8%{?prerelease}%{?dist}
Release: 9%{?prerelease}%{?dist}
Epoch: 1
License: LGPLv2+
%global realname blivet
@ -41,6 +41,7 @@ Patch7: 0008-Fix-running-tests-in-gating.patch
Patch8: 0009-Improve-error-message-printed-for-missing-dependecie.patch
Patch9: 0010-Use-bigger-chunk-size-for-thinpools-bigger-than-15.8.patch
Patch10: 0011-iscsi-Replace-all-log_exception_info-calls-with-log.patch
Patch11: 0012-PO-update.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -203,6 +204,10 @@ configuration.
%endif
%changelog
* Thu Jan 10 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.0-9
- Translation update
Resolves: rhbz#2003050
* Tue Dec 14 2021 ojtech Trefny <vtrefny@redhat.com> - 3.4.0-8
- Replace all log_exception_info calls with log.info
Resolves: rhbz#2028134