import python-blivet-3.4.0-6.el8

This commit is contained in:
CentOS Sources 2021-09-17 17:45:18 +00:00 committed by Stepan Oksanichenko
parent 352456709a
commit b4fc427001
2 changed files with 2294 additions and 1 deletions

2288
SOURCES/0009-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: 5%{?prerelease}%{?dist}
Release: 6%{?prerelease}%{?dist}
Epoch: 1
License: LGPLv2+
%global realname blivet
@ -38,6 +38,7 @@ Patch4: 0005-Fix-activating-old-style-LVM-snapshots.patch
Patch5: 0006-Fix-resolving-devices-with-names-that-look-like-BIOS.patch
Patch6: 0007-Do-not-set-chunk-size-for-RAID1.patch
Patch7: 0008-Fix-running-tests-in-gating.patch
Patch8: 0009-PO-update.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -200,6 +201,10 @@ configuration.
%endif
%changelog
* Mon Sep 13 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.0-6
- Localization update for 8.5
Resolves: rhbz#1962016
* Wed Aug 4 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.0-5
- Fix running upstream test suite in gating
Resolves: rhbz#1990232