Compare commits

...

4 Commits
rawhide ... f24

Author SHA1 Message Date
Samantha N. Bueno db9749d09d - ARM platforms: support both msdos and gpt partitions (pbrobinson) 2016-05-17 17:44:26 -04:00
Samantha N. Bueno f9a05cc0f7 - Retry umount and log output of lsof if it fails (bcl) 2016-05-13 13:58:41 -04:00
Samantha N. Bueno b73ec4e0d4 - Break the cycle in LVMPhysicalVolume.destroy (#1331630) (vpodzime)
- Protect the live device's parent (#1172342) (bcl)
- Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny)
2016-05-03 15:20:08 -04:00
Samantha N. Bueno 7a98f8e542 - Ignore all merge commits when making rpm log. (dlehman)
- Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny)
- Protect the live device's parent (#1172342) (bcl)
- Do not add mdarray with no slave (#1321393) (vtrefny)
- Update zanata.xml for 1.20 release for f24. (sbueno+anaconda)
2016-04-18 15:56:22 -04:00
3 changed files with 24 additions and 2 deletions

4
.gitignore vendored
View File

@ -91,3 +91,7 @@
/blivet-1.17.tar.gz
/blivet-1.18.tar.gz
/blivet-1.19.tar.gz
/blivet-1.20.0.tar.gz
/blivet-1.20.1.tar.gz
/blivet-1.20.2.tar.gz
/blivet-1.20.3.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.19
Version: 1.20.3
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -107,6 +107,24 @@ popd
%{python3_sitelib}/*
%changelog
* Tue May 17 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.20.3-1
- ARM platforms: support both msdos and gpt partitions (pbrobinson)
* Fri May 13 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.20.2-1
- Retry umount and log output of lsof if it fails (bcl)
* Tue May 03 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.20.1-1
- Break the cycle in LVMPhysicalVolume.destroy (#1331630) (vpodzime)
- Protect the live device's parent (#1172342) (bcl)
- Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny)
* Mon Apr 18 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.20.0-1
- Ignore all merge commits when making rpm log. (dlehman)
- Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny)
- Protect the live device's parent (#1172342) (bcl)
- Do not add mdarray with no slave (#1321393) (vtrefny)
- Update zanata.xml for 1.20 release for f24. (sbueno+anaconda)
* Fri Feb 19 2016 Brian C. Lane <bcl@redhat.com> - 1.19-1
- Ignore _setFormat no-member pylint error on LVMSnapShotBase (bcl)
- Include python3-bugzilla when running tests (bcl)

View File

@ -1 +1 @@
badbc6d27465befadc80c1b7efc15b9d blivet-1.19.tar.gz
f43fabac4abdff8af91d56b6bc06f6f3 blivet-1.20.3.tar.gz