From 7cd74f2a25a0c97e2125c0aebe2da87375df362f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 8 Jan 2016 17:15:59 -0800 Subject: [PATCH] - Add more class methods for better use of metadata (jkonecny) - Remove pocketlint from BuildRequires (bcl) --- .gitignore | 1 + python-blivet.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aedb4bc..69ac386 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /blivet-1.15.tar.gz /blivet-1.16.tar.gz /blivet-1.17.tar.gz +/blivet-1.18.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index d599af6..cb82f21 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.17 +Version: 1.18 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -107,6 +107,10 @@ popd %{python3_sitelib}/* %changelog +* Fri Jan 08 2016 Brian C. Lane - 1.18-1 +- Add more class methods for better use of metadata (jkonecny) +- Remove pocketlint from BuildRequires (bcl) + * Wed Nov 18 2015 Brian C. Lane - 1.17-1 - Do not catch CryptoError when decrypting LUKS format (#1280239) (vtrefny) - Do not try to get LVM cache's size from stats for inactive LV (vpodzime) diff --git a/sources b/sources index c08597f..5e26c65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84953fd8e71773b49cec1ac396c7c4a5 blivet-1.17.tar.gz +bdeb28a3a1b0840a1b3d6ecaabbc4e40 blivet-1.18.tar.gz