From 8910ff338c047ce9344acc49911bc0eb9fbe8997 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 24 Jul 2015 12:08:11 -0700 Subject: [PATCH] - 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) --- .gitignore | 1 + python-blivet.spec | 27 ++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6fbb6a5..4c4fbe9 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /blivet-1.7.tar.gz /blivet-1.8.tar.gz /blivet-1.9.tar.gz +/blivet-1.10.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 4e70c71..e58f6ae 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 1.9 +Version: 1.10 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -44,6 +44,7 @@ Requires: libblockdev >= %{libblockdevver} Requires: libblockdev-plugins-all >= %{libblockdevver} Requires: libselinux-python Requires: python-hawkey +Requires: pygobject3 %description The python-blivet package is a python module for examining and modifying @@ -66,6 +67,7 @@ Requires: dosfstools Requires: e2fsprogs >= %{e2fsver} Requires: lsof Requires: python3-hawkey +Requires: python3-gobject %description -n python3-%{realname} The python3-%{realname} is a python3 package for examining and modifying storage @@ -108,6 +110,29 @@ popd %endif %changelog +* Fri Jul 24 2015 Brian C. Lane - 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 - 1.9-1 - Apply default size for new partition earlier in constructor. (dlehman) - Don't pass model to md fwraid constructor. (#1242610) (dlehman) diff --git a/sources b/sources index f7b9d00..076a94c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d69ace7baeabcfc307ffbb272431876c blivet-1.9.tar.gz +e06d7f815d9d2252dd7587e0436ba87e blivet-1.10.tar.gz