diff --git a/.gitignore b/.gitignore index 0971e3a..5315df3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /blivet-0.24.tar.gz /blivet-0.25.tar.gz /blivet-0.26.tar.gz +/blivet-0.27.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index e104f86..2ab0480 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: 0.26 +Version: 0.27 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -29,7 +29,7 @@ Requires: util-linux >= %{utillinuxver} Requires: parted >= %{partedver} Requires: pyparted >= %{pypartedver} Requires: device-mapper >= %{dmver} -Requires: cryptsetup-luks +Requires: cryptsetup Requires: python-cryptsetup >= %{pythoncryptsetupver} Requires: mdadm Requires: lvm2 @@ -61,6 +61,28 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Nov 19 2013 David Lehman - 0.27-1 +- Specify btrfs volumes by UUID in /etc/fstab. (dlehman) +- Catch any exception raised by findExistingInstallations. (#980267) (dlehman) +- Prevent md_node_from_name from raising OSError. (#980267) (dlehman) +- Tidy up tests in devicelibs_test directory. (amulhern) +- Preparation for lv resize is a subset of that for lv destroy. (#1027682) + (dlehman) +- Make sure new values of targetSize are within bounds. (dlehman) +- Devices with non-existent formatting are resizable. (#1027714) (dlehman) +- Do not hide non-existent devices. (#1027846) (dlehman) +- Change XFS maximum to 16EB (#1016035) (bcl) +- Add tmpfs support (#918621) (mkolman) +- Add support for returning machine word length (mkolman) +- Require cryptsetup instead of cryptsetup-luks (#969597) (amulhern) +- Fix initialization of disks containing sun or mac disklabels. (dlehman) +- Newly formatted devices are used unless mountpoint is empty. (#966078) + (dlehman) +- Fix detection of lvm setups. (#1026466) (dlehman) +- Fix handling of overcommitted thin pools in thinp factory. (#1024144) + (dlehman) +- Fix name checking for new thin lvs. (#1024076) (dlehman) + * Wed Oct 30 2013 Brian C. Lane - 0.26-1 - Add macefi format type (#1010495) (bcl) - Allow hfs+ boot devices to have their name set (#1010495) (bcl) diff --git a/sources b/sources index 35f7601..56dfe01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25307e89e1bc20fa1cc994ecf873b818 blivet-0.26.tar.gz +6f127422af6e251afad004e740f90120 blivet-0.27.tar.gz