New version
- Only enable partition size tolerance with alignment (vpodzime) - Limit the requested partition size to maximum possible (vpodzime) - Do not verify vfat FS' size after generic resize (vpodzime) - Specify tolerance for partition size (kailueke) - Only use the exact constraint if not using any other (vpodzime) - Check resulting FS size in tests for generic FS resize (vpodzime) - Query setting FS label support and generic relabeling (kailueke) - Do not strictly require all FS utilities (vpodzime) - Compile everything with the C99 standard (vpodzime) - Add partition resize function (kailueke) - Generic Check and Repair Functions (kailueke) - Query functions for FS resize and repair support (kailueke) - Update the project/source URL in the spec file (vpodzime) - Add functions for opening/closing TrueCrypt/VeraCrypt volumes (vpodzime) - Adapt to a change in behaviour in new libmount (vpodzime) - Try RO mount also if we get EACCES (vpodzime) - Size in bytes for xfs_resize_device (kailueke) - src/plugins/Makefile.am: Remove hard coded include path in /usr prefix (tristan.vanberkom) - Fixed include for libvolume_key.h (tristan.vanberkom) - Ignore parted warnings if possible (squimrel) - bcache tests: Remove FEELINGLUCKY checks (tasleson) - kbd.c: Code review corrections (tasleson) - kbd.c: Make bd_kbd_bcache_create work without abort (tasleson)
This commit is contained in:
parent
9f9f7e273a
commit
05f68dddf4
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/libblockdev-2.7.tar.gz
|
||||
/libblockdev-2.8.tar.gz
|
||||
/libblockdev-2.9.tar.gz
|
||||
/libblockdev-2.10.tar.gz
|
||||
|
@ -68,12 +68,12 @@
|
||||
%define configure_opts %{?distro_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?kbd_copts} %{?part_copts} %{?fs_copts} %{?gi_copts}
|
||||
|
||||
Name: libblockdev
|
||||
Version: 2.9
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rhinstaller/libblockdev
|
||||
Source0: https://github.com/rhinstaller/libblockdev/archive/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/storaged-project/libblockdev
|
||||
Source0: https://github.com/storaged-project/libblockdev/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
%if %{with_gi}
|
||||
@ -797,6 +797,31 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Wed Jul 05 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.10-1
|
||||
- Only enable partition size tolerance with alignment (vpodzime)
|
||||
- Limit the requested partition size to maximum possible (vpodzime)
|
||||
- Do not verify vfat FS' size after generic resize (vpodzime)
|
||||
- Specify tolerance for partition size (kailueke)
|
||||
- Only use the exact constraint if not using any other (vpodzime)
|
||||
- Check resulting FS size in tests for generic FS resize (vpodzime)
|
||||
- Query setting FS label support and generic relabeling (kailueke)
|
||||
- Do not strictly require all FS utilities (vpodzime)
|
||||
- Compile everything with the C99 standard (vpodzime)
|
||||
- Add partition resize function (kailueke)
|
||||
- Generic Check and Repair Functions (kailueke)
|
||||
- Query functions for FS resize and repair support (kailueke)
|
||||
- Update the project/source URL in the spec file (vpodzime)
|
||||
- Add functions for opening/closing TrueCrypt/VeraCrypt volumes (vpodzime)
|
||||
- Adapt to a change in behaviour in new libmount (vpodzime)
|
||||
- Try RO mount also if we get EACCES (vpodzime)
|
||||
- Size in bytes for xfs_resize_device (kailueke)
|
||||
- src/plugins/Makefile.am: Remove hard coded include path in /usr prefix (tristan.vanberkom)
|
||||
- Fixed include for libvolume_key.h (tristan.vanberkom)
|
||||
- Ignore parted warnings if possible (squimrel)
|
||||
- bcache tests: Remove FEELINGLUCKY checks (tasleson)
|
||||
- kbd.c: Code review corrections (tasleson)
|
||||
- kbd.c: Make bd_kbd_bcache_create work without abort (tasleson)
|
||||
|
||||
* Tue Jun 13 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.9-1
|
||||
- Fix hardcoded reference to gcc (timo.gurr)
|
||||
- Catch and ignore partial failures in LVM tests' cleanups (vpodzime)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.9.tar.gz) = 37b1ead0b6683a4eeb6278e99de1577e7d4d382863c6f1cc5d8cfbd2a250284178ef0cd587d278c02b33c298487a7b020288b48d6a5ed18e61ce07577ab73b96
|
||||
SHA512 (libblockdev-2.10.tar.gz) = 3eccdfa212479184cf9e877bba3c823d7f81c18f18a9805058b0ccc0566b665a4810795764bcb1bdc2225392c61fea86d9fa88c59a0daa5ad2eb2bac083c53dc
|
||||
|
Loading…
Reference in New Issue
Block a user