New version
- Fix the rpmlog and shortlog targets (vpodzime) - Add a function for enabling/disabling plugins' init checks (vpodzime) - Assign functions to tech-mode categories (vpodzime) - Add missing items to particular sections in the documentation (vpodzime) - Add a basic test for the runtime dependency checking (vpodzime) - Simplify what WITH_BD_BCACHE changes in the KBD plugin (vpodzime) - Add functions for querying available technologies (vpodzime) - Dynamically check for the required utilities (vpodzime) - Use shorter prefix for tempfiles (vtrefny) - Try harder when waiting for lio device to show up (vtrefny) - Better handle old and new zram sysfs api in tests (vtrefny) - Skip btrfs tests on CentOS 7 aarch64 (vtrefny) - Add new function for setting swap label (vtrefny) - Use only one git tag for new releases (vtrefny) - Fix source URL in spec file (vtrefny) - Add NEWS.rst file (vtrefny) - Do not include s390utils/vtoc.h in s390 plugin (vtrefny) - Use "AC_CANONICAL_BUILD" to check architecture instead of "uname" (vtrefny) - Bypass error proxy in s390 test (vtrefny) - Fix zFCP LUN max length (vtrefny) - Do not run g_clear_error after setting it (vtrefny) - Allow compiling libblockdev without s390 plugin (vtrefny) - Add a function for getting plugin name (vpodzime)
This commit is contained in:
parent
a90f9c61db
commit
ecaa98090c
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/libblockdev-2.10.tar.gz
|
||||
/libblockdev-2.11.tar.gz
|
||||
/libblockdev-2.12.tar.gz
|
||||
/libblockdev-2.13.tar.gz
|
||||
|
@ -66,12 +66,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.12
|
||||
Release: 3%{?dist}
|
||||
Version: 2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libblockdev
|
||||
Source0: https://github.com/storaged-project/libblockdev/archive/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/storaged-project/libblockdev/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
%if %{with_gi}
|
||||
@ -443,7 +443,6 @@ with the libblockdev-swap plugin/library.
|
||||
|
||||
%ifarch s390 s390x
|
||||
%package s390
|
||||
BuildRequires: s390utils-devel
|
||||
Summary: The s390 plugin for the libblockdev library
|
||||
Requires: s390utils
|
||||
|
||||
@ -456,7 +455,6 @@ Summary: Development files for the libblockdev-s390 plugin/library
|
||||
Requires: %{name}-s390%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-utils-devel%{?_isa}
|
||||
Requires: glib2-devel
|
||||
Requires: s390utils-devel
|
||||
|
||||
%description s390-devel
|
||||
This package contains header files and pkg-config files needed for development
|
||||
@ -797,6 +795,31 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Fri Sep 29 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.13-1
|
||||
- Fix the rpmlog and shortlog targets (vpodzime)
|
||||
- Add a function for enabling/disabling plugins' init checks (vpodzime)
|
||||
- Assign functions to tech-mode categories (vpodzime)
|
||||
- Add missing items to particular sections in the documentation (vpodzime)
|
||||
- Add a basic test for the runtime dependency checking (vpodzime)
|
||||
- Simplify what WITH_BD_BCACHE changes in the KBD plugin (vpodzime)
|
||||
- Add functions for querying available technologies (vpodzime)
|
||||
- Dynamically check for the required utilities (vpodzime)
|
||||
- Use shorter prefix for tempfiles (vtrefny)
|
||||
- Try harder when waiting for lio device to show up (vtrefny)
|
||||
- Better handle old and new zram sysfs api in tests (vtrefny)
|
||||
- Skip btrfs tests on CentOS 7 aarch64 (vtrefny)
|
||||
- Add new function for setting swap label (vtrefny)
|
||||
- Use only one git tag for new releases (vtrefny)
|
||||
- Fix source URL in spec file (vtrefny)
|
||||
- Add NEWS.rst file (vtrefny)
|
||||
- Do not include s390utils/vtoc.h in s390 plugin (vtrefny)
|
||||
- Use "AC_CANONICAL_BUILD" to check architecture instead of "uname" (vtrefny)
|
||||
- Bypass error proxy in s390 test (vtrefny)
|
||||
- Fix zFCP LUN max length (vtrefny)
|
||||
- Do not run g_clear_error after setting it (vtrefny)
|
||||
- Allow compiling libblockdev without s390 plugin (vtrefny)
|
||||
- Add a function for getting plugin name (vpodzime)
|
||||
|
||||
* Thu Sep 28 2017 Troy Dawson <tdawson@redhat.com> - 2.12-3
|
||||
- Cleanup spec file conditionals correctly
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.12.tar.gz) = d80c12094dcad0d5de3aef900b2792326ac02a1a1b6a95e85b0950f70ed34971d8494f19bd2bfc4a87b4d27bb830860c1e3f2464a5dee33600927105e6ef119f
|
||||
SHA512 (libblockdev-2.13.tar.gz) = 784bbb1274fd09114d42c06a9dc6e63d65b7d6c286c47b6e69231ac270991d2b558312d8c583a1143cdb3e18be075b282be761da571e5f0e48a7a92a3a1b9075
|
||||
|
Loading…
Reference in New Issue
Block a user