From 46037985b9bdd8002c2ad2e2968dffec9777aaf3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 5 Sep 2013 17:22:38 -0700 Subject: [PATCH] - Only force luks map names to include UUID during OS installation. (#996457) (dlehman) - Allow DiskLabelCommitError to reach the caller. (#1001586) (dlehman) - Do not try to align partitions to optimal_io_size. (#989333) (gustavold) - Fix rpmlog make target (bcl) - Add missing changelog lines to spec (bcl) --- .gitignore | 1 + python-blivet.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e236533..7cc0765 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /blivet-0.18.tar.gz /blivet-0.19.tar.gz /blivet-0.20.tar.gz +/blivet-0.21.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 6749d9d..f922a48 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.20 +Version: 0.21 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,13 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Sep 05 2013 Brian C. Lane - 0.21-1 +- Only force luks map names to include UUID during OS installation. (#996457) (dlehman) +- Allow DiskLabelCommitError to reach the caller. (#1001586) (dlehman) +- Do not try to align partitions to optimal_io_size. (#989333) (gustavold) +- Fix rpmlog make target (bcl) +- Add missing changelog lines to spec (bcl) + * Fri Aug 23 2013 Brian C. Lane - 0.20-1 - Fix typo in examples/list_devices.py (dlehman) - Use iscsi-iname instead of trying to reimplemnt it in python. (dlehman) diff --git a/sources b/sources index 08cff09..9473328 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34e00995c3da503b29b4af01cc87b94e blivet-0.20.tar.gz +7e08608d8b695b2644ef2486a82d5c9d blivet-0.21.tar.gz