New version
- Update specs.rst to use present-tense and current API (agrover) - Add functions using BLOBs as LUKS passphrases (vpodzime) - Make sure the _error_quark() functions are in the library (vtrefny) - Return a special error when trying to wipe empty device (vtrefny) - Adapt tests to use LIO devices instead of loop devices (vpodzime) - Add functions for creating and deleting LIO devices (vpodzime) - MDRAID: Allow path as input for functions that work with sysfs (vtrefny)
This commit is contained in:
parent
dfb4b0f769
commit
a6ad82aa62
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/libblockdev-2.1.tar.gz
|
||||
/libblockdev-2.2.tar.gz
|
||||
/libblockdev-2.3.tar.gz
|
||||
/libblockdev-2.4.tar.gz
|
||||
|
@ -12,8 +12,8 @@
|
||||
%endif
|
||||
|
||||
Name: libblockdev
|
||||
Version: 2.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rhinstaller/libblockdev
|
||||
@ -603,6 +603,15 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.4-1
|
||||
- Update specs.rst to use present-tense and current API (agrover)
|
||||
- Add functions using BLOBs as LUKS passphrases (vpodzime)
|
||||
- Make sure the _error_quark() functions are in the library (vtrefny)
|
||||
- Return a special error when trying to wipe empty device (vtrefny)
|
||||
- Adapt tests to use LIO devices instead of loop devices (vpodzime)
|
||||
- Add functions for creating and deleting LIO devices (vpodzime)
|
||||
- MDRAID: Allow path as input for functions that work with sysfs (vtrefny)
|
||||
|
||||
* Wed Feb 15 2017 Vratislav Podzimek <vtrefny@redhat.com> - 2.3-3
|
||||
- Rebuild with changelog fixed up
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.3.tar.gz) = 75b8ff77ea0b22abecd0b9d5c6f8d15b0af20356eff343a155ee76c784e645a956b03da7079dbfe79ad8710a288e9040ab6342bc765e9e306fbd30740d587db7
|
||||
SHA512 (libblockdev-2.4.tar.gz) = 7a8fba2edb97f477ae3df7fbc909b33bbc1262c74c7850fd2ede1857a9ef2683ddf6acbebc7dc411b0df4ece4c89f272437565144bebdba6db1bfbefc5f529d5
|
||||
|
Loading…
Reference in New Issue
Block a user