python-blivet: Update to upstream version 0.17-1.

Changes since 0.16-1:

 - Used Python type instead of variable name (hamzy)
 - Fix detection of valid EFI system partition during autopart. (dlehman)

Full changelog can be found in the spec file in the package or at:

https://git.fedorahosted.org/cgit/blivet.git/tree/python-blivet.spec

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-01 18:54:01 +02:00
parent 070ddf8367
commit e2e77c641a
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -453,12 +453,12 @@ pythonPackages = python.modules // rec {
blivet = buildPythonPackage rec {
name = "blivet-${version}";
version = "0.16-1";
version = "0.17-1";
src = fetchurl {
url = "https://git.fedorahosted.org/cgit/blivet.git/snapshot/"
+ "${name}.tar.bz2";
sha256 = "0gfxf86sc0mkpqjcainch6gqh3r7brgma85pbl4nfpzmylhzj5sg";
sha256 = "0b28q539657mqif0mn5dfqcpqv7gbyszg83gf2fv6z7q6206rnx5";
};
postPatch = ''