New version 3.1.1
- Check device dependencies only for device actions (vtrefny) - Allow removing btrfs volumes without btrfs support (vtrefny) - Adjust LVMPhysicalVolumeMethodsTestCase to new pvcreate option (vtrefny) - add `-y' to lvm.pvcreate (hongxu.jia) - Drop omap partition table tests on ARM platforms (pbrobinson) - Update disk label tests for ARM platforms (pbrobinson) - Ignore pylint 'no-value-for-parameter' warning (vtrefny) - arm: add support for EFI on ARMv7 (pbrobinson) - Aarch64 platforms: Fix gpt defaults for 64 bit arm platforms (pbrobinson) - arch: arm: drop get_arm_machine function (pbrobinson) - arch: arm: drop omap specifics for partitioning (pbrobinson) - Create a separate availability check for dmraid support (vtrefny)
This commit is contained in:
parent
4e70559de4
commit
b23396eed9
1
.gitignore
vendored
1
.gitignore
vendored
@ -110,3 +110,4 @@
|
||||
/blivet-3.1.0.b1.tar.gz
|
||||
/blivet-3.1.0.b2.tar.gz
|
||||
/blivet-3.1.0.tar.gz
|
||||
/blivet-3.1.1.tar.gz
|
||||
|
@ -19,11 +19,11 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: https://storageapis.wordpress.com/projects/blivet
|
||||
Version: 3.1.0
|
||||
Version: 3.1.1
|
||||
|
||||
#%%global prerelease .b2
|
||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||
Release: 2%{?prerelease}%{?dist}
|
||||
Release: 1%{?prerelease}%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -31,7 +31,6 @@ Group: System Environment/Libraries
|
||||
%global realversion %{version}%{?prerelease}
|
||||
Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz
|
||||
Patch0: 0001-force-lvm-plugin.patch
|
||||
Patch1: 0002-arm7-cleanups.patch
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
@ -192,6 +191,20 @@ configuration.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 26 2018 Vojtech Trefny <vtrefny@redhat.com> - 3.1.1-1
|
||||
- Check device dependencies only for device actions (vtrefny)
|
||||
- Allow removing btrfs volumes without btrfs support (vtrefny)
|
||||
- Adjust LVMPhysicalVolumeMethodsTestCase to new pvcreate option (vtrefny)
|
||||
- add `-y' to lvm.pvcreate (hongxu.jia)
|
||||
- Drop omap partition table tests on ARM platforms (pbrobinson)
|
||||
- Update disk label tests for ARM platforms (pbrobinson)
|
||||
- Ignore pylint 'no-value-for-parameter' warning (vtrefny)
|
||||
- arm: add support for EFI on ARMv7 (pbrobinson)
|
||||
- Aarch64 platforms: Fix gpt defaults for 64 bit arm platforms (pbrobinson)
|
||||
- arch: arm: drop get_arm_machine function (pbrobinson)
|
||||
- arch: arm: drop omap specifics for partitioning (pbrobinson)
|
||||
- Create a separate availability check for dmraid support (vtrefny)
|
||||
|
||||
* Thu Aug 30 2018 Vojtech Trefny <vtrefny@redhat.com> - 3.1.0-2
|
||||
- arm: add support for EFI on ARMv7 (probinson)
|
||||
- Aarch64 platforms: Fix gpt defaults for 64 bit arm platforms (probinson)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (blivet-3.1.0.tar.gz) = cee3ba770514f6168d78cfa0c6f0205149e4be14203bec6c8c2a2b66d44bdbceaff5bf44ba2bcb7799eddfa54bab16692a7d04f2665caf4b6a4d1a317cad2686
|
||||
SHA512 (blivet-3.1.1.tar.gz) = 317464ec3a4da93bc3dbd2fd26fb69e509cd044b137546c0f5783fc3ae17ec29d9e5ea9b0feb743b2004e68b534a312c5ca70080e135e9e556101314542915a4
|
||||
|
Loading…
Reference in New Issue
Block a user