- Merge pull request #177 from AdamWill/1245446 (dlehman)
- use floor division in calculating amount to reclaim (#1245446) (awilliam) - Remember to use the shell command when calling external stuff in Makefile. (clumens) - Add a new makefile target that does everything needed for jenkins. (clumens) - Add missing gobject introspection Requires (bcl) - Add install-requires Makefile target (bcl) - Update md and btrfs unit tests to run with recent size changes. (dlehman) - Set format attr after super ctor for md. (dlehman) - Account for container layer in md fwraid array properties. (dlehman) - Ensure format is a DeviceFormat during initialization. (dlehman) - Set target size when setting other size attrs. (dlehman) - Use 'members' attribute to list RAID member devices. (dlehman) - BTRFS subvolumes shouldn't inherit from RAIDDevice. (dlehman) - Require a non-empty member set for md disks. (dlehman) - Mock mount cache while running action tests. (dlehman) - Account for recent lvm snapshot format changes in tests. (dlehman) - Bump size of non-existent devices to format minimum. (dlehman) - Don't pass createOptions along when creating the btrfs device. (clumens) - Merge pull request #59 from vpodzime/master-tab_tab (vpodzime) - Implement the __dir__ method of the LazyImportObject class (vpodzime)
This commit is contained in:
parent
9cccf0b2fa
commit
8910ff338c
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
|||||||
/blivet-1.7.tar.gz
|
/blivet-1.7.tar.gz
|
||||||
/blivet-1.8.tar.gz
|
/blivet-1.8.tar.gz
|
||||||
/blivet-1.9.tar.gz
|
/blivet-1.9.tar.gz
|
||||||
|
/blivet-1.10.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: http://fedoraproject.org/wiki/blivet
|
Url: http://fedoraproject.org/wiki/blivet
|
||||||
Version: 1.9
|
Version: 1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -44,6 +44,7 @@ Requires: libblockdev >= %{libblockdevver}
|
|||||||
Requires: libblockdev-plugins-all >= %{libblockdevver}
|
Requires: libblockdev-plugins-all >= %{libblockdevver}
|
||||||
Requires: libselinux-python
|
Requires: libselinux-python
|
||||||
Requires: python-hawkey
|
Requires: python-hawkey
|
||||||
|
Requires: pygobject3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The python-blivet package is a python module for examining and modifying
|
The python-blivet package is a python module for examining and modifying
|
||||||
@ -66,6 +67,7 @@ Requires: dosfstools
|
|||||||
Requires: e2fsprogs >= %{e2fsver}
|
Requires: e2fsprogs >= %{e2fsver}
|
||||||
Requires: lsof
|
Requires: lsof
|
||||||
Requires: python3-hawkey
|
Requires: python3-hawkey
|
||||||
|
Requires: python3-gobject
|
||||||
|
|
||||||
%description -n python3-%{realname}
|
%description -n python3-%{realname}
|
||||||
The python3-%{realname} is a python3 package for examining and modifying storage
|
The python3-%{realname} is a python3 package for examining and modifying storage
|
||||||
@ -108,6 +110,29 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 24 2015 Brian C. Lane <bcl@redhat.com> - 1.10-1
|
||||||
|
- Merge pull request #177 from AdamWill/1245446 (dlehman)
|
||||||
|
- use floor division in calculating amount to reclaim (#1245446) (awilliam)
|
||||||
|
- Remember to use the shell command when calling external stuff in Makefile.
|
||||||
|
(clumens)
|
||||||
|
- Add a new makefile target that does everything needed for jenkins. (clumens)
|
||||||
|
- Add missing gobject introspection Requires (bcl)
|
||||||
|
- Add install-requires Makefile target (bcl)
|
||||||
|
- Update md and btrfs unit tests to run with recent size changes. (dlehman)
|
||||||
|
- Set format attr after super ctor for md. (dlehman)
|
||||||
|
- Account for container layer in md fwraid array properties. (dlehman)
|
||||||
|
- Ensure format is a DeviceFormat during initialization. (dlehman)
|
||||||
|
- Set target size when setting other size attrs. (dlehman)
|
||||||
|
- Use 'members' attribute to list RAID member devices. (dlehman)
|
||||||
|
- BTRFS subvolumes shouldn't inherit from RAIDDevice. (dlehman)
|
||||||
|
- Require a non-empty member set for md disks. (dlehman)
|
||||||
|
- Mock mount cache while running action tests. (dlehman)
|
||||||
|
- Account for recent lvm snapshot format changes in tests. (dlehman)
|
||||||
|
- Bump size of non-existent devices to format minimum. (dlehman)
|
||||||
|
- Don't pass createOptions along when creating the btrfs device. (clumens)
|
||||||
|
- Merge pull request #59 from vpodzime/master-tab_tab (vpodzime)
|
||||||
|
- Implement the __dir__ method of the LazyImportObject class (vpodzime)
|
||||||
|
|
||||||
* Thu Jul 16 2015 Brian C. Lane <bcl@redhat.com> - 1.9-1
|
* Thu Jul 16 2015 Brian C. Lane <bcl@redhat.com> - 1.9-1
|
||||||
- Apply default size for new partition earlier in constructor. (dlehman)
|
- Apply default size for new partition earlier in constructor. (dlehman)
|
||||||
- Don't pass model to md fwraid constructor. (#1242610) (dlehman)
|
- Don't pass model to md fwraid constructor. (#1242610) (dlehman)
|
||||||
|
Loading…
Reference in New Issue
Block a user