New version 3.8.1
- Ignore new false positives with the latest pylint (vtrefny) - iscsi: Rename storaged to udisks (tbzatek) - iscsi: Rework UDisks iscsi module activation (tbzatek) - iscsi: Make sure to modprobe iscsi_ibft (tbzatek) - iscsi: Downgrade default CHAP auth algs to SHA1,MD5 (tbzatek) - iscsi: Save firmware initiator name to /etc/iscsi/initiatorname.iscsi (vtrefny) - spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny) - tests: Improve iscsi_test.ISCSITestCase (vtrefny) - Make sure that LUKS.has_key always returns a boolean value (vtrefny) - Squashed 'translation-canary/' changes from d6a40985..5bb81253 (vtrefny) - Add btrfs subvolume specification to devicetree.resolve_device (vtrefny) - Revert "Makefile cleanup" (vtrefny)
This commit is contained in:
parent
3bcfcaf057
commit
bdbb7309d6
2
.gitignore
vendored
2
.gitignore
vendored
@ -155,3 +155,5 @@
|
||||
/blivet-3.7.1-tests.tar.gz
|
||||
/blivet-3.8.0-tests.tar.gz
|
||||
/blivet-3.8.0.tar.gz
|
||||
/blivet-3.8.1.tar.gz
|
||||
/blivet-3.8.1-tests.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: https://storageapis.wordpress.com/projects/blivet
|
||||
Version: 3.8.0
|
||||
Version: 3.8.1
|
||||
|
||||
#%%global prerelease .b2
|
||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||
Release: 3%{?prerelease}%{?dist}
|
||||
Release: 1%{?prerelease}%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPL-2.1-or-later
|
||||
%global realname blivet
|
||||
@ -111,6 +111,20 @@ make DESTDIR=%{buildroot} install
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- iscsi: Rework UDisks iscsi module activation (tbzatek)
|
||||
- iscsi: Make sure to modprobe iscsi_ibft (tbzatek)
|
||||
- iscsi: Downgrade default CHAP auth algs to SHA1,MD5 (tbzatek)
|
||||
- iscsi: Save firmware initiator name to /etc/iscsi/initiatorname.iscsi (vtrefny)
|
||||
- spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny)
|
||||
- tests: Improve iscsi_test.ISCSITestCase (vtrefny)
|
||||
- Make sure that LUKS.has_key always returns a boolean value (vtrefny)
|
||||
- Squashed 'translation-canary/' changes from d6a40985..5bb81253 (vtrefny)
|
||||
- Add btrfs subvolume specification to devicetree.resolve_device (vtrefny)
|
||||
- Revert "Makefile cleanup" (vtrefny)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (blivet-3.8.0-tests.tar.gz) = da0b4f68615a77b499ea4f5e192c4f22a15331e1e27a79d1a1a147dfc2dcefc4b18c641ab299e91b86ccdd29cf6c39bcb85a1c9e53bb606a7da4c5564e73f25e
|
||||
SHA512 (blivet-3.8.0.tar.gz) = 25686e77ebf4feed887929ac33494012d4e36b20e04500c9e882fac357688622f4d54df25345bae087b6be4df3a9312818f1451fab643b3006b43fdc9b81ccd4
|
||||
SHA512 (blivet-3.8.1.tar.gz) = ada376aee554f953334008eb491a16f8577eebb811d284a185ce2efadad87f2fcf9cc0f76eefca85b5f36e70b18463e6d42910d90e2d35537b4405be85dbf18f
|
||||
SHA512 (blivet-3.8.1-tests.tar.gz) = 5a13bcf00db17cb33f5c33419ab8fcdf89286462c8a8a0919cfa5c40180b28896a7e4191b122917f55b48dfa2ea23358cc6b6a69ad666ba0bbdae01d0e51014a
|
||||
|
Loading…
Reference in New Issue
Block a user