Upgrade to pyparted-3.9.3

- Revert "Add support for hfs_esp flag" (bcl)
- Add btrfs and ext4 for filesystem type test (bcl)
- Remove geom tests that don't fail (bcl)
This commit is contained in:
Chris Lumens 2014-05-07 15:31:10 -04:00
parent 0a5f392ac9
commit 2808e18095
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
pyparted-3.9.2.tar.gz
/pyparted-3.9.3.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Python module for GNU parted
Name: pyparted
Epoch: 1
Version: 3.9.2
Version: 3.9.3
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -43,6 +43,12 @@ rm -rf %{buildroot}
%{python_sitearch}/%{name}-%{version}-*.egg-info
%changelog
* Wed May 07 2014 Chris Lumens <clumens@redhat.com> 3.9.3-1
- Upgrade to pyparted-3.9.3
- Revert "Add support for hfs_esp flag" (bcl)
- Add btrfs and ext4 for filesystem type test (bcl)
- Remove geom tests that don't fail (bcl)
* Mon Sep 09 2013 David Cantrell <dcantrell@redhat.com> - 3.9.2-1
- Upgrade to pyparted-3.9.2
- Enable 'make check' in the spec file, patch for koji use

View File

@ -1 +1 @@
d73a7ebe32b0c4f046ded3d6e610dad5 pyparted-3.9.2.tar.gz
c0b7f54c95f942e5a345b921fea12685 pyparted-3.9.3.tar.gz