From 89fb23d1c630287ed85d81ec35dcb07c0104ba51 Mon Sep 17 00:00:00 2001 From: "Samantha N. Bueno" Date: Thu, 23 Apr 2015 22:00:03 -0400 Subject: [PATCH] - Do not translate sizes in untranslated strings (#1205183) (dshea) - Use %d format string for every value that should be an integer decimal. (#1205183) (amulhern) - Merge pull request #85 from vpodzime/f22-libblockdev_error_proxy (vpodzime) - Add libselinux-python to package dependencies (#1211834) (vtrefny) - Make use of the new libblockdev error reporting (vpodzime) --- .gitignore | 1 + python-blivet.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b646560..0347f2d 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ /blivet-1.0.5.tar.gz /blivet-1.0.6.tar.gz /blivet-1.0.7.tar.gz +/blivet-1.0.8.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 479520b..0c7258c 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.0.7 +Version: 1.0.8 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -16,7 +16,7 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz %define pypartedver 2.5-2 %define e2fsver 1.41.0 %define utillinuxver 2.15.1 -%define libblockdevver 0.6 +%define libblockdevver 0.10 BuildArch: noarch BuildRequires: gettext @@ -34,6 +34,7 @@ Requires: e2fsprogs >= %{e2fsver} Requires: lsof Requires: libblockdev >= %{libblockdevver} Requires: libblockdev-plugins-all >= %{libblockdevver} +Requires: libselinux-python %description The python-blivet package is a python module for examining and modifying @@ -57,6 +58,14 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Apr 23 2015 Samantha N. Bueno - 1.0.8-1 +- Do not translate sizes in untranslated strings (#1205183) (dshea) +- Use %%d format string for every value that should be an integer decimal. + (#1205183) (amulhern) +- Merge pull request #85 from vpodzime/f22-libblockdev_error_proxy (vpodzime) +- Add libselinux-python to package dependencies (#1211834) (vtrefny) +- Make use of the new libblockdev error reporting (vpodzime) + * Tue Apr 07 2015 Samantha N. Bueno - 1.0.7-1 - Merge pull request #67 from mulkieran/f22-1208536 (mulkieran) - Prepend /sys to sysfs path for udev lookup (#1208536) (amulhern) diff --git a/sources b/sources index 6e6f183..35a5088 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c4ce6d799c3ee633b7219c542d808c3 blivet-1.0.7.tar.gz +6ba2972a7f2a680135fa6b7e4b2c55dc blivet-1.0.8.tar.gz