- 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)
This commit is contained in:
Samantha N. Bueno 2015-04-23 22:00:03 -04:00
parent 31fe61f41d
commit 89fb23d1c6
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <sbueno+anaconda@redhat.com> - 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 <sbueno+anaconda@redhat.com> - 1.0.7-1
- Merge pull request #67 from mulkieran/f22-1208536 (mulkieran)
- Prepend /sys to sysfs path for udev lookup (#1208536) (amulhern)

View File

@ -1 +1 @@
9c4ce6d799c3ee633b7219c542d808c3 blivet-1.0.7.tar.gz
6ba2972a7f2a680135fa6b7e4b2c55dc blivet-1.0.8.tar.gz