New version
- Make the KbdZRAMDevicesTestCase inherit from KbdZRAMTestCase (vpodzime) - Allow non-source directory builds (kailueke) - Add a way to disable runtime dependency checks (vpodzime) - Link to GObject even if no plugin is activated (kailueke) - Skip zram tests on Rawhide (vpodzime) - Keep most utilities available for tests (vpodzime) - Use new libmount function to get (un)mount error message (vtrefny) - Update the documentation URL (vpodzime)
This commit is contained in:
parent
4d45adfdf7
commit
df55e8eb2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/libblockdev-2.8.tar.gz
|
||||
/libblockdev-2.9.tar.gz
|
||||
/libblockdev-2.10.tar.gz
|
||||
/libblockdev-2.11.tar.gz
|
||||
|
@ -68,8 +68,8 @@
|
||||
%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.10
|
||||
Release: 2%{?dist}
|
||||
Version: 2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libblockdev
|
||||
@ -797,6 +797,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Add a way to disable runtime dependency checks (vpodzime)
|
||||
- Link to GObject even if no plugin is activated (kailueke)
|
||||
- Skip zram tests on Rawhide (vpodzime)
|
||||
- Keep most utilities available for tests (vpodzime)
|
||||
- Use new libmount function to get (un)mount error message (vtrefny)
|
||||
- Update the documentation URL (vpodzime)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.10.tar.gz) = 3eccdfa212479184cf9e877bba3c823d7f81c18f18a9805058b0ccc0566b665a4810795764bcb1bdc2225392c61fea86d9fa88c59a0daa5ad2eb2bac083c53dc
|
||||
SHA512 (libblockdev-2.11.tar.gz) = 37f13183416537da1c438bf79c4d686ef455ee72d9d94436018a3b9bf05510acd43caf5694335dedb3083fbcb74a3848dec0e4b6a9ab8bd7f484a3d1bd35fd18
|
||||
|
Loading…
Reference in New Issue
Block a user