New version
- Revert "Prevent issues between libparted and udev" (vpodzime) - Revert "Open the device file as RDWR when committing parts" (vpodzime)
This commit is contained in:
parent
d4b36b4c9e
commit
f5e2c15206
@ -1,6 +1,6 @@
|
||||
Name: libblockdev
|
||||
Version: 1.9
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rhinstaller/libblockdev
|
||||
@ -13,9 +13,7 @@ Patch3: mdadm_examine_export.patch
|
||||
Patch4: mdadm_examine_uuid.patch
|
||||
Patch5: mdadm_fw_raid_device.patch
|
||||
Patch6: obj_path_signatures.patch
|
||||
Patch7: parted_udev_issues.patch
|
||||
Patch8: md_examine_migrated.patch
|
||||
Patch9: part_rdwr_commit.patch
|
||||
Patch7: md_examine_migrated.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -394,8 +392,6 @@ A meta-package that pulls all the libblockdev plugins as dependencies.
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -593,6 +589,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Wed Nov 9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-8
|
||||
- Revert "Prevent issues between libparted and udev" (vpodzime)
|
||||
- Revert "Open the device file as RDWR when committing parts" (vpodzime)
|
||||
|
||||
* Thu Oct 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-7
|
||||
- Open the device file as RDWR when committing parts (vpodzime)
|
||||
- Handle mdadm --examine output during migration (adamw)
|
||||
|
Loading…
Reference in New Issue
Block a user