New version 3.8.2
- tests: Ignore new pylint false positive with pylint 3.0 (vtrefny) - pylint: Use 'exit' instead of 'do_exit' for pylint.lint.Run (vtrefny) - Revert "When creating a shared LVM VG skip pvcreate" (vtrefny) - Revert "Force command line based libblockdev LVM plugin" (vtrefny) - ci: Bump actions/checkout from v2/3 to v4 (vtrefny) - spec: Add libblockdev-nvme as weak dependency (vtrefny) - Always require NVMe plugin (vtrefny) - Enable LVM logging only in debug mode (vtrefny) - nvme: Require additional rpms for dracut (tbzatek) - Force command line based libblockdev LVM plugin (vtrefny) - When creating a shared LVM VG skip pvcreate (vtrefny) - Add support for creating shared LVM setups (vtrefny) - nvme: Align HostNQN and HostID format to TP4126 (tbzatek) - README: Fix typo (vtrefny) - README: Update Debian dependencies for libblockdev 3.0 (vtrefny)
This commit is contained in:
parent
bdbb7309d6
commit
71e231baa0
2
.gitignore
vendored
2
.gitignore
vendored
@ -157,3 +157,5 @@
|
||||
/blivet-3.8.0.tar.gz
|
||||
/blivet-3.8.1.tar.gz
|
||||
/blivet-3.8.1-tests.tar.gz
|
||||
/blivet-3.8.2.tar.gz
|
||||
/blivet-3.8.2-tests.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: https://storageapis.wordpress.com/projects/blivet
|
||||
Version: 3.8.1
|
||||
Version: 3.8.2
|
||||
|
||||
#%%global prerelease .b2
|
||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||
@ -68,6 +68,7 @@ Recommends: libblockdev-loop >= %{libblockdevver}
|
||||
Recommends: libblockdev-lvm >= %{libblockdevver}
|
||||
Recommends: libblockdev-mdraid >= %{libblockdevver}
|
||||
Recommends: libblockdev-mpath >= %{libblockdevver}
|
||||
Recommends: libblockdev-nvme >= %{libblockdevver}
|
||||
Recommends: libblockdev-swap >= %{libblockdevver}
|
||||
|
||||
%ifarch s390 s390x
|
||||
@ -111,6 +112,23 @@ make DESTDIR=%{buildroot} install
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 12 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.8.2-1
|
||||
- tests: Ignore new pylint false positive with pylint 3.0 (vtrefny)
|
||||
- pylint: Use 'exit' instead of 'do_exit' for pylint.lint.Run (vtrefny)
|
||||
- Revert "When creating a shared LVM VG skip pvcreate" (vtrefny)
|
||||
- Revert "Force command line based libblockdev LVM plugin" (vtrefny)
|
||||
- ci: Bump actions/checkout from v2/3 to v4 (vtrefny)
|
||||
- spec: Add libblockdev-nvme as weak dependency (vtrefny)
|
||||
- Always require NVMe plugin (vtrefny)
|
||||
- Enable LVM logging only in debug mode (vtrefny)
|
||||
- nvme: Require additional rpms for dracut (tbzatek)
|
||||
- Force command line based libblockdev LVM plugin (vtrefny)
|
||||
- When creating a shared LVM VG skip pvcreate (vtrefny)
|
||||
- Add support for creating shared LVM setups (vtrefny)
|
||||
- nvme: Align HostNQN and HostID format to TP4126 (tbzatek)
|
||||
- README: Fix typo (vtrefny)
|
||||
- README: Update Debian dependencies for libblockdev 3.0 (vtrefny)
|
||||
|
||||
* Thu Aug 03 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.8.1-1
|
||||
- Ignore new false positives with the latest pylint (vtrefny)
|
||||
- iscsi: Rename storaged to udisks (tbzatek)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (blivet-3.8.1.tar.gz) = ada376aee554f953334008eb491a16f8577eebb811d284a185ce2efadad87f2fcf9cc0f76eefca85b5f36e70b18463e6d42910d90e2d35537b4405be85dbf18f
|
||||
SHA512 (blivet-3.8.1-tests.tar.gz) = 5a13bcf00db17cb33f5c33419ab8fcdf89286462c8a8a0919cfa5c40180b28896a7e4191b122917f55b48dfa2ea23358cc6b6a69ad666ba0bbdae01d0e51014a
|
||||
SHA512 (blivet-3.8.2.tar.gz) = 3db6038c6005027b778d11c18b24ba6a7658bca9bc77140ef8773341f4929151bef50660477973bdfe52366c8c82ba2eaff40b643e0aa5b6a9646b3f763704ad
|
||||
SHA512 (blivet-3.8.2-tests.tar.gz) = df8f79ac81322899ed32e9b4689622f1a31b15768ee3a8ef80722ccdc7f2160cb8f07e39a40e86ad72825965dad042b2b4beea61b3aa6ef761e63567fdf2764c
|
||||
|
Loading…
Reference in New Issue
Block a user