New version 3.4.3
- Make sure we mount the top level subvolume when mounting btrfs (vtrefny) - README: Fix API documentation link (vtrefny) - iscsi: Replace all log_exception_info calls with log.info (vtrefny)
This commit is contained in:
parent
4cf6f4d00a
commit
2279349a9f
2
.gitignore
vendored
2
.gitignore
vendored
@ -139,3 +139,5 @@
|
|||||||
/blivet-3.4.1-tests.tar.gz
|
/blivet-3.4.1-tests.tar.gz
|
||||||
/blivet-3.4.2.tar.gz
|
/blivet-3.4.2.tar.gz
|
||||||
/blivet-3.4.2-tests.tar.gz
|
/blivet-3.4.2-tests.tar.gz
|
||||||
|
/blivet-3.4.3-tests.tar.gz
|
||||||
|
/blivet-3.4.3.tar.gz
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: https://storageapis.wordpress.com/projects/blivet
|
Url: https://storageapis.wordpress.com/projects/blivet
|
||||||
Version: 3.4.2
|
Version: 3.4.3
|
||||||
|
|
||||||
#%%global prerelease .b2
|
#%%global prerelease .b2
|
||||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||||
Release: 2%{?prerelease}%{?dist}
|
Release: 1%{?prerelease}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%global realname blivet
|
%global realname blivet
|
||||||
@ -196,6 +196,11 @@ configuration.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 01 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.3-1
|
||||||
|
- Make sure we mount the top level subvolume when mounting btrfs (vtrefny)
|
||||||
|
- README: Fix API documentation link (vtrefny)
|
||||||
|
- iscsi: Replace all log_exception_info calls with log.info (vtrefny)
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.4.2-2
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.4.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (blivet-3.4.2.tar.gz) = f9c8a7806190d708d861b6997c26add5809f5abccc42aa74b6523e538d6bf22f7f7ed04205d86be24ecf1156a80d43f3ccdfce1a2cd365930dfc18b6e677c420
|
SHA512 (blivet-3.4.3-tests.tar.gz) = e984fb86c6e586cbb09160eb7f5da02a6f53c540062f1a519d989f7e5f8430ef82bc83552dba5525e900676e1b9e1ab9321010758af4407354235074abf70716
|
||||||
SHA512 (blivet-3.4.2-tests.tar.gz) = 334edc998798d465decac0e6325a3aea708ec5cc07fdea13d221efe0d54bb1e4c32a15ccfb156ffb44187be3e600969110e107d0a417f214d9f8def3fe666f66
|
SHA512 (blivet-3.4.3.tar.gz) = 0d48ce69bb74030921989470bb2220baed6f60a369d12c6fad8d2a027a7093e6b56e603d53174d47c702234bacd9141e2c9e2f2f389349b825dcad055260a09d
|
||||||
|
Loading…
Reference in New Issue
Block a user