import python-blivet-3.4.0-13.el9_0

This commit is contained in:
CentOS Sources 2022-04-05 06:17:48 -04:00 committed by Stepan Oksanichenko
parent 086ad4b61d
commit ed5d408a44
2 changed files with 2675 additions and 1 deletions

2669
SOURCES/0018-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: 12%{?prerelease}%{?dist}
Release: 13%{?prerelease}%{?dist}
Epoch: 1
License: LGPLv2+
%global realname blivet
@ -46,6 +46,7 @@ Patch12: 0014-LVM-devices-file-support.patch
Patch13: 0015-iscsi-Replace-all-log_exception_info-calls-with-log.patch
Patch14: 0016-Fix-log-message-for-the-LVM-devices-filter.patch
Patch15: 0017-Exclude-unusable-disks-from-PartitionFactory.patch
Patch16: 0018-PO-update.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -208,6 +209,10 @@ configuration.
%endif
%changelog
* Mon Mar 07 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.0-13
- RHEL 9.0 GA Localization
Resolves: rhbz#2017378
* Tue Feb 01 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.0-12
- Fix log message for the LVM devices filter
Resolves: rhbz#2034277