New version
- Require volume_key-devel in a version that fixes build issues (vpodzime) - Fix Python 2 devel package name in BuildRequires (vpodzime) - Generate docs for the library and all plugins (vpodzime) - Make doc comments better for documentation generation (vpodzime) - Fix parameter names in function prototypes (vpodzime) - Add the metadatasize parameter to pvcreate (vpodzime) - Add the dataalignment parameter to lvm_pvcreate (vpodzime) - Export non-internal constants via introspection (vpodzime) - Expand size constants in the GI-scanned files (vpodzime) - Fix usage printing in the boilerplate_generator (vpodzime) - Add the build directory to .gitignore (vpodzime) - Add the md_run function (vpodzime) - Fix some issues in Python overrides (vpodzime) - Add the escrow_device function to the crypto plugin (vpodzime) - Fix version of GI files in the Makefile (vpodzime) - Make the order of release target's dependencies more explicit (vpodzime)
This commit is contained in:
parent
eb93ef9203
commit
c8bdcf2ff0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libblockdev-0.1.tar.gz
|
||||
/libblockdev-0.2.tar.gz
|
||||
/libblockdev-0.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libblockdev
|
||||
Version: 0.2
|
||||
Version: 0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
@ -13,8 +13,12 @@ BuildRequires: cryptsetup-devel
|
||||
BuildRequires: device-mapper-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: dmraid-devel
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: volume_key-devel >= 0.3.9-7
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: glib2-doc
|
||||
|
||||
|
||||
%description
|
||||
@ -268,6 +272,7 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/blockdev/blockdev.h
|
||||
%{_includedir}/blockdev/plugins.h
|
||||
%{_libdir}/pkgconfig/blockdev.pc
|
||||
%{_datadir}
|
||||
|
||||
|
||||
%files utils
|
||||
@ -346,6 +351,24 @@ rm -rf %{buildroot}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Wed Jan 21 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.3-1
|
||||
- Require volume_key-devel in a version that fixes build issues (vpodzime)
|
||||
- Fix Python 2 devel package name in BuildRequires (vpodzime)
|
||||
- Generate docs for the library and all plugins (vpodzime)
|
||||
- Make doc comments better for documentation generation (vpodzime)
|
||||
- Fix parameter names in function prototypes (vpodzime)
|
||||
- Add the metadatasize parameter to pvcreate (vpodzime)
|
||||
- Add the dataalignment parameter to lvm_pvcreate (vpodzime)
|
||||
- Export non-internal constants via introspection (vpodzime)
|
||||
- Expand size constants in the GI-scanned files (vpodzime)
|
||||
- Fix usage printing in the boilerplate_generator (vpodzime)
|
||||
- Add the build directory to .gitignore (vpodzime)
|
||||
- Add the md_run function (vpodzime)
|
||||
- Fix some issues in Python overrides (vpodzime)
|
||||
- Add the escrow_device function to the crypto plugin (vpodzime)
|
||||
- Fix version of GI files in the Makefile (vpodzime)
|
||||
- Make the order of release target's dependencies more explicit (vpodzime)
|
||||
|
||||
* Mon Jan 12 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.2-1
|
||||
- Fix dependencies of the release target (vpodzime)
|
||||
- Python overrides for the GI-generated bindings (vpodzime)
|
||||
|
Loading…
Reference in New Issue
Block a user