Compare commits

...

11 Commits
rawhide ... f22

Author SHA1 Message Date
Samantha N. Bueno b4f8bb0308 - Fix setting original size for format resize action. (#1225352) (vtrefny)
- Merge pull request #141 from vojtechtrefny/f22-branch-fix_active_parted
  (vtrefny)
- Fix status for LVMPhysicalVolume format (vtrefny)
- Allow adding new partitions to disks with active devices (vtrefny)
2015-06-17 10:15:24 -04:00
Samantha N. Bueno fb457d0924 - Use VGname-LVname as key for LVinfo cache (#1214241) (vpodzime) 2015-05-07 15:07:32 -04:00
Samantha N. Bueno 89fb23d1c6 - 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)
2015-04-23 22:00:03 -04:00
Samantha N. Bueno 31fe61f41d - Merge pull request #67 from mulkieran/f22-1208536 (mulkieran)
- Prepend /sys to sysfs path for udev lookup (#1208536) (amulhern)
- Fall back on mdadm info if udev info is missing for the array (#1208536)
  (amulhern)
- Catch DeviceError as well as ValueError (#1208536) (amulhern)
- Make an MDContainerDevice if that is the right model (#1208536) (amulhern)
- Change raid variable name to raid_items (#1208536) (amulhern)
2015-04-07 15:32:19 -04:00
Samantha N. Bueno 6897d82fc7 Wrap keys() with a list so that the dictionary can be changed (martin.kolman) 2015-04-02 14:14:06 -04:00
Samantha N. Bueno 66203c5375 - Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime)
- Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime)
2015-03-19 14:05:14 -04:00
Samantha N. Bueno f10ae41b3a - Use Size method to perform a Size operation (#1200812) (amulhern)
- Extend Size.roundToNearest to allow Size units (#1200812) (amulhern)
- Put previously removed mountExistingSystem() into osinstall.py. (amulhern)
- Revert "Revive the mountExistingSystem() function and all it needs"
  (amulhern)
2015-03-17 15:02:30 -04:00
Samantha N. Bueno 2250e87e93 - Make sure the device is setup before formatting it (#1196397) (bcl) 2015-03-13 14:21:38 -04:00
Samantha N. Bueno bb2448c458 - Revive the mountExistingSystem() function and all it needs (vpodzime) 2015-03-04 18:52:10 -05:00
Samantha N. Bueno 39e7752068 - Use format string and arguments for logging function (vpodzime)
- Do not restrict MDRaidArrayDevice's memberDevices to type int (vpodzime)
- Adapt better to libblockdev's md_examine data (vpodzime)
- Set TmpFS._resizable to False. (amulhern)
- Add an additional test for TmpFS. (amulhern)
- Override NoDevFS.notifyKernel() so that it does nothing. (amulhern)
- Add TmpFS._resizefsUnit and use appropriately. (amulhern)
- Rewrite TmpFS class definition. (amulhern)
- Add TmpFS._getExistingSize() method. (amulhern)
- Make _getExistingSize() method more generally useful. (amulhern)
- Remove _getExistingSize() methods with body pass. (amulhern)
- Tidy up the definition of the device property throughout formats package. (amulhern)
- Add a test to check properties of device paths assigned to formats. (amulhern)
- Set TmpFSDevice object's _formatImmutable attribute to True. (amulhern)
- Remove no longer needed requires (vpodzime)
- Filter out pylint's "No name 'GLib' in module 'gi.repository'" messages (vpodzime)
- Add a static method providing list of available PE sizes (vpodzime)
- Use BlockDev's crypto plugin to do LUKS escrow (vpodzime)
- Use BlockDev's DM plugin to work with DM RAID sets (vpodzime)
- Use BlockDev's DM plugin for DM map existence testing (vpodzime)
- Remove tests for the removed devicelibs functions (vpodzime)
- Set and refresh BlockDev's global LVM config if needed (vpodzime)
- Use BlockDev's LVM plugin instead of devicelibs/lvm.py (vpodzime)
- Use BlockDev's BTRFS plugin instead of devicelibs/btrfs.py (vpodzime)
- Use the BlockDev's DM plugin instead of devicelibs/dm.py (vpodzime)
- Use BlockDev's crypto plugin instead of devicelibs/crypto.py (vpodzime)
- Use BlockDev's loop plugin instead of devicelibs/loop.py (vpodzime)
- Use BlockDev's MD plugin instead of devicelibs/mdraid.py (vpodzime)
- Use BlockDev's swap plugin instead of devicelibs/swap.py (vpodzime)
- Use BlockDev's mpath plugin instead of devicelibs/mpath.py (vpodzime)
- First little step towards libblockdev (vpodzime)
- Move the Blivet class into its own module (vpodzime)
- Fix txconfig typo. (sbueno+anaconda)
- Update txconfig for f22-branch. (sbueno+anaconda)
- Use a safer method to get a dm partition's disk name. (dlehman)
- Be more careful about overwriting device.originalFormat. (#1192004) (dlehman)
2015-03-03 18:17:06 -05:00
David Lehman 222605f613 New version: 1.0-1
- Move autopart and installation-specific code outside of __init__.py
  (vpodzime)
- Convert _parseUnits to public function (vtrefny)
- LVMFactory: raise exception when adding LV to full fixed size VG (#1170660)
  (vtrefny)
- Do not unhide devices with hidden parents (#1158643) (vtrefny)
2015-02-13 17:42:00 -06:00
3 changed files with 110 additions and 14 deletions

11
.gitignore vendored
View File

@ -71,3 +71,14 @@
/blivet-0.74.tar.gz
/blivet-0.75.tar.gz
/blivet-0.76.tar.gz
/blivet-1.0.tar.gz
/blivet-1.0.1.tar.gz
/blivet-1.0.2.tar.gz
/blivet-1.0.3.tar.gz
/blivet-1.0.4.tar.gz
/blivet-1.0.5.tar.gz
/blivet-1.0.6.tar.gz
/blivet-1.0.7.tar.gz
/blivet-1.0.8.tar.gz
/blivet-1.0.9.tar.gz
/blivet-1.0.10.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: 0.76
Version: 1.0.10
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -11,15 +11,12 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
%define dmver 1.02.17-6
%define pykickstartver 1.99.22
%define partedver 1.8.1
%define pypartedver 2.5-2
%define pythonpyblockver 0.45
%define e2fsver 1.41.0
%define pythoncryptsetupver 0.1.1
%define utillinuxver 2.15.1
%define lvm2ver 2.02.99
%define libblockdevver 0.10
BuildArch: noarch
BuildRequires: gettext
@ -32,17 +29,12 @@ Requires: util-linux >= %{utillinuxver}
Requires: python-pyudev
Requires: parted >= %{partedver}
Requires: pyparted >= %{pypartedver}
Requires: device-mapper >= %{dmver}
Requires: cryptsetup
Requires: python-cryptsetup >= %{pythoncryptsetupver}
Requires: mdadm
Requires: lvm2 >= %{lvm2ver}
Requires: dosfstools
Requires: e2fsprogs >= %{e2fsver}
Requires: btrfs-progs
Requires: python-pyblock >= %{pythonpyblockver}
Requires: device-mapper-multipath
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
@ -66,6 +58,99 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Wed Jun 17 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.10-1
- Fix setting original size for format resize action. (#1225352) (vtrefny)
- Merge pull request #141 from vojtechtrefny/f22-branch-fix_active_parted
(vtrefny)
- Fix status for LVMPhysicalVolume format (vtrefny)
- Allow adding new partitions to disks with active devices (vtrefny)
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.9-1
- Use VGname-LVname as key for LVinfo cache (#1214241) (vpodzime)
* 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)
- Fall back on mdadm info if udev info is missing for the array (#1208536)
(amulhern)
- Catch DeviceError as well as ValueError (#1208536) (amulhern)
- Make an MDContainerDevice if that is the right model (#1208536) (amulhern)
- Change raid variable name to raid_items (#1208536) (amulhern)
* Thu Apr 02 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.6-1
- Wrap keys() with a list so that the dictionary can be changed (martin.kolman)
* Thu Mar 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.5-1
- Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime)
- Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime)
* Tue Mar 17 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.4-1
- Use Size method to perform a Size operation (#1200812) (amulhern)
- Extend Size.roundToNearest to allow Size units (#1200812) (amulhern)
- Put previously removed mountExistingSystem() into osinstall.py. (amulhern)
- Revert "Revive the mountExistingSystem() function and all it needs"
(amulhern)
* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.3-1
- Make sure the device is setup before formatting it (#1196397) (bcl)
* Wed Mar 04 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.2-1
- Revive the mountExistingSystem() function and all it needs (vpodzime)
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.1-1
- Use format string and arguments for logging function (vpodzime)
- Do not restrict MDRaidArrayDevice's memberDevices to type int (vpodzime)
- Adapt better to libblockdev's md_examine data (vpodzime)
- Set TmpFS._resizable to False. (amulhern)
- Add an additional test for TmpFS. (amulhern)
- Override NoDevFS.notifyKernel() so that it does nothing. (amulhern)
- Add TmpFS._resizefsUnit and use appropriately. (amulhern)
- Rewrite TmpFS class definition. (amulhern)
- Add TmpFS._getExistingSize() method. (amulhern)
- Make _getExistingSize() method more generally useful. (amulhern)
- Remove _getExistingSize() methods with body pass. (amulhern)
- Tidy up the definition of the device property throughout formats package. (amulhern)
- Add a test to check properties of device paths assigned to formats. (amulhern)
- Set TmpFSDevice object's _formatImmutable attribute to True. (amulhern)
- Remove no longer needed requires (vpodzime)
- Filter out pylint's "No name 'GLib' in module 'gi.repository'" messages (vpodzime)
- Add a static method providing list of available PE sizes (vpodzime)
- Use BlockDev's crypto plugin to do LUKS escrow (vpodzime)
- Use BlockDev's DM plugin to work with DM RAID sets (vpodzime)
- Use BlockDev's DM plugin for DM map existence testing (vpodzime)
- Remove tests for the removed devicelibs functions (vpodzime)
- Set and refresh BlockDev's global LVM config if needed (vpodzime)
- Use BlockDev's LVM plugin instead of devicelibs/lvm.py (vpodzime)
- Use BlockDev's BTRFS plugin instead of devicelibs/btrfs.py (vpodzime)
- Use the BlockDev's DM plugin instead of devicelibs/dm.py (vpodzime)
- Use BlockDev's crypto plugin instead of devicelibs/crypto.py (vpodzime)
- Use BlockDev's loop plugin instead of devicelibs/loop.py (vpodzime)
- Use BlockDev's MD plugin instead of devicelibs/mdraid.py (vpodzime)
- Use BlockDev's swap plugin instead of devicelibs/swap.py (vpodzime)
- Use BlockDev's mpath plugin instead of devicelibs/mpath.py (vpodzime)
- First little step towards libblockdev (vpodzime)
- Move the Blivet class into its own module (vpodzime)
- Fix txconfig typo. (sbueno+anaconda)
- Update txconfig for f22-branch. (sbueno+anaconda)
- Use a safer method to get a dm partition's disk name. (dlehman)
- Be more careful about overwriting device.originalFormat. (#1192004) (dlehman)
* Fri Feb 13 2015 David Lehman <dlehman@redhat.com> - 1.0-1
- Move autopart and installation-specific code outside of __init__.py
(vpodzime)
- Convert _parseUnits to public function (vtrefny)
- LVMFactory: raise exception when adding LV to full fixed size VG (#1170660)
(vtrefny)
- Do not unhide devices with hidden parents (#1158643) (vtrefny)
* Fri Feb 06 2015 Brian C. Lane <bcl@redhat.com> - 0.76-1
- Revert "Switch to temporary transifex project" (bcl)
- Check parent/container type for thin volumes and normal volumes. (dlehman)

View File

@ -1 +1 @@
afd3e348eb7b0fa33a00a0859828010a blivet-0.76.tar.gz
520850ff7b1c0b4ee073f015a180b1a2 blivet-1.0.10.tar.gz