New version
- Own directories /etc/libblockdev and /etc/libblockdev/conf.d (vtrefny) - Wait for resized partition (kailueke) - Make sure the device is opened for libparted (vpodzime) - Fix label check in swap_test (vtrefny) - Use "run_tests" script for running tests from Makefile (vtrefny) - Add a script for running tests (vtrefny) - Tests: Move library initialization to setUpClass method (vtrefny) - Stop skipping FAT resize tests on rawhide (vtrefny) - Close filesystem before closing the partition during FAT resize (vtrefny) - Use mountpoint for "xfs_info" calls (vtrefny) - Use libmount cache when parsing /proc/mounts (vtrefny) - Add some space for the CI status (vpodzime) - Confirm the force when creating PVs in FS tests (vpodzime) - Skip vgremove tests on 32bit Debian (vtrefny) - Fix names of backing files in tests (vtrefny) - Fix checking for available locales (vtrefny) - Skip dependency checking in mpath tests on Debian (vtrefny) - Skip zRAM tests on Debian (vtrefny) - Skip the test for device escrow on Debian too (vtrefny) - Skip free region tests on Debian too (vtrefny) - Fix redirecting command output to /dev/null in tests (vtrefny) - Try harder to unmount devices in test cleanup (vtrefny) - Require only plugins that are needed for given test (vtrefny) - Try to get distribution info from "PrettyName" if "CPEName" isn't available (vtrefny) - Use -ff when creating PVs in FS tests (vpodzime)
This commit is contained in:
parent
df55e8eb2f
commit
e2a4a0298c
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/libblockdev-2.9.tar.gz
|
||||
/libblockdev-2.10.tar.gz
|
||||
/libblockdev-2.11.tar.gz
|
||||
/libblockdev-2.12.tar.gz
|
||||
|
@ -68,7 +68,7 @@
|
||||
%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.11
|
||||
Version: 2.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
@ -611,6 +611,8 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%if %{with_gi}
|
||||
%{_libdir}/girepository*/BlockDev*.typelib
|
||||
%endif
|
||||
%dir %{_sysconfdir}/libblockdev
|
||||
%dir %{_sysconfdir}/libblockdev/conf.d
|
||||
%config %{_sysconfdir}/libblockdev/conf.d/00-default.cfg
|
||||
|
||||
%files devel
|
||||
@ -797,6 +799,34 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Wed Aug 30 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.12-1
|
||||
- Own directories /etc/libblockdev and /etc/libblockdev/conf.d (vtrefny)
|
||||
- Wait for resized partition (kailueke)
|
||||
- Make sure the device is opened for libparted (vpodzime)
|
||||
- Fix label check in swap_test (vtrefny)
|
||||
- Use "run_tests" script for running tests from Makefile (vtrefny)
|
||||
- Add a script for running tests (vtrefny)
|
||||
- Tests: Move library initialization to setUpClass method (vtrefny)
|
||||
- Stop skipping FAT resize tests on rawhide (vtrefny)
|
||||
- Close filesystem before closing the partition during FAT resize (vtrefny)
|
||||
- Use mountpoint for "xfs_info" calls (vtrefny)
|
||||
- Use libmount cache when parsing /proc/mounts (vtrefny)
|
||||
- Add some space for the CI status (vpodzime)
|
||||
- Confirm the force when creating PVs in FS tests (vpodzime)
|
||||
- Skip vgremove tests on 32bit Debian (vtrefny)
|
||||
- Fix names of backing files in tests (vtrefny)
|
||||
- Fix checking for available locales (vtrefny)
|
||||
- Skip dependency checking in mpath tests on Debian (vtrefny)
|
||||
- Skip zRAM tests on Debian (vtrefny)
|
||||
- Skip the test for device escrow on Debian too (vtrefny)
|
||||
- Skip free region tests on Debian too (vtrefny)
|
||||
- Fix redirecting command output to /dev/null in tests (vtrefny)
|
||||
- Try harder to unmount devices in test cleanup (vtrefny)
|
||||
- Require only plugins that are needed for given test (vtrefny)
|
||||
- Try to get distribution info from "PrettyName" if "CPEName" isn't available (vtrefny)
|
||||
- Use -ff when creating PVs in FS tests (vpodzime)
|
||||
- Sync spec with downstream (vpodzime)
|
||||
|
||||
* Mon Jul 31 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.11-1
|
||||
- Make the KbdZRAMDevicesTestCase inherit from KbdZRAMTestCase (vpodzime)
|
||||
- Allow non-source directory builds (kailueke)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.11.tar.gz) = 37f13183416537da1c438bf79c4d686ef455ee72d9d94436018a3b9bf05510acd43caf5694335dedb3083fbcb74a3848dec0e4b6a9ab8bd7f484a3d1bd35fd18
|
||||
SHA512 (libblockdev-2.12.tar.gz) = d80c12094dcad0d5de3aef900b2792326ac02a1a1b6a95e85b0950f70ed34971d8494f19bd2bfc4a87b4d27bb830860c1e3f2464a5dee33600927105e6ef119f
|
||||
|
Loading…
Reference in New Issue
Block a user