source: projects/specs/trunk/lib/libb/libblockdev/libblockdev-vl.spec @ 12361

Revision 12361, 81.6 KB checked in by tomop, 4 years ago (diff)

updated 8 packages

cryptsetup-2.3.1-1

gdisk-1.0.5-1

kernel-4.14.174-1

lvm2-2.03.09-1

libblockdev-2.23-1

libmicrohttpd-0.9.70-1

udisks-1.0.5-1

udisks2-2.8.4-1

Line 
1%define with_python2 1
2%define with_python3 1
3%define with_gtk_doc 1
4%define with_bcache 0
5%define with_btrfs 1
6%define with_crypto 1
7%define with_dm 1
8%define with_loop 1
9%define with_lvm 1
10%define with_lvm_dbus 0
11%define with_mdraid 1
12%define with_mpath 1
13%define with_swap 1
14%define with_kbd 1
15%define with_part 1
16%define with_fs 1
17%define with_nvdimm 0
18%define with_vdo 1
19%define with_gi 1
20%define with_escrow 0
21%define with_dmraid 1
22
23%if %{with_python2} == 0
24%define python2_copts --without-python2
25%endif
26
27%if %{with_python3} == 0
28%define python3_copts  --without-python3
29%endif
30
31%if %{with_bcache} == 0
32%define bcache_copts --without-bcache
33%endif
34
35%if %{with_lvm_dbus} == 0
36%define lvm_dbus_copts --without-lvm-dbus
37%endif
38
39# vdo is not available on non-x86_64 on older RHEL
40%if (0%{?rhel} && 0%{?rhel} <= 7)
41%ifnarch x86_64
42%define with_vdo 0
43%define vdo_copts --without-vdo
44%endif
45%endif
46
47%if %{with_btrfs} == 0
48%define btrfs_copts --without-btrfs
49%endif
50
51%if %{with_btrfs} != 1
52%define btrfs_copts --without-btrfs
53%endif
54%if %{with_crypto} != 1
55%define crypto_copts --without-crypto
56%else
57%if %{with_escrow} != 1
58%define crypto_copts --without-escrow
59%endif
60%endif
61%if %{with_dm} != 1
62%define dm_copts --without-dm
63%else
64%if %{with_dmraid} != 1
65%define dm_copts --without-dmraid
66%endif
67%endif
68%if %{with_loop} != 1
69%define loop_copts --without-loop
70%endif
71%if %{with_lvm} != 1
72%define lvm_copts --without-lvm
73%endif
74%if %{with_lvm_dbus} != 1
75%define lvm_dbus_copts --without-lvm_dbus
76%endif
77%if %{with_mdraid} != 1
78%define mdraid_copts --without-mdraid
79%endif
80%if %{with_mpath} != 1
81%define mpath_copts --without-mpath
82%endif
83%if %{with_swap} != 1
84%define swap_copts --without-swap
85%endif
86%if %{with_kbd} != 1
87%define kbd_copts --without-kbd
88%endif
89%if %{with_part} != 1
90%define part_copts --without-part
91%endif
92%if %{with_fs} != 1
93%define fs_copts --without-fs
94%endif
95%if %{with_nvdimm} != 1
96%define nvdimm_copts --without-nvdimm
97%endif
98%if %{with_vdo} != 1
99%define vdo_copts --without-vdo
100%endif
101%if %{with_gi} != 1
102%define gi_copts --disable-introspection
103%endif
104
105%define configure_opts %{?python2_copts} %{?python3_copts} %{?bcache_copts} %{?lvm_dbus_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} %{?nvdimm_copts} %{?vdo_copts} %{?gi_copts}
106
107Name:         libblockdev
108Version:      2.23
109Release:      1%{?_dist_release}
110Summary:      A library for low-level manipulation with block devices
111
112Vendor:       Project Vine
113Distribution: Vine Linux
114
115License:      LGPLv2+
116URL:          https://github.com/storaged-project/libblockdev
117Source0:      https://github.com/storaged-project/libblockdev/releases/download/%{version}-1/%{name}-%{version}.tar.gz
118
119BuildRequires: glib2-devel
120BuildRequires: libudev-devel
121%if %{with_gi}
122BuildRequires: gobject-introspection-devel
123%endif
124%if %{with_python2}
125BuildRequires: python-devel
126%endif
127%if %{with_python3}
128BuildRequires: python3-devel
129%endif
130%if %{with_gtk_doc}
131BuildRequires: gtk-doc
132%endif
133#BuildRequires: glib2-doc
134
135# Needed for the escrow tests in tests/crypto_test.py, but not used to build
136# BuildRequires: volume_key
137# BuildRequires: nss-tools
138
139# Needed for python 2 vs. 3 compatibility in the tests, but not used to build
140# BuildRequires: python2-six
141# BuildRequires: python3-six
142
143%if %{with_dm}
144Requires: %{name}-dm%{?_isa} = %{version}-%{release}
145%endif
146%if %{with_fs}
147Requires: %{name}-fs%{?_isa} = %{version}-%{release}
148%endif
149%if %{with_loop}
150Requires: %{name}-loop%{?_isa} = %{version}-%{release}
151%endif
152%if %{with_lvm}
153Requires: %{name}-lvm%{?_isa} = %{version}-%{release}
154%endif
155%if %{with_mdraid}
156Requires: %{name}-mdraid%{?_isa} = %{version}-%{release}
157%endif
158%if %{with_part}
159Requires: %{name}-part%{?_isa} = %{version}-%{release}
160%endif
161
162%description
163The libblockdev is a C library with GObject introspection support that can be
164used for doing low-level operations with block devices like setting up LVM,
165BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
166a thin wrapper around its plugins' functionality. All the plugins, however, can
167be used as standalone libraries. One of the core principles of libblockdev is
168that it is stateless from the storage configuration's perspective (e.g. it has
169no information about VGs when creating an LV).
170
171%package devel
172Summary:     Development files for libblockdev
173Requires: %{name}%{?_isa} = %{version}-%{release}
174Requires: glib2-devel
175
176%description devel
177This package contains header files and pkg-config files needed for development
178with the libblockdev library.
179
180%if %{with_python2}
181%package -n python-blockdev
182Summary:       Python gobject-introspection bindings for libblockdev
183BuildRequires: python-devel python-rpm-macros
184Requires:      %{name}%{?_isa} = %{version}-%{release}
185Requires:      pygobject
186%{?python_provide:%python_provide python2-blockdev}
187
188%description -n python-blockdev
189This package contains enhancements to the gobject-introspection bindings for
190libblockdev in Python2.
191%endif
192
193%if %{with_python3}
194%package -n python3-blockdev
195Summary:       Python3 gobject-introspection bindings for libblockdev
196BuildRequires: python3-devel python3-rpm-macros
197Requires:      %{name}%{?_isa} = %{version}-%{release}
198Requires:      python3-pygobject
199%{?python_provide:%python_provide python3-blockdev}
200
201%description -n python3-blockdev
202This package contains enhancements to the gobject-introspection bindings for
203libblockdev in Python3.
204%endif
205
206%package utils
207BuildRequires: kmod-devel
208Summary:     A library with utility functions for the libblockdev library
209
210%description utils
211The libblockdev-utils is a library providing utility functions used by the
212libblockdev library and its plugins.
213
214%package utils-devel
215Summary:     Development files for libblockdev-utils
216Requires: %{name}-utils%{?_isa} = %{version}-%{release}
217Requires: glib2-devel
218
219%description utils-devel
220This package contains header files and pkg-config files needed for development
221with the libblockdev-utils library.
222
223
224%if %{with_btrfs}
225%package btrfs
226BuildRequires: libbytesize-devel
227Summary:     The BTRFS plugin for the libblockdev library
228Requires: %{name}-utils%{?_isa} >= 0.11
229Requires: btrfs-progs
230
231%description btrfs
232The libblockdev library plugin (and in the same time a standalone library)
233providing the BTRFS-related functionality.
234
235%package btrfs-devel
236Summary:     Development files for the libblockdev-btrfs plugin/library
237Requires: %{name}-btrfs%{?_isa} = %{version}-%{release}
238Requires: glib2-devel
239Requires: %{name}-utils-devel%{?_isa}
240
241%description btrfs-devel
242This package contains header files and pkg-config files needed for development
243with the libblockdev-btrfs plugin/library.
244%endif
245
246
247%if %{with_crypto}
248%package crypto
249BuildRequires: cryptsetup-devel
250BuildRequires: libblkid-devel
251
252%if %{with_escrow}
253BuildRequires: volume_key-devel >= 0.3.9-7
254BuildRequires: nss-devel
255%endif
256
257Summary:     The crypto plugin for the libblockdev library
258
259%description crypto
260The libblockdev library plugin (and in the same time a standalone library)
261providing the functionality related to encrypted devices (LUKS).
262
263%package crypto-devel
264Summary:     Development files for the libblockdev-crypto plugin/library
265Requires: %{name}-crypto%{?_isa} = %{version}-%{release}
266Requires: glib2-devel
267
268%description crypto-devel
269This package contains header files and pkg-config files needed for development
270with the libblockdev-crypto plugin/library.
271%endif
272
273
274%if %{with_dm}
275%package dm
276BuildRequires: device-mapper-devel
277%if %{with_dmraid}
278BuildRequires: dmraid
279BuildRequires: dmraid-devel
280%endif
281#BuildRequires: systemd-devel
282Summary:     The Device Mapper plugin for the libblockdev library
283Requires: %{name}-utils%{?_isa} >= 0.11
284Requires: device-mapper
285%if %{with_dmraid}
286Requires: dmraid
287%endif
288
289%description dm
290The libblockdev library plugin (and in the same time a standalone library)
291providing the functionality related to Device Mapper.
292
293%package dm-devel
294Summary:     Development files for the libblockdev-dm plugin/library
295Requires: %{name}-dm%{?_isa} = %{version}-%{release}
296Requires: glib2-devel
297Requires: device-mapper-devel
298#Requires: systemd-devel
299%if %{with_dmraid}
300Requires: dmraid-devel
301%endif
302Requires: %{name}-utils-devel%{?_isa}
303
304%description dm-devel
305This package contains header files and pkg-config files needed for development
306with the libblockdev-dm plugin/library.
307%endif
308
309
310%if %{with_fs}
311%package fs
312BuildRequires: parted-devel
313BuildRequires: libblkid-devel
314BuildRequires: libmount-devel
315Summary:     The FS plugin for the libblockdev library
316Requires: %{name}-utils%{?_isa} >= 0.11
317#Requires: device-mapper-multipath
318
319%description fs
320The libblockdev library plugin (and in the same time a standalone library)
321providing the functionality related to operations with file systems.
322
323%package fs-devel
324Summary:     Development files for the libblockdev-fs plugin/library
325Requires: %{name}-fs%{?_isa} = %{version}-%{release}
326Requires: %{name}-utils-devel%{?_isa}
327Requires: glib2-devel
328Requires: xfsprogs
329Requires: dosfstools
330
331%description fs-devel
332This package contains header files and pkg-config files needed for development
333with the libblockdev-fs plugin/library.
334%endif
335
336
337%if %{with_kbd}
338%package kbd
339BuildRequires: libbytesize-devel
340Summary:     The KBD plugin for the libblockdev library
341Requires: %{name}-utils%{?_isa} >= 0.11
342%if %{with_bcache}
343Requires: bcache-tools >= 1.0.8
344%endif
345
346%description kbd
347The libblockdev library plugin (and in the same time a standalone library)
348providing the functionality related to kernel block devices (namely zRAM and
349Bcache).
350
351%package kbd-devel
352Summary:     Development files for the libblockdev-kbd plugin/library
353Requires: %{name}-kbd%{?_isa} = %{version}-%{release}
354Requires: %{name}-utils-devel%{?_isa}
355Requires: glib2-devel
356
357%description kbd-devel
358This package contains header files and pkg-config files needed for development
359with the libblockdev-kbd plugin/library.
360%endif
361
362
363%if %{with_loop}
364%package loop
365Summary:     The loop plugin for the libblockdev library
366Requires: %{name}-utils%{?_isa} >= 0.11
367
368%description loop
369The libblockdev library plugin (and in the same time a standalone library)
370providing the functionality related to loop devices.
371
372%package loop-devel
373Summary:     Development files for the libblockdev-loop plugin/library
374Requires: %{name}-loop%{?_isa} = %{version}-%{release}
375Requires: %{name}-utils-devel%{?_isa}
376Requires: glib2-devel
377
378%description loop-devel
379This package contains header files and pkg-config files needed for development
380with the libblockdev-loop plugin/library.
381%endif
382
383
384%if %{with_lvm}
385%package lvm
386BuildRequires: device-mapper-devel
387Summary:     The LVM plugin for the libblockdev library
388Provides: %{name}-tools = %{version}-%{release}
389Requires: %{name}-utils%{?_isa} >= 0.11
390Requires: lvm2
391# for thin_metadata_size
392Requires: device-mapper-persistent-data
393
394%description lvm
395The libblockdev library plugin (and in the same time a standalone library)
396providing the LVM-related functionality.
397
398%package lvm-devel
399Summary:     Development files for the libblockdev-lvm plugin/library
400Requires: %{name}-lvm%{?_isa} = %{version}-%{release}
401Requires: %{name}-utils-devel%{?_isa}
402Requires: glib2-devel
403
404%description lvm-devel
405This package contains header files and pkg-config files needed for development
406with the libblockdev-lvm plugin/library.
407%endif
408
409%if %{with_lvm_dbus}
410%package lvm-dbus
411BuildRequires: device-mapper-devel
412Summary:     The LVM plugin for the libblockdev library
413Requires: %{name}-utils%{?_isa} >= 1.4
414Requires: lvm2-dbusd >= 2.02.156
415# for thin_metadata_size
416Requires: device-mapper-persistent-data
417
418%description lvm-dbus
419The libblockdev library plugin (and in the same time a standalone library)
420providing the LVM-related functionality utilizing the LVM DBus API.
421
422%package lvm-dbus-devel
423Summary:     Development files for the libblockdev-lvm-dbus plugin/library
424Requires: %{name}-lvm-dbus%{?_isa} = %{version}-%{release}
425Requires: %{name}-utils-devel%{?_isa} >= 1.4
426Requires: glib2-devel
427
428%description lvm-dbus-devel
429This package contains header files and pkg-config files needed for development
430with the libblockdev-lvm-dbus plugin/library.
431%endif
432
433
434%if %{with_mdraid}
435%package mdraid
436BuildRequires: libbytesize-devel
437Summary:     The MD RAID plugin for the libblockdev library
438Requires: %{name}-utils%{?_isa} >= 0.11
439Requires: mdadm
440
441%description mdraid
442The libblockdev library plugin (and in the same time a standalone library)
443providing the functionality related to MD RAID.
444
445%package mdraid-devel
446Summary:     Development files for the libblockdev-mdraid plugin/library
447Requires: %{name}-mdraid%{?_isa} = %{version}-%{release}
448Requires: %{name}-utils-devel%{?_isa}
449Requires: glib2-devel
450
451%description mdraid-devel
452This package contains header files and pkg-config files needed for development
453with the libblockdev-mdraid plugin/library.
454%endif
455
456
457%if %{with_mpath}
458%package mpath
459BuildRequires: device-mapper-devel
460Summary:     The multipath plugin for the libblockdev library
461Requires: %{name}-utils%{?_isa} >= 0.11
462Requires: device-mapper-multipath
463
464%description mpath
465The libblockdev library plugin (and in the same time a standalone library)
466providing the functionality related to multipath devices.
467
468%package mpath-devel
469Summary:     Development files for the libblockdev-mpath plugin/library
470Requires: %{name}-mpath%{?_isa} = %{version}-%{release}
471Requires: %{name}-utils-devel%{?_isa}
472Requires: glib2-devel
473
474%description mpath-devel
475This package contains header files and pkg-config files needed for development
476with the libblockdev-mpath plugin/library.
477%endif
478
479%if %{with_nvdimm}
480%package nvdimm
481BuildRequires: ndctl-devel
482BuildRequires: libuuid-devel
483Summary:     The NVDIMM plugin for the libblockdev library
484Requires: %{name}-utils%{?_isa} >= 0.11
485Requires: ndctl
486
487%description nvdimm
488The libblockdev library plugin (and in the same time a standalone library)
489providing the functionality related to operations with NVDIMM devices.
490
491%package nvdimm-devel
492Summary:     Development files for the libblockdev-nvdimm plugin/library
493Requires: %{name}-nvdimm%{?_isa} = %{version}-%{release}
494Requires: %{name}-utils-devel%{?_isa}
495Requires: glib2-devel
496
497%description nvdimm-devel
498This package contains header files and pkg-config files needed for development
499with the libblockdev-nvdimm plugin/library.
500%endif
501
502
503%if %{with_part}
504%package part
505BuildRequires: parted-devel
506Summary:     The partitioning plugin for the libblockdev library
507Requires: %{name}-utils%{?_isa} >= 0.11
508#Requires: device-mapper-multipath
509Requires: gdisk
510Requires: util-linux
511
512%description part
513The libblockdev library plugin (and in the same time a standalone library)
514providing the functionality related to partitioning.
515
516%package part-devel
517Summary:     Development files for the libblockdev-part plugin/library
518Requires: %{name}-part%{?_isa} = %{version}-%{release}
519Requires: %{name}-utils-devel%{?_isa}
520Requires: glib2-devel
521
522%description part-devel
523This package contains header files and pkg-config files needed for development
524with the libblockdev-part plugin/library.
525%endif
526
527
528%if %{with_swap}
529%package swap
530Summary:     The swap plugin for the libblockdev library
531Requires: %{name}-utils%{?_isa} >= 0.11
532Requires: util-linux
533
534%description swap
535The libblockdev library plugin (and in the same time a standalone library)
536providing the functionality related to swap devices.
537
538%package swap-devel
539Summary:     Development files for the libblockdev-swap plugin/library
540Requires: %{name}-swap%{?_isa} = %{version}-%{release}
541Requires: %{name}-utils-devel%{?_isa}
542Requires: glib2-devel
543
544%description swap-devel
545This package contains header files and pkg-config files needed for development
546with the libblockdev-swap plugin/library.
547%endif
548
549
550%if %{with_vdo}
551%package vdo
552BuildRequires: libbytesize-devel
553BuildRequires: libyaml-devel
554Summary:     The vdo plugin for the libblockdev library
555Requires: %{name}-utils%{?_isa} >= 0.11
556
557# weak dependencies doesn't work on older RHEL
558%if (0%{?rhel} && 0%{?rhel} <= 7)
559Requires: vdo
560Requires: kmod-kvdo
561%else
562# we want to build the plugin everywhere but the dependencies might not be
563# available so just use weak dependency
564Recommends: vdo
565Recommends: kmod-kvdo
566%endif
567
568%description vdo
569The libblockdev library plugin (and in the same time a standalone library)
570providing the functionality related to VDO devices.
571
572%package vdo-devel
573Summary:     Development files for the libblockdev-vdo plugin/library
574Requires: %{name}-vdo%{?_isa} = %{version}-%{release}
575Requires: %{name}-utils-devel%{?_isa}
576Requires: glib2-devel
577
578%description vdo-devel
579This package contains header files and pkg-config files needed for development
580with the libblockdev-vdo plugin/library.
581%endif
582
583
584%ifarch s390 s390x
585%package s390
586Summary:    The s390 plugin for the libblockdev library
587Requires: s390utils
588
589%description s390
590The libblockdev library plugin (and in the same time a standalone library)
591providing the functionality related to s390 devices.
592
593%package s390-devel
594Summary:     Development files for the libblockdev-s390 plugin/library
595Requires: %{name}-s390%{?_isa} = %{version}-%{release}
596Requires: %{name}-utils-devel%{?_isa}
597Requires: glib2-devel
598
599%description s390-devel
600This package contains header files and pkg-config files needed for development
601with the libblockdev-s390 plugin/library.
602%endif
603
604%package plugins-all
605Summary:     Meta-package that pulls all the libblockdev plugins as dependencies
606Requires: %{name}%{?_isa} = %{version}-%{release}
607
608%if %{with_btrfs}
609Requires: %{name}-btrfs%{?_isa} = %{version}-%{release}
610%endif
611
612%if %{with_crypto}
613Requires: %{name}-crypto%{?_isa} = %{version}-%{release}
614%endif
615
616%if %{with_dm}
617Requires: %{name}-dm%{?_isa} = %{version}-%{release}
618%endif
619
620%if %{with_fs}
621Requires: %{name}-fs%{?_isa} = %{version}-%{release}
622%endif
623
624%if %{with_kbd}
625Requires: %{name}-kbd%{?_isa} = %{version}-%{release}
626%endif
627
628%if %{with_loop}
629Requires: %{name}-loop%{?_isa} = %{version}-%{release}
630%endif
631
632%if %{with_lvm}
633Requires: %{name}-lvm%{?_isa} = %{version}-%{release}
634%endif
635
636%if %{with_mdraid}
637Requires: %{name}-mdraid%{?_isa} = %{version}-%{release}
638%endif
639
640%if %{with_mpath}
641Requires: %{name}-mpath%{?_isa} = %{version}-%{release}
642%endif
643
644%if %{with_nvdimm}
645Requires: %{name}-nvdimm%{?_isa} = %{version}-%{release}
646%endif
647
648%if %{with_part}
649Requires: %{name}-part%{?_isa} = %{version}-%{release}
650%endif
651
652%if %{with_swap}
653Requires: %{name}-swap%{?_isa} = %{version}-%{release}
654%endif
655
656%if %{with_vdo}
657Requires: %{name}-vdo%{?_isa} = %{version}-%{release}
658%endif
659
660%ifarch s390 s390x
661Requires: %{name}-s390%{?_isa} = %{version}-%{release}
662%endif
663
664%description plugins-all
665A meta-package that pulls all the libblockdev plugins as dependencies.
666
667
668%prep
669%setup -q -n %{name}-%{version}
670
671%build
672autoreconf -ivf
673%configure %{?configure_opts}
674%{__make} %{?_smp_mflags}
675
676%install
677%{make_install}
678find %{buildroot} -type f -name "*.la" | xargs %{__rm}
679
680
681%post -p /sbin/ldconfig
682%postun -p /sbin/ldconfig
683
684%postun utils
685
686%if %{with_btrfs}
687%post btrfs -p /sbin/ldconfig
688%postun btrfs -p /sbin/ldconfig
689%endif
690
691%if %{with_crypto}
692%post crypto -p /sbin/ldconfig
693%postun crypto -p /sbin/ldconfig
694%endif
695
696%if %{with_dm}
697%post dm -p /sbin/ldconfig
698%postun dm -p /sbin/ldconfig
699%endif
700
701%if %{with_fs}
702%post fs -p /sbin/ldconfig
703%postun fs -p /sbin/ldconfig
704%endif
705
706%if %{with_loop}
707%post loop -p /sbin/ldconfig
708%postun loop -p /sbin/ldconfig
709%endif
710
711%if %{with_lvm}
712%post lvm -p /sbin/ldconfig
713%postun lvm -p /sbin/ldconfig
714%endif
715
716%if %{with_lvm_dbus}
717%post lvm-dbus -p /sbin/ldconfig
718%postun lvm-dbus -p /sbin/ldconfig
719%endif
720
721%if %{with_mdraid}
722%post mdraid -p /sbin/ldconfig
723%postun mdraid -p /sbin/ldconfig
724%endif
725
726%if %{with_mpath}
727%postun mpath -p /sbin/ldconfig
728%post mpath -p /sbin/ldconfig
729%endif
730
731%if %{with_nvdimm}
732%post nvdimm -p /sbin/ldconfig
733%postun nvdimm -p /sbin/ldconfig
734%endif
735
736%if %{with_part}
737%post part -p /sbin/ldconfig
738%postun part -p /sbin/ldconfig
739%endif
740
741%if %{with_swap}
742%post swap -p /sbin/ldconfig
743%postun swap -p /sbin/ldconfig
744%endif
745
746%if %{with_vdo}
747%post vdo -p /sbin/ldconfig
748%postun vdo -p /sbin/ldconfig
749%endif
750
751%ifarch s390 s390x
752%post s390
753%postun s390
754%endif
755
756%if %{with_kbd}
757%post kbd -p /sbin/ldconfig
758%postun kbd -p /sbin/ldconfig
759%endif
760
761
762%files
763%{!?_licensedir:%global license %%doc}
764%license LICENSE
765%{_libdir}/libblockdev.so.*
766%if %{with_gi}
767%{_libdir}/girepository*/BlockDev*.typelib
768%endif
769%dir %{_sysconfdir}/libblockdev
770%dir %{_sysconfdir}/libblockdev/conf.d
771%config %{_sysconfdir}/libblockdev/conf.d/00-default.cfg
772
773%files devel
774%doc features.rst specs.rst
775%{_libdir}/libblockdev.so
776%dir %{_includedir}/blockdev
777%{_includedir}/blockdev/blockdev.h
778%{_includedir}/blockdev/plugins.h
779%{_libdir}/pkgconfig/blockdev.pc
780%if %{with_gtk_doc}
781%{_datadir}/gtk-doc/html/libblockdev
782%endif
783%if %{with_gi}
784%{_datadir}/gir*/BlockDev*.gir
785%endif
786
787%if %{with_python2}
788%files -n python-blockdev
789%{python_sitearch}/gi/overrides/*
790%endif
791
792%if %{with_python3}
793%files -n python3-blockdev
794%{python3_sitearch}/gi/overrides/BlockDev*
795#%{python3_sitearch}/gi/overrides/__pycache__/BlockDev*
796%endif
797
798%files utils
799%{_libdir}/libbd_utils.so.*
800%{_libdir}/libbd_part_err.so.*
801
802%files utils-devel
803%{_libdir}/libbd_utils.so
804%{_libdir}/libbd_part_err.so
805%{_libdir}/pkgconfig/blockdev-utils.pc
806%dir %{_includedir}/blockdev
807%{_includedir}/blockdev/utils.h
808%{_includedir}/blockdev/sizes.h
809%{_includedir}/blockdev/exec.h
810%{_includedir}/blockdev/extra_arg.h
811%{_includedir}/blockdev/dev_utils.h
812%{_includedir}/blockdev/module.h
813%{_includedir}/blockdev/dbus.h
814
815
816%if %{with_btrfs}
817%files btrfs
818%{_libdir}/libbd_btrfs.so.*
819
820%files btrfs-devel
821%{_libdir}/libbd_btrfs.so
822%dir %{_includedir}/blockdev
823%{_includedir}/blockdev/btrfs.h
824%endif
825
826
827%if %{with_crypto}
828%files crypto
829%{_libdir}/libbd_crypto.so.*
830
831%files crypto-devel
832%{_libdir}/libbd_crypto.so
833%dir %{_includedir}/blockdev
834%{_includedir}/blockdev/crypto.h
835%endif
836
837
838%if %{with_dm}
839%files dm
840%{_libdir}/libbd_dm.so.*
841
842%files dm-devel
843%{_libdir}/libbd_dm.so
844%dir %{_includedir}/blockdev
845%{_includedir}/blockdev/dm.h
846%endif
847
848
849%if %{with_fs}
850%files fs
851%{_libdir}/libbd_fs.so.*
852
853%files fs-devel
854%{_libdir}/libbd_fs.so
855%dir %{_includedir}/blockdev
856%dir %{_includedir}/blockdev/fs
857%{_includedir}/blockdev/fs.h
858%{_includedir}/blockdev/fs/*.h
859%endif
860
861
862%if %{with_kbd}
863%files kbd
864%{_libdir}/libbd_kbd.so.*
865
866%files kbd-devel
867%{_libdir}/libbd_kbd.so
868%dir %{_includedir}/blockdev
869%{_includedir}/blockdev/kbd.h
870%endif
871
872
873%if %{with_loop}
874%files loop
875%{_libdir}/libbd_loop.so.*
876
877%files loop-devel
878%{_libdir}/libbd_loop.so
879%dir %{_includedir}/blockdev
880%{_includedir}/blockdev/loop.h
881%endif
882
883
884%if %{with_lvm}
885%files lvm
886%{_bindir}/lvm-cache-stats
887%{_libdir}/libbd_lvm.so.*
888
889%files lvm-devel
890%{_libdir}/libbd_lvm.so
891%dir %{_includedir}/blockdev
892%{_includedir}/blockdev/lvm.h
893%endif
894
895
896%if %{with_lvm_dbus}
897%files lvm-dbus
898%{_libdir}/libbd_lvm-dbus.so.*
899%config %{_sysconfdir}/libblockdev/conf.d/10-lvm-dbus.cfg
900
901%files lvm-dbus-devel
902%{_libdir}/libbd_lvm-dbus.so
903%dir %{_includedir}/blockdev
904%{_includedir}/blockdev/lvm.h
905%endif
906
907
908%if %{with_mdraid}
909%files mdraid
910%{_libdir}/libbd_mdraid.so.*
911
912%files mdraid-devel
913%{_libdir}/libbd_mdraid.so
914%dir %{_includedir}/blockdev
915%{_includedir}/blockdev/mdraid.h
916%endif
917
918
919%if %{with_mpath}
920%files mpath
921%{_libdir}/libbd_mpath.so.*
922
923%files mpath-devel
924%{_libdir}/libbd_mpath.so
925%dir %{_includedir}/blockdev
926%{_includedir}/blockdev/mpath.h
927%endif
928
929
930%if %{with_nvdimm}
931%files nvdimm
932%{_libdir}/libbd_nvdimm.so.*
933
934%files nvdimm-devel
935%{_libdir}/libbd_nvdimm.so
936%dir %{_includedir}/blockdev
937%{_includedir}/blockdev/nvdimm.h
938%endif
939
940
941%if %{with_part}
942%files part
943%{_libdir}/libbd_part.so.*
944
945%files part-devel
946%{_libdir}/libbd_part.so
947%dir %{_includedir}/blockdev
948%{_includedir}/blockdev/part.h
949%endif
950
951
952%if %{with_swap}
953%files swap
954%{_libdir}/libbd_swap.so.*
955
956%files swap-devel
957%{_libdir}/libbd_swap.so
958%dir %{_includedir}/blockdev
959%{_includedir}/blockdev/swap.h
960%endif
961
962
963%if %{with_vdo}
964%files vdo
965%{_libdir}/libbd_vdo.so.*
966
967%files vdo-devel
968%{_libdir}/libbd_vdo.so
969%dir %{_includedir}/blockdev
970%{_includedir}/blockdev/vdo.h
971%endif
972
973
974%ifarch s390 s390x
975%files s390
976%{_libdir}/libbd_s390.so.*
977
978%files s390-devel
979%{_libdir}/libbd_s390.so
980%dir %{_includedir}/blockdev
981%{_includedir}/blockdev/s390.h
982%endif
983
984%files plugins-all
985
986%changelog
987* Mon Mar 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.23-1
988- new upstream release.
989- dropped Patch0: fixed in upstream.
990
991* Thu Feb 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.20-5
992- removed R:device-mapper-multipath from libblockdev-{fs,part}.
993
994* Mon Jan 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.20-4
995- disabled lvmdbusd.
996- added R:libblockdev-{dm,fs,loop,lvm,mdraid,part}.
997
998* Mon Dec 17 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.20-3
999- initial build for Vine Linux.
1000- disabled bcache, escrow and nvdimm.
1001
1002* Mon Oct 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.20-2
1003- Use libblkid to check swap status before swapon (vtrefny)
1004- Add error codes and Python exceptions for swapon fails (vtrefny)
1005
1006* Wed Sep 26 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.20-1
1007- Use unsafe caching for storage for devel/testing VMs (v.podzimek)
1008- Require newer version of cryptsetup for LUKS2 tests (vtrefny)
1009- Skip nvdimm tests on systems without ndctl (vtrefny)
1010- Add Ubuntu 18.04 VM configuration to the vagrant template (vtrefny)
1011- Add some missing test dependencies to the vagrant template (vtrefny)
1012- Fix how/where the bcache tests are skipped (v.podzimek)
1013- Document what the 'misc' directory contains (v.podzimek)
1014- Add a Vagrantfile template (v.podzimek)
1015- Fix the error message when deleting partition fails (vpodzime)
1016- Fix build of plugins by changing linking order (devurandom)
1017- Fix how we check zram stats from /sys/block/zram0/stat (vtrefny)
1018- lvm-dbus: Fix parsing extra arguments for LVM methods calls (vtrefny)
1019- Skip MDTestAddRemove on Debian (vtrefny)
1020- Skip NTFS mount test on Debian testing (vtrefny)
1021- Skip bcache tests on Debian testing (vtrefny)
1022- tests: Try harder to get distribution version (vtrefny)
1023- Mark the function stubs as static (v.podzimek)
1024- Build the dm plugin without dmraid support on newer RHEL (vtrefny)
1025- Fix skipping zram tests on Fedora 27 (vtrefny)
1026- kbd: Check for zram module availability in 'bd_kbd_is_tech_avail' (vtrefny)
1027- Always build the VDO plugin (vtrefny)
1028- Do not require 'dmraid' package if built without dmraid support (vtrefny)
1029- Fix licence header in dbus.c (vtrefny)
1030- Fix spacing in NEWS.rst (vtrefny)
1031
1032* Fri Aug 10 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.19-1
1033- Use python interpreter explicitly when running boilerplate_generator.py (vtrefny)
1034- vdo: Implement bd_vdo_get_stats() (tbzatek)
1035- Add test for is_tech_available with multiple dependencies (vtrefny)
1036- lvm-dbus.c: Check for 'lvmdbus' dependency in 'bd_lvm_is_tech_avail' (vtrefny)
1037- lvm.c: Check for 'lvm' dependency in 'bd_lvm_is_tech_avail' (vtrefny)
1038- Fix licence headers in sources (vtrefny)
1039- Fix three memory leaks in lvm-dbus.c (vtrefny)
1040- Ignore "bad-super-call" pylint warning in BlockDev.py (vtrefny)
1041- Fix running pylint in tests (vtrefny)
1042- Fix vdo configuration options definition in spec file (vtrefny)
1043- Fix calling BlockDev.reinit in swap tests (vtrefny)
1044- Fix how we check zram stats from /sys/block/zram0/mm_stat (vtrefny)
1045- Skip VDO tests also when the 'kvdo' module is not available (vtrefny)
1046- Add version to tests that should be skipped on CentOS/RHEL 7 (vtrefny)
1047- Skip btrfs tests if btrfs module is not available (vtrefny)
1048- Do not build KBD plugin with bcache support on RHEL (vtrefny)
1049- Do not build btrfs plugin on newer RHEL (vtrefny)
1050- fs: Properly close both ends of the pipe (tbzatek)
1051- Make sure library_test works after fixing -Wstrict-prototypes (vtrefny)
1052- Make sure library tests properly clean after themselves (vtrefny)
1053- pkg-config: add -L${libdir} and -I${includedir} (max.kellermann)
1054- plugins/kbd: make wait_for_file() static (max.kellermann)
1055- plugins/lvm{,-dbus}: get_lv_type_from_flags() returns const string (max.kellermann)
1056- plugins/dm: add explicit cast to work around -Wdiscarded-qualifiers (max.kellermann)
1057- plugins/crypto: work around -Wdiscarded-qualifiers (max.kellermann)
1058- plugins/check_deps: make all strings and `UtilDep` instances `const` (max.kellermann)
1059- exec: make `msg` parameters const (max.kellermann)
1060- fix -Wstrict-prototypes (max.kellermann)
1061- module.c: Accept kernel modules if they are built-in (marco.guerri.dev)
1062- BlockDev.py Convert dictionary keys to set before using them (vtrefny)
1063- Skip 'test_cache_pool_create_remove' on CentOS 7 (vtrefny)
1064- Re-order libbd_crypto_la_LIBADD to fix libtool issue (tom)
1065- acinclude.m4: Use AS_EXIT to fail in LIBBLOCKDEV_FAILURES (vtrefny)
1066- configure.ac: Fix missing parenthesis in blkid version check (vtrefny)
1067- Allow specifying extra options for PBKDF when creating LUKS2 (vtrefny)
1068- Reintroduce python2 support for Fedora 29 (vtrefny)
1069- Use versioned command for Python 2 (vtrefny)
1070- Fix few wrong names in doc strings (vtrefny)
1071- Make sure all our free and copy functions work with NULL (vtrefny)
1072- Use libblkid in bd_crypto_is_luks (vtrefny)
1073- vdo: Properly destroy the yaml parser (tbzatek)
1074- Add a simple test case for bd_crypto_tc_open (vtrefny)
1075- Add Python override for bd_crypto_tc_open_full (vtrefny)
1076- Show simple summary after configure (vtrefny)
1077- Do not build VDO plugin on non-x86_64 architectures (vtrefny)
1078- Sync spec with downstream (vtrefny)
1079
1080* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-4
1081- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1082
1083* Mon Jul 09 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.18-3
1084- Reitroduce python2 support for Fedora 29
1085
1086* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.18-2
1087- Rebuilt for Python 3.7
1088
1089* Wed Jun 20 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.18-1
1090- Add VDO to features.rst (vtrefny)
1091- Remove roadmap.rst (vtrefny)
1092- vdo: Add tests for bd_vdo_grow_physical() (tbzatek)
1093- Do not try to build VDO plugin on Fedora (vtrefny)
1094- Introduce reporting function per thread (kailueke)
1095- vdo: Implement bd_vdo_grow_physical() (tbzatek)
1096- Correct arguments for ext4 repair with progress (kailueke)
1097- Clarify that checking an RW-mounted XFS file system is impossible (v.podzimek)
1098- vdo: Resolve real device file path (tbzatek)
1099- Adjust to new NVDIMM namespace modes (vtrefny)
1100- Use xfs_repair instead of xfs_db in bd_fs_xfs_check() (v.podzimek)
1101- Allow compiling libblockdev without libdmraid (vtrefny)
1102- Only require plugins we really need in LVM dbus tests (vtrefny)
1103- Add tests for VDO plugin (vtrefny)
1104- Add decimal units definition to utils/sizes.h (vtrefny)
1105- Add basic VDO plugin functionality (vtrefny)
1106- Add the VDO plugin (vtrefny)
1107- Always check for error when (un)mounting (vtrefny)
1108- Fix off-by-one error when counting TCRYPT keyfiles (segfault)
1109- Add 'bd_dm_is_tech_avail' to header file (vtrefny)
1110- Fix release number in NEWS.rst (vtrefny)
1111- Update specs.rst and features.rst (vtrefny)
1112
1113* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 2.17-2
1114- Rebuilt for Python 3.7
1115
1116* Tue Apr 24 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.17-1
1117- Redirect cryptsetup log to libblockdev log (vtrefny)
1118- Add a generic logging function for libblockdev (vtrefny)
1119- Add functions to resize LUKS 2 (vtrefny)
1120- Add function to get information about LUKS 2 integrity devices (vtrefny)
1121- Add function to get information about a LUKS device (vtrefny)
1122- Add a basic test for creating LUKS 2 format (vtrefny)
1123- Use libblockdev function to create LUKS 2 in tests (vtrefny)
1124- Add support for creating LUKS 2 format (vtrefny)
1125- Skip bcache tests on Rawhide (vtrefny)
1126- Allow building libblockdev without Python 2 support (vtrefny)
1127- Allow compiling libblockdev crypto plugin without escrow support (vtrefny)
1128- Require at least libndctl 58.4 (vtrefny)
1129- New function for luks metadata size (japokorn)
1130- Add functions to backup and restore LUKS header (vtrefny)
1131- Add function for killing keyslot on a LUKS device (vtrefny)
1132- Add functions to suspend and resume a LUKS device (vtrefny)
1133- Use '=' instead of '==' to compare using 'test' (v.podzimek)
1134- lvm-dbus: Check returned job object for error (vtrefny)
1135- Get sector size for non-block NVDIMM namespaces too (vtrefny)
1136- Fix memory leaks discovered by clang (vtrefny)
1137- Add new functions to docs/libblockdev-sections.txt (segfault)
1138- Make a link point to the relevant section (segfault)
1139- Don't use VeraCrypt PIM if compiled against libcryptsetup < 2.0 (segfault)
1140- Make keyfiles parameter to bd_crypto_tc_open_full zero terminated (segfault)
1141- Add function bd_crypto_device_seems_encrypted (segfault)
1142- Support VeraCrypt PIM (segfault)
1143- Support TCRYPT system volumes (segfault)
1144- Support TCRYPT hidden containers (segfault)
1145- Support TCRYPT keyfiles (segfault)
1146- Support unlocking VeraCrypt volumes (segfault)
1147- Enforce ZERO_INIT gcc backwards compatibility (bjornpagen)
1148- Add function for getting NVDIMM namespace name from devname or path (vtrefny)
1149- Add --without-xyz to DISTCHECK_CONFIGURE_FLAGS for disabled plugins (vtrefny)
1150- Add tests for the NVDIMM plugin (vtrefny)
1151- Add the NVDIMM plugin (vtrefny)
1152- Fix build with clang (bjornpagen)
1153- s390: don't hardcode paths, search PATH (flokli)
1154- Fix build against musl libc (bjornpagen)
1155- Fix python2-gobject-base dependency on Fedora 26 and older (vtrefny)
1156- Sync the spec file with downstream (vtrefny)
1157
1158* Wed Apr 11 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.16-3
1159- Add the NVDIMM plugin (vtrefny)
1160- Add tests for the NVDIMM plugin (vtrefny)
1161- Add --without-xyz to DISTCHECK_CONFIGURE_FLAGS for disabled plugins (vtrefny)
1162- Add function for getting NVDIMM namespace name from devname or path (vtrefny)
1163
1164* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.16-2
1165- Escape macros in %%changelog
1166
1167* Thu Feb 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.16-1
1168- Add tests for progress report (jtulak)
1169- Add e2fsck progress (jtulak)
1170- Add progress reporting infrastructure for Ext fsck (jtulak)
1171- Add a function to test if prog. reporting was initialized (jtulak)
1172- Add support for LUKS 2 opening and key management (vtrefny)
1173- Fix few more links for project and documentation website (vtrefny)
1174- Sync the spec file with downstream (vpodzime)
1175- Check if 'journalctl' is available before trying to use it in tests (vtrefny)
1176- Update 'Testing libblockdev' section in documentation (vtrefny)
1177- Fix link to online documentation (vtrefny)
1178- Fix how the new kernel module functions are added to docs (vpodzime)
1179
1180* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-4
1181- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1182
1183* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.15-3
1184- Update Python 2 dependency declarations to new packaging standards
1185  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
1186
1187* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.15-2
1188- Switch to %%ldconfig_scriptlets
1189
1190* Fri Dec 01 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.15-1
1191- Do not use the 'btrfs' plugin in overrides tests (vpodzime)
1192- Do not use the btrfs plugin in library tests (vpodzime)
1193- Check for btrfs module availability in btrfs module (vtrefny)
1194- Move kernel modules (un)loading and checking into utils (vtrefny)
1195- Free locale struct in kbd plugin (vtrefny)
1196- Add test for setting partition flags on GPT (vtrefny)
1197- Use only sgdisk to set flags on GPT (vtrefny)
1198- Move the fs.h file to its original place (vpodzime)
1199- Add a HACKING.rst file (vpodzime)
1200- Mark bcache tests as unstable (vpodzime)
1201- Fix memory leaks in bd_fs_vfat_get_info() (vpodzime)
1202- Revert the behaviour of bd_fs_check_deps() (vpodzime)
1203- Split the bd_fs_is_tech_avail() implementation (vpodzime)
1204- Split the FS plugin source into multiple files (vpodzime)
1205- Fix bd_s390_dasd_format (vponcova)
1206- Mark unstable tests as such (vpodzime)
1207- bd_s390_dasd_is_ldl should be true only for LDL DADSs (vponcova)
1208- Do not lie about tag creation (vpodzime)
1209
1210* Wed Nov 08 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.14-2
1211- Rebuild for cryptsetup-2.0.0
1212
1213* Tue Oct 31 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.14-1
1214- Support the legacy boot GPT flag (intrigeri)
1215- Respect the version in the blockdev.pc file (vpodzime)
1216- Add pkgconfig definitions for the utils library (vpodzime)
1217- fs.c: Fix potential NULL pointer dereference (vtrefny)
1218- dm.c: Fix uninitialized values in various dm plugin functions (vtrefny)
1219- dm.c: Check return values of dm_task_set_name/run/get_info functions (vtrefny)
1220- fs.c: Fix multiple "forward NULL" warnings in 'bd_fs_ntfs_get_info' (vtrefny)
1221- lvm-dbus.c: Fix multiple "use after free" coverity warnings (vtrefny)
1222- Fix duplicate 'const' in generated functions (vtrefny)
1223- Add some test cases for NTFS (kailueke)
1224- Add function wrappers for NTFS tools (kailueke)
1225- exec.c: Fix error message in 'bd_utils_exec_and_report_progress' (vtrefny)
1226- crypto.c: Fix waiting for enough entropy (vtrefny)
1227- Ignore some coverity false positive errors (vtrefny)
1228- exec.c: Ignore errors from 'g_io_channel_shutdown' (vtrefny)
1229- part.c: Check if we've found a place to put new logical partitions (vtrefny)
1230- kbd.c: Fix potential string overflow in 'bd_kbd_bcache_create' (vtrefny)
1231- exec.c: Fix resource leaks in 'bd_utils_exec_and_report_progress' (vtrefny)
1232- fs.c: Fix "forward null" in 'do_mount' and 'bd_fs_xfs_get_info' (vtrefny)
1233- part.c: Fix possible NULL pointer dereference (vtrefny)
1234- crypto.c: Use right key buffer in 'bd_crypto_luks_add_key' (vtrefny)
1235- exec.c: Fix "use after free" in 'bd_utils_check_util_version' (vtrefny)
1236- kbd.c: Fix double free in 'bd_kbd_zram_get_stats' (vtrefny)
1237- part.c: Check if file discriptor is >= 0 before closing it (vtrefny)
1238- mdraid.c: Fix resource leaks (vtrefny)
1239- lvm.c: Fix "use after free" in 'bd_lvm_get_thpool_meta_size' (vtrefny)
1240- fs.c: Fix for loop condition in 'bd_fs_get_fstype' (vtrefny)
1241- fs.c: Check sscanf return value in 'bd_fs_vfat_get_info' (vtrefny)
1242- fs.c: Fix resource leaks in 'bd_fs_get_fstype' (vtrefny)
1243- blockdev.c.in: Fix unused variables (vtrefny)
1244- Use libbytesize to parse bcache block size (vtrefny)
1245- Use system values in KbdTestBcacheStatusTest (vtrefny)
1246- Fix BSSize memory leaks in btrfs and mdraid plugins (vtrefny)
1247- Skip btrfs subvolume tests with btrfs-progs 4.13.2 (vtrefny)
1248- Added function to get DM device subsystem (japokorn)
1249- Sync spec with downstream (vpodzime)
1250
1251* Fri Sep 29 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.13-1
1252- Fix the rpmlog and shortlog targets (vpodzime)
1253- Add a function for enabling/disabling plugins' init checks (vpodzime)
1254- Assign functions to tech-mode categories (vpodzime)
1255- Add missing items to particular sections in the documentation (vpodzime)
1256- Add a basic test for the runtime dependency checking (vpodzime)
1257- Simplify what WITH_BD_BCACHE changes in the KBD plugin (vpodzime)
1258- Add functions for querying available technologies (vpodzime)
1259- Dynamically check for the required utilities (vpodzime)
1260- Use shorter prefix for tempfiles (vtrefny)
1261- Try harder when waiting for lio device to show up (vtrefny)
1262- Better handle old and new zram sysfs api in tests (vtrefny)
1263- Skip btrfs tests on CentOS 7 aarch64 (vtrefny)
1264- Add new function for setting swap label (vtrefny)
1265- Use only one git tag for new releases (vtrefny)
1266- Fix source URL in spec file (vtrefny)
1267- Add NEWS.rst file (vtrefny)
1268- Do not include s390utils/vtoc.h in s390 plugin (vtrefny)
1269- Use "AC_CANONICAL_BUILD" to check architecture instead of "uname" (vtrefny)
1270- Bypass error proxy in s390 test (vtrefny)
1271- Fix zFCP LUN max length (vtrefny)
1272- Do not run g_clear_error after setting it (vtrefny)
1273- Allow compiling libblockdev without s390 plugin (vtrefny)
1274- Add a function for getting plugin name (vpodzime)
1275
1276* Thu Sep 28 2017 Troy Dawson <tdawson@redhat.com> - 2.12-3
1277- Cleanup spec file conditionals correctly
1278
1279* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 2.12-2
1280- Cleanup spec file conditionals
1281
1282* Wed Aug 30 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.12-1
1283- Own directories /etc/libblockdev and /etc/libblockdev/conf.d (vtrefny)
1284- Wait for resized partition (kailueke)
1285- Make sure the device is opened for libparted (vpodzime)
1286- Fix label check in swap_test (vtrefny)
1287- Use "run_tests" script for running tests from Makefile (vtrefny)
1288- Add a script for running tests (vtrefny)
1289- Tests: Move library initialization to setUpClass method (vtrefny)
1290- Stop skipping FAT resize tests on rawhide (vtrefny)
1291- Close filesystem before closing the partition during FAT resize (vtrefny)
1292- Use mountpoint for "xfs_info" calls (vtrefny)
1293- Use libmount cache when parsing /proc/mounts (vtrefny)
1294- Add some space for the CI status (vpodzime)
1295- Confirm the force when creating PVs in FS tests (vpodzime)
1296- Skip vgremove tests on 32bit Debian (vtrefny)
1297- Fix names of backing files in tests (vtrefny)
1298-  Fix checking for available locales (vtrefny)
1299- Skip dependency checking in mpath tests on Debian (vtrefny)
1300- Skip zRAM tests on Debian (vtrefny)
1301- Skip the test for device escrow on Debian too (vtrefny)
1302- Skip free region tests on Debian too (vtrefny)
1303- Fix redirecting command output to /dev/null in tests (vtrefny)
1304- Try harder to unmount devices in test cleanup (vtrefny)
1305- Require only plugins that are needed for given test (vtrefny)
1306- Try to get distribution info from "PrettyName" if "CPEName" isn't available (vtrefny)
1307- Use -ff when creating PVs in FS tests (vpodzime)
1308- Sync spec with downstream (vpodzime)
1309
1310* Mon Jul 31 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.11-1
1311- Make the KbdZRAMDevicesTestCase inherit from KbdZRAMTestCase (vpodzime)
1312- Allow non-source directory builds (kailueke)
1313- Add a way to disable runtime dependency checks (vpodzime)
1314- Link to GObject even if no plugin is activated (kailueke)
1315- Skip zram tests on Rawhide (vpodzime)
1316- Keep most utilities available for tests (vpodzime)
1317- Use new libmount function to get (un)mount error message (vtrefny)
1318- Update the documentation URL (vpodzime)
1319
1320* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
1321- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1322
1323* Wed Jul 05 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.10-1
1324- Only enable partition size tolerance with alignment (vpodzime)
1325- Limit the requested partition size to maximum possible (vpodzime)
1326- Do not verify vfat FS' size after generic resize (vpodzime)
1327- Specify tolerance for partition size (kailueke)
1328- Only use the exact constraint if not using any other (vpodzime)
1329- Check resulting FS size in tests for generic FS resize (vpodzime)
1330- Query setting FS label support and generic relabeling (kailueke)
1331- Do not strictly require all FS utilities (vpodzime)
1332- Compile everything with the C99 standard (vpodzime)
1333- Add partition resize function (kailueke)
1334- Generic Check and Repair Functions (kailueke)
1335- Query functions for FS resize and repair support (kailueke)
1336- Update the project/source URL in the spec file (vpodzime)
1337- Add functions for opening/closing TrueCrypt/VeraCrypt volumes (vpodzime)
1338- Adapt to a change in behaviour in new libmount (vpodzime)
1339- Try RO mount also if we get EACCES (vpodzime)
1340- Size in bytes for xfs_resize_device (kailueke)
1341- src/plugins/Makefile.am: Remove hard coded include path in /usr prefix (tristan.vanberkom)
1342- Fixed include for libvolume_key.h (tristan.vanberkom)
1343- Ignore parted warnings if possible (squimrel)
1344- bcache tests: Remove FEELINGLUCKY checks (tasleson)
1345- kbd.c: Code review corrections (tasleson)
1346- kbd.c: Make bd_kbd_bcache_create work without abort (tasleson)
1347
1348* Tue Jun 13 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.9-1
1349- Fix hardcoded reference to gcc (timo.gurr)
1350- Catch and ignore partial failures in LVM tests' cleanups (vpodzime)
1351- Fix hardcoded reference to pkg-config (timo.gurr)
1352- Make GObject introspection optional (vpodzime)
1353- Do not link libraries required by plugins to the GI files (vpodzime)
1354- Make sure the whole build status image is shown (vpodzime)
1355- Show CI status in README (at the GH repo's front page) (vpodzime)
1356- Always require the libudev pkg (tgurr)
1357- Make sure we give kernel time to fully setup zram device(s) (vpodzime)
1358- fs_test.py: Close FDs when calling utilities (tasleson)
1359- crypto.c: Correct segmentation fault (tasleson)
1360
1361* Tue Jun 06 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.8-1
1362- Temporarily skip vfat generic resize test on rawhide (vtrefny)
1363- Use "safeprobe" in "bd_fs_wipe" (vtrefny)
1364- Add a generic filesystem resize function (vtrefny)
1365- Add a function to get mountpoint for a device (vtrefny)
1366- Add a function to get filesystem type for a device (vtrefny)
1367- Only include the LVM DBus config when shipping LVM DBus (vpodzime)
1368- Skip the LVM DBus vgreduce tests on Rawhide (vpodzime)
1369- Do not build the lvm-dbus plugin on RHEL/CentOS (vpodzime)
1370- Give zRAM more time to settle before trying to remove a device (vpodzime)
1371- Put zram tests adding/removing devices into a separate class (vpodzime)
1372- Skip LVM cache and RAID tests on Rawhide (vpodzime)
1373- Fix the skip_on decorator factory for tests (vpodzime)
1374- Use 'blkid -p' instead of lsblk to get device's FS type (vpodzime)
1375- Improve the lvm_set_global_config test (vpodzime)
1376- Pass '-y' to pvresize (vpodzime)
1377- Create a copy of os.environ for a child process (vpodzime)
1378- Revert "Use the "C.UTF-8" locale instead of just "C"" (vpodzime)
1379- Fix how we create vfat FS in tests (vpodzime)
1380- Skip the test if requiring unavailable locales (vpodzime)
1381- Use the "C.UTF-8" locale instead of just "C" (vpodzime)
1382- Add functions for working with ext2 and ext3 filesystems (vtrefny)
1383- Link to gobject when lvm or btrfs is enabled (andreas)
1384- Link to libm where needed (andreas)
1385- Add a function for cleaning a device (vtrefny)
1386- Add few code exaples to documentation (vtrefny)
1387- Use a special exception for no fs signature when doing wipe (vpodzime)
1388- One more incompatible os.symlink() call (vpodzime)
1389- Do not use pass-by-name in the os.symlink() call (vpodzime)
1390- Ignore previous errors when falling back to using ioctl() (vpodzime)
1391- Use ioctl() call to teardown loop devices (vpodzime)
1392- Resolve the device to remove for mdadm (vpodzime)
1393- Add a function for getting device symlinks (vpodzime)
1394- Use the new resolve_device() function where appropriate (vpodzime)
1395- Add the resolve_device() function to the utils library (vpodzime)
1396- First try to read the 'autoclear' flag from /sys/ (vpodzime)
1397
1398* Wed Apr 26 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.7-1
1399- Skip btrfs min size tests on Fedora 25 (vtrefny)
1400- Make sure the loop device doesn't disappear during tests (vpodzime)
1401- Close the loop device when autoclear is (un)set (vpodzime)
1402- Do not enforce Python 3 for running tests in CI (vpodzime)
1403- Revert "Use different BTRFS_MIN_MEMBER_SIZE on aarch64" (vtrefny)
1404- Use both 'old' and 'new' sysfs files to read zRAM stats (vtrefny)
1405- Check if libparted-fs-resize pkgconfig is available (vpodzime)
1406- Do not try to get name for inactive partitions (vtrefny)
1407- Skip tests for getting free regions on CentOS/RHEL (vpodzime)
1408- Free the container holding the specs of free regions (vpodzime)
1409- Open loop devices as O_RDONLY when getting flags (vpodzime)
1410- Resolve maximum partition size when we know its start (vpodzime)
1411- Use --id instead of --part-type when setting partition id (vpodzime)
1412- Fix mdadm command for removing failed device from an array (vtrefny)
1413- Skip bcache tests on CentOS/RHEL 7 (vpodzime)
1414- Use six.assertRaisesRegex in the FS tests (vpodzime)
1415- Use mkdtemp() instead of TemporaryDirectory() (vpodzime)
1416- Fix installation without specifying --exec-prefix (vpodzime)
1417- Add options to force mkfs.ext4/vfat to create a FS on the whole device (vpodzime)
1418- Skip the test for device escrow on CentOS/RHEL (vpodzime)
1419- Define DEVNULL on our own if not in subprocess (vpodzime)
1420- Remove the patches from the spec file (vpodzime)
1421- Sync the spec file with downstream (vpodzime)
1422- Stop skipping zRAM stats tests (vtrefny)
1423- Add more tests for zRAM stats (vtrefny)
1424- Fix reading zRAM properties from sysfs (vtrefny)
1425
1426* Wed Apr 12 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.6-3
1427- Do not try to parse 'raid_spec' for 'bd_md_activate' (vtrefny)
1428  Resolves: rhbz#1439111
1429
1430* Tue Apr 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.6-2
1431- Make sure the returned thpool MD size is valid (vpodzime)
1432
1433* Wed Mar 15 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.6-1
1434- Move the  part_err library before part and fs (vtrefny)
1435- Fix BuildRequires for crypto and dm packages (vtrefny)
1436- Fix mounting read-only devices (vtrefny)
1437- Fix the bd_s390_dasd_is_ldl function. (vponcova)
1438- Add the bd_s390_dasd_is_fba function to check if DASD is FBA (vponcova)
1439- Disable MD RAID tests on 32bit systems (vpodzime)
1440- Fix error message when mounting with a wrong fs type (vtrefny)
1441- Only create RPMs for requested/configured  plugins (vpodzime)
1442- Only check dependencies of plugins to be built (vpodzime)
1443- Only build and distribute plugins if configured so (vpodzime)
1444- Fix format-security and unused-result compiler warnings (vtrefny)
1445- Add an AC macro for modular builds (vpodzime)
1446- Add functions for mounting and unmounting filesystems (vtrefny)
1447
1448* Mon Mar 06 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.5-1
1449- Do not try to get GVariant after not adding anything to its builder (vpodzime)
1450- Replace NULL with "" when building ExtraArg (vpodzime)
1451- Replace NULL with "" when adding it as a 's' GVariant (vpodzime)
1452- Make sure we don't try to add NULL as GVariant to DBus params (vpodzime)
1453- Add function for getting recommended thpool metadata size (vpodzime)
1454- Make udev settle after we create a LIO device (vpodzime)
1455- Always use '--yes' for lvremove (vpodzime)
1456
1457* Tue Feb 21 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.4-1
1458- Update specs.rst to use present-tense and current API (agrover)
1459- Add functions using BLOBs as LUKS passphrases (vpodzime)
1460- Make sure the _error_quark() functions are in the library (vtrefny)
1461- Return a special error when trying to wipe empty device (vtrefny)
1462- Adapt tests to use LIO devices instead of loop devices (vpodzime)
1463- Add functions for creating and deleting LIO devices (vpodzime)
1464- MDRAID: Allow path as input for functions that work with sysfs (vtrefny)
1465
1466* Wed Feb 15 2017 Vratislav Podzimek <vtrefny@redhat.com> - 2.3-3
1467- Rebuild with changelog fixed up
1468
1469* Tue Feb 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.3-1
1470- Allow specifying raid 'name' in multiple way when calling md functions (vtrefny)
1471- Allow using both path and raid name in bd_md_set_bitmap_location (vtrefny)
1472- Fix potential memory issues in s390 sanitizate functions (vpodzime)
1473- Try multiple times when probing device for wiping (vpodzime)
1474- Check for libvolume_key.h and dmraid.h in configure.ac (vpodzime)
1475- Define our own macro for testing required header files (vpodzime)
1476- Include blockdev/utils.h in mdraid.h (vtrefny)
1477- Fix misspelling (agrover)
1478- Skip the bcache tests even on x86_64 (vpodzime)
1479- Take a break between bcache creation tests (vpodzime)
1480- Make sure ./configure fails if there are some soft failures (vpodzime)
1481- Improve the error message on missing GI support (vpodzime)
1482- Only require bcache-tools if supporting bcache (vpodzime)
1483- Skip bcache tests on non-x86_64 architectures (vpodzime)
1484- Try harder to register a new bcache device (vpodzime)
1485- Reimplement swapon/swapoff functions by using syscalls (vpodzime)
1486- Make sure bcache functions are correctly provided or not (vpodzime)
1487- Changelog fixup (vpodzime)
1488
1489* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
1490- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1491
1492* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-2
1493- Rebuild with changelog fixed up
1494
1495* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-1
1496- Use the .in file as source when bumping version (vpodzime)
1497- Run pylint based on the python version and make it optional (vpodzime)
1498- Disable python3 and bcache on RHEL (vpodzime)
1499- Make bcache support optional (vpodzime)
1500- Teach boileplate_generator.py to skip things based on patterns (vpodzime)
1501- Require lower versions of some utilities (vpodzime)
1502- Do not require python3 for the boilerplate generation script (vpodzime)
1503- Use a proper initialization value for 'GPollFD fds[2]' (vpodzime)
1504- Deal with older parted and libblkid (vpodzime)
1505- Make python3 and gtk-doc optional (vpodzime)
1506- Bump the version of the utils library (vpodzime)
1507- Fix docstring for 'bd_md_node_from_name' (vtrefny)
1508- Add tests for added mdraid methods (vtrefny)
1509- Skip 'MDTestNominateDenominateActive' unless feeling lucky (vtrefny)
1510- MDRaid tests: change 'wait_for_resync' to wait for given action (vtrefny)
1511- Add functionality need by storaged to mdraid plugin (vtrefny)
1512- Move 'echo_str_to_file' method to utils (vtrefny)
1513- Add a function to setup a loop device from a file descriptor (vpodzime)
1514- Add functions to get/set the autoclear flag on a loop device (vpodzime)
1515- Fix checking /proc/mdstat for resync action (vtrefny)
1516- Adapt the test config files to version 2.x (vpodzime)
1517
1518* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.1-3
1519- Rebuild for Python 3.6
1520
1521* Tue Nov 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-2
1522- Rebuild for a chain-build with storaged (vpodzime)
1523
1524* Thu Nov 10 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-1
1525- Do not require an exclusive lock on the device to commit part stuff (vpodzime)
1526- Prevent failure if there are no btrfs subvolumes (vpodzime)
1527- Fix the test for getting version of a failing utility (vpodzime)
1528- Also run the utils tests (vpodzime)
1529- Bump the version of the pkgconfig module (vpodzime)
1530- Include utils.h in plugins that need it (vpodzime)
1531- Fix dependency check in fs plugin (vtrefny)
1532- Add support for setting part id (part type) on msdos part tables (vtrefny)
1533- Trim the extra info for MD RAID's name (vpodzime)
1534- Add xfsprogs and dosfstools as dependencies of the fs plugin (vpodzime)
1535- Fix md_name_from_node to work with the "/dev/" prefix (vpodzime)
1536- New major upstream release
1537
1538* Wed Nov  9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-8
1539- Revert "Prevent issues between libparted and udev" (vpodzime)
1540- Revert "Open the device file as RDWR when committing parts" (vpodzime)
1541
1542* Thu Oct 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-7
1543- Open the device file as RDWR when committing parts (vpodzime)
1544- Handle mdadm --examine output during migration (adamw)
1545  Resolves: rhbz#1381996
1546
1547* Mon Oct 24 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-6
1548- Prevent issues between libparted and udev (vpodzime)
1549
1550* Mon Oct 10 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-5
1551- Make sure all object paths are passed and extracted as such (vpodzime)
1552  Resolves: rhbz#1374973
1553
1554* Tue Oct  4 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-4
1555- Do not report volume name for FW RAID container device (vpodzime)
1556  Related: rhbz#1379865
1557- Search for just "UUID" in mdadm --examine output (vpodzime)
1558  Related: rhbz#1379865
1559- Use 'mdadm --examine --export' to get MD RAID level (vpodzime)
1560  Related: rhbz#1379865
1561
1562* Mon Oct  3 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-3
1563- Try to search for "RAID Level" in mdadm's output (vpodzime)
1564  Resolves: rhbz#1379865
1565- Fix the number passed to LVM DBus as a job-creation timeout (vpodzime)
1566  Resolves: rhbz#1378970
1567
1568* Mon Aug 29 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-2
1569- Explicitly cast number constants for GVariants (vpodzime)
1570
1571* Wed Jul 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-1
1572- Add functions for creating thin/cache pools from existing LVs (vpodzime)
1573- Add the new mpath_get_members() function to the docs (vpodzime)
1574
1575* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
1576- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
1577
1578* Wed Jun 29 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.8-1
1579- Add a function to get all mpath member devices (vpodzime)
1580- Fix backport issues in the zfcp-related functionality (#1348442) (vpodzime)
1581- Revert "Fix a few const params in the s390 plugin." (vpodzime)
1582- Fix creation of the version-only tags (vpodzime)
1583
1584* Wed Jun 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.7-1
1585- Include the LV roles in the LVdata (vpodzime)
1586- Add a few missing items to the documentation (vpodzime)
1587- Document fields of the structures (vpodzime)
1588- Report (meta)data LV name properly for cache pools in lvm-dbus (vpodzime)
1589- Add information about related LVs to LVMLVdata (vpodzime)
1590- Remove unused code for getting supported functions (vpodzime)
1591- Add zFCP functionality to s390 plugin (sbueno+anaconda)
1592- Fix a few const params in the s390 plugin. (sbueno+anaconda)
1593
1594* Wed Jun 01 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.6-1
1595- Ignore merge commits when creating changelog (vpodzime)
1596- Only take the number of the first %%changelog line found (vpodzime)
1597- Add some more detailed description to the part plugin (vpodzime)
1598- Fix a few extra issues with the const types (vpodzime)
1599- Add function for getting best free region (vpodzime)
1600- Add function for getting free regions (vpodzime)
1601- Fix the error message when setting part flag fails (vpodzime)
1602- Add function for setting disk flags (vpodzime)
1603- Add function for getting information about disk(s) (vpodzime)
1604- Do not set nonsense partition paths (vpodzime)
1605- Add function for getting partition by position (vpodzime)
1606- Indicate if there was error from parted or not in set_parted_error() (vpodzime)
1607- Minor fixes for the bd_part_get_part_spec() function (vpodzime)
1608- Add support for extra GPT flags (vpodzime)
1609- Add functionality for partition types (GUIDs) (vpodzime)
1610- Add functionality for partition names (vpodzime)
1611- Do not destroy disk objects we didn't get (vpodzime)
1612- Add a function for setting multiple partition flags at once (vpodzime)
1613- Remove the unused definition USE_PYTHON3 from configure.ac (vpodzime)
1614- Use different BTRFS_MIN_MEMBER_SIZE on aarch64 (vpodzime)
1615- Better release memory from parted objects on failures (vpodzime)
1616- Rework how we do optimal alignment (vpodzime)
1617- Do not try to destroy object we didn't get (vpodzime)
1618- Don't pass sizes in bytes to LVM (#1317373) (vpodzime)
1619- Add the libbytesize-devel build requires (vpodzime)
1620- Search for the LVM DBus service in both active and activatable names (vpodzime)
1621- Adapt to another stupid change in btrfs-progs (vpodzime)
1622- Add the XFS-related functions to the documentation (vpodzime)
1623- Add tests for the XFS-related functions (vpodzime)
1624- Add support for the XFS file system to the FS plugin (vpodzime)
1625- Add chunk_size to BDMDExamineData (vtrefny)
1626- Add the subpackage for the FS plugin (vpodzime)
1627- Add the FS plugin to the docs (vpodzime)
1628- Add tests for the ext4 functionality in the fs plugin (vpodzime)
1629- Add the FS plugin and the ext4 support (vpodzime)
1630- Add a function for running utility reporting error and exit code (vpodzime)
1631- Add the subpackage for the part plugin (vpodzime)
1632- Add a missing BuildRequires for parted-devel (vpodzime)
1633- Tag as both libblockdev-$version and just $version (vpodzime)
1634- Add the 'part' plugin to documentation (vpodzime)
1635- Add tests for the newly added part plugin (vpodzime)
1636- Add the part plugin with storaged-required functionality (vpodzime)
1637
1638* Mon Mar 21 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.5-1
1639- Merge pull request #72 from vpodzime/master-faster_tests (vpodzime)
1640- Ignore all .bak files (vpodzime)
1641- Use python3-pylint and skip Python 2 tests (vpodzime)
1642- Try a bit harder when deactivating MD arrays in tests (vpodzime)
1643- Recompile only the LVM plugin in tests (vpodzime)
1644- Merge pull request #65 from vpodzime/master-loc_indep_error (vpodzime)
1645- Merge pull request #70 from vojtechtrefny/master-chunk_size (vpodzime)
1646- Add bd_md_create_with_chunk_size() function (vtrefny)
1647- Merge pull request #68 from vpodzime/master-no_intro_data (vpodzime)
1648- Merge pull request #71 from vpodzime/master-ipython3 (vpodzime)
1649- Run coverage with the right config directories (vpodzime)
1650- Merge pull request #67 from phatina/master (vpodzime)
1651- Merge pull request #69 from vpodzime/master-lvm_dbus_autostart (vpodzime)
1652- Use ipython3 for debugging and testing sessions (vpodzime)
1653- Don't expect to always get introspection data from DBus (vpodzime)
1654- Make invocation of tests configurable (phatina)
1655- Make error messages locale agnostic (vpodzime)
1656
1657* Tue Mar 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-5
1658- Search for the LVM DBus service in activatable names (vpodzime)
1659- Better check for the LVM DBus API (vpodzime)
1660
1661* Wed Mar  9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-4
1662- Do not try to get object path of NULL in vgreduce (vpodzime)
1663
1664* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.4-3
1665- Depend on python3-gobject-base not python3-gobject so as to not pull in X components
1666
1667* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-2
1668- Add/fix the requirement for the LVM DBus daemon
1669
1670* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-1
1671- Merge pull request #62 from vpodzime/master-clean_up (vpodzime)
1672- Use addCleanup() instead of tearDown() in tests (vpodzime)
1673- Merge pull request #58 from vpodzime/master-lvm_dbus_pr (vpodzime)
1674- Add the VG renaming functionality (vpodzime)
1675- Packaging of the lvm-dbus plugin (vpodzime)
1676- The LVM DBus plugin (vpodzime)
1677- Add more generic functions for logging (vpodzime)
1678- Use MAX(a, b) instead of CLAMP(b, a, b) (vpodzime)
1679- Merge pull request #59 from vpodzime/master-vgrename (vpodzime)
1680- Add a function for renaming VGs (vpodzime)
1681- Merge pull request #57 from clumens/master (vpodzime)
1682- Fix error reporting when running "make test". (clumens)
1683- Merge pull request #54 from vojtechtrefny/master-pvsize (vpodzime)
1684- Do not try to create a PV with 4KiB metadata space (vpodzime)
1685- Add pv_info to BDLVMPVdata (vtrefny)
1686- btrfs now requires at least 128MiB device(s) (vpodzime)
1687- Merge pull request #52 from vpodzime/master (vpodzime)
1688- Round size in thpoolcreate() to KiB (vpodzime)
1689- Sync the %%changelog in spec with downstream (vpodzime)
1690
1691* Wed Nov 25 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.3-4
1692- Create the cache pool before the to-be-cached LV (vpodzime)
1693
1694* Thu Nov 05 2015 Robert Kuska <rkuska@redhat.com> - 1.3-3
1695- Rebuilt for Python3.5 rebuild
1696
1697* Wed Nov 04 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.3-2
1698- Fix the annotation of bd_try_init in blockdev.c (vpodzime)
1699
1700* Mon Oct 26 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.3-1
1701- Add missing python GI requires (vpodzime)
1702- Merge pull request #49 from dashea/libblockdev-python (vpodzime)
1703- Merge pull request #50 from vpodzime/master-fix_striped_lv (vpodzime)
1704- Merge pull request #46 from vpodzime/master-bcache_destroy (vpodzime)
1705- Merge pull request #39 from vpodzime/master-lvm_physical_space (vpodzime)
1706- Add a missing ldconfig that rpmlint found. (dshea)
1707- Move python files to separate packages (#1256758) (dshea)
1708- Fix lvcreate calls for striped LVs (vpodzime)
1709- Merge pull request #48 from vojtechtrefny/master_pvfree (vpodzime)
1710- Add pv_free to BDLVMPVdata (vtrefny)
1711- Merge pull request #47 from atodorov/add_coverage_report (vpodzime)
1712- Produce coverage report in CI (atodorov)
1713- Check bcache device's state before trying to detach the cache in destroy() (vpodzime)
1714- Fix URLs in the spec (vpodzime)
1715- Fix the int-float less-than comparison (vpodzime)
1716- Fix the calculation of physical space taken by an LV (vpodzime)
1717
1718* Wed Sep 23 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.2-1
1719- Merge pull request #40 from vpodzime/master-config_support (vpodzime)
1720- Add tests for configuration support (vpodzime)
1721- Add a function for getting the loaded soname for a plugin (vpodzime)
1722- Add the default configuration (vpodzime)
1723- Load and respect configuration files when loading plugins (vpodzime)
1724- Add functions for finding and processing configuration files (vpodzime)
1725- Merge pull request #38 from vpodzime/master-md_superblock_size (vpodzime)
1726- Better document how MD RAID superblock size should be calculated (vpodzime)
1727- Merge pull request #36 from phatina/master (vpodzime)
1728- BTRFS: allow an arbitrary label to be set for a btrfs volume (phatina)
1729- Merge pull request #32 from phatina/master (vpodzime)
1730- BTRFS: fix parsing empty partition label (phatina)
1731- Merge pull request #35 from vpodzime/master (vpodzime)
1732- Define env variables for sudo via the env utility (vpodzime)
1733- Merge pull request #34 from dashea/python3-tests (vpodzime)
1734- Use unittest.addCleanup to simplify crypto_test. (dshea)
1735- Run tests with both python2 and python3 in the ci target. (dshea)
1736- Fix python3 issues in the unittests. (dshea)
1737- Do not run all tests in the 'ci' target (vpodzime)
1738- Merge pull request #33 from clumens/master (vpodzime)
1739- Add a new makefile target that does everything needed for jenkins. (clumens)
1740- Synchronize the .spec file with downstream (vpodzime)
1741
1742* Fri Jul 24 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.1-2
1743- Explicitly specify the type of the cert_data parameter (#1246096) (vpodzime)
1744
1745* Fri Jun 19 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.1-1
1746- Clean generated boilerplate code on 'make clean' (vpodzime)
1747- Merge pull request #31 from atodorov/use_lang_c (vpodzime)
1748- tests: use LANG=C in test_backup_passphrase() (atodorov)
1749- Merge pull request #30 from atodorov/makefile_updates (vpodzime)
1750- Makefile.am:   - add separate check target   - add coverage targets   - make it possible to test with Python3 (atodorov)
1751- Merge pull request #29 from atodorov/fix_issue_28 (vpodzime)
1752- Merge pull request #27 from atodorov/fix_docs_url (vpodzime)
1753- Merge pull request #26 from atodorov/test_docs (vpodzime)
1754- Change the modified sources back in tearDown() method as well. Closes #28. (atodorov)
1755- update URL to on-line documentation (atodorov)
1756- add test documentation (atodorov)
1757- Merge pull request #22 from dashea/escrow-tests (vpodzime)
1758- Merge pull request #25 from dashea/python-dep (vpodzime)
1759- Filter the python files from automatic rpm requires (dshea)
1760- Added tests for escrow packets and backup passphrases (dshea)
1761- Free leaked contexts from crypto_init (dshea)
1762- Cooperate with volume_key's memory management (dshea)
1763- Fix inheritance in the LVM tests to prevent multiple runs of some tests (vpodzime)
1764- Make the regexp for testing crypto_generate_backup_passphrase() stricter (vpodzime)
1765- Leave room in the backup passphrase for a trailing 0 (dshea)
1766- Add functions to get names of data/metadata internal LVs (vpodzime)
1767- Allow getting info for an internal LV (vpodzime)
1768- Gather information about all LVs (vpodzime)
1769- Round requested size to KBs in lvresize() (#1221247) (vpodzime)
1770- Add overrides for the ensure_init() function (vpodzime)
1771- Change the default value of the 'reload' parameter of try_reinit() (vpodzime)
1772- Merge pull request #21 from vpodzime/master-thpool_size_discard (vpodzime)
1773- Add overrides for the lvm_is_valid_thpool_chunk_size() function (vpodzime)
1774
1775* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
1776- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1777
1778* Thu May 21 2015 Vratislav Podzimek <vpodzime@redhat.com> - 1.0-1
1779- Adapt the release helper targets to autotools (vpodzime)
1780- Fixes of paths in Makefile.am's inspired by build failures on s390 (vpodzime)
1781- Add an s390-specific BuildRequires (vpodzime)
1782- Distribute also the boilerplate_generator.py script (vpodzime)
1783- Fix path to the generated blockdev.pc file (vpodzime)
1784- Adapt tests that compile stuff to autotools (vpodzime)
1785- Merge pull request #18 from vpodzime/master-autotools (vpodzime)
1786- Merge pull request #20 from dashea/gtkdoc-sections (vpodzime)
1787- Use the autotools building system instead of scons (vpodzime)
1788- Add the two new functions to the 'blockdev' docs section (vpodzime)
1789- Fix the line defining the docs file for the s390 section (vpodzime)
1790- Add a missing #include to the kbd.api file (vpodzime)
1791- Prevent s390-specific stuff from being used on other architectures (vpodzime)
1792- Update the documentation of the is_initialized() function (vpodzime)
1793- Merge pull request #19 from vpodzime/master-ensure_init (vpodzime)
1794- Remove private macros from the gtkdoc sections file. (dshea)
1795- Terminate ifdef statements for arch check. (sbueno+anaconda)
1796- Return early from the init functions if setting up logging fails (vpodzime)
1797- Add tests for the new and modified init functions (vpodzime)
1798- Add new try_init() and try_reinit() functions (vpodzime)
1799- Fix for adding number of loaded plugins (vpodzime)
1800- Fix for ensure_init() (vpodzime)
1801- Rename the try_init() function to ensure_init() and improve it (vpodzime)
1802- Check number of loaded plugins and library initialization state (vpodzime)
1803- Make 'reload' default to True instead of False in overrides (vpodzime)
1804- Add the s390 plugin test file. (sbueno+anaconda)
1805- Add the s390 plugin functions. (sbueno+anaconda)
1806- Add the s390 plugin. (sbueno+anaconda)
1807- Fix a typo in the spec file. (sbueno+anaconda)
1808- Require the kmod-devel package for the build process (vpodzime)
1809- Merge pull request #16 from dashea/escrow-encoding (vpodzime)
1810- Merge pull request #13 from vpodzime/master-lvm_cache (vpodzime)
1811- Merge pull request #12 from vpodzime/master-kbd_plugin (vpodzime)
1812- Merge pull request #14 from vpodzime/master-better_is_multipath (vpodzime)
1813- Use g_strdup() instead of g_strdup_printf() to just dup a string (vpodzime)
1814- Fix the spelling of "escrow" (dshea)
1815- Make the crypto plugin string parameters const (dshea)
1816- Set encoding to NULL before writing the escrow packet. (dshea)
1817- Get cache stats directly from the device mapper (vpodzime)
1818- Reimplement the is_mpath_member() function using device mapper (vpodzime)
1819- Add the LVM cache related symbols to the LVM section in the documentation (vpodzime)
1820- Update the list of LVM cache related functions in features.rst (vpodzime)
1821- Add tests for functions related to the LVM cache technology (vpodzime)
1822- Implement the lvm_cache_stats() function (vpodzime)
1823- Implement the lvm_cache_pool_name function (vpodzime)
1824- Implement the lvm_cache_create_cached_lv() function (vpodzime)
1825- Implement lvm_cache_attach/detach() functions (vpodzime)
1826- Implement the lvm_cache_create_pool() function plus two support functions (vpodzime)
1827- Implement the lvm_cache_get_default_md_size() function (vpodzime)
1828- Add the 'type' parameter to the lvm_lvcreate function (vpodzime)
1829- Teach boilerplate_generator to work with enum return types (vpodzime)
1830- Teach boilerplate_generator to work with 'const' return types (vpodzime)
1831- Add subpackages for the KBD plugin and its devel files (vpodzime)
1832- Add provided symbols to the documentation section of the KBD plugin (vpodzime)
1833- Implement the bcache_get_backing/cache_device functions (vpodzime)
1834- Exclude bcache tests from the normal 'test' target (vpodzime)
1835- Add some more and prolong some of the waits in KBD tests (vpodzime)
1836- Zero all newly allocated structures (vpodzime)
1837- Implement the bcache_status function and all it wants (vpodzime)
1838- Fix for the zram stats (vpodzime)
1839- Add bcache_get_mode and bcache_set_mode functions (vpodzime)
1840- Teach boilerplate_generator to work with enum return types (vpodzime)
1841- Teach boilerplate_generator to work with 'const' return types (vpodzime)
1842- Add the zram_get_stats function (vpodzime)
1843- Add the check() function for the KBD plugin (vpodzime)
1844- Add ErrorProxy instance for the KBD plugin (vpodzime)
1845- Add tests for bcache_create/attach/detach/destroy functions (vpodzime)
1846- Add the 'rebuild' Makefile target (vpodzime)
1847- Add bcache_create, bcache_attach, bcache_detach and bcache_destroy functions (vpodzime)
1848- Implement a helper function to echo string into a file (vpodzime)
1849- Add tests for zram_create_devices and zram_destroy_devices functions (vpodzime)
1850- Add the zram_destroy_devices function to the KBD plugin (vpodzime)
1851- Add first function to the KBD plugin: zram_create_devices (vpodzime)
1852- Add the KernelBlockDevices plugin (vpodzime)
1853
1854* Wed May 13 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.13-1
1855- Prevent a leaky test from running in Jenkins (vpodzime)
1856- Try harder when cleaning up after MD RAID tests (vpodzime)
1857- Improve the MD RAID activate/deactivate test (vpodzime)
1858- One more @contextmanager that needs try-finally (vpodzime)
1859- Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime)
1860- Make sure we always set things back in context managers (vpodzime)
1861- Make the release date for version 1.0 more realistic (vpodzime)
1862- Merge pull request #11 from vpodzime/master (vpodzime)
1863- Run utilities with LC_ALL=C (vpodzime) (#1219033)
1864- Free GMatchInfo instance even in case of no match (vpodzime)
1865- Resolve /dev/md/ symlinks when checking swap status. (dlehman)
1866
1867* Fri Apr 24 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.12-1
1868- Require minimum version of libblockdev-utils in some plugins (vpodzime)
1869- Report both stdout and stderr if exit code != 0 (vpodzime)
1870
1871* Fri Apr 17 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.11-1
1872- Fix issues with using overriden functions over ErrorProxy (vpodzime)
1873- Update the roadmap.rst and features.rst with new stuff (vpodzime)
1874- Fix two minor issues with docs generation (vpodzime)
1875
1876* Thu Apr 16 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.10-1
1877- Fix return type of the unload_plugins() function (vpodzime)
1878- Close the DL handle when check() or init() fail (vpodzime)
1879- Add one more check to the reload test (vpodzime)
1880- Drop reference to check() and init() functions (vpodzime)
1881- Add more cats to tests (vpodzime)
1882- Make regexp for getting btrfs version more generic (vpodzime)
1883- Merge pull request #8 from vpodzime/master-check_functions (vpodzime)
1884- Fix parameters passed to unoverridden swapon function (vpodzime)
1885- Implement and test swap plugin's check function (vpodzime)
1886- Implement and test MD RAID plugin's check function (vpodzime)
1887- Implement and test mpath plugin's check function (vpodzime)
1888- Try harder to get util's version (vpodzime)
1889- Implement and test loop plugin's check function (vpodzime)
1890- Implement and test DM plugin's check function (vpodzime)
1891- Implement and test BTRFS plugin's check function (vpodzime)
1892- Implement and test LVM plugin's check function (vpodzime)
1893- Init logging before loading plugins (vpodzime)
1894- Add function for utility availability checking (vpodzime)
1895- Fix default value for the fake_utils' path argument (vpodzime)
1896- Add ErrorProxy instance for the utils functions (vpodzime)
1897- Add function for version comparison (vpodzime)
1898- Merge pull request #9 from clumens/master (vpodzime)
1899- Disable pylint checking on the new exception proxy. (clumens)
1900- Fix XRules application and add a test for it (vpodzime)
1901- Raise NotImplementedError when an unavailable function is called (vpodzime)
1902- Merge pull request #4 from vpodzime/master-error_proxy (vpodzime)
1903- Merge branch 'master' into master-error_proxy (vpodzime)
1904- Merge pull request #5 from vpodzime/master-not_implemented_error (vpodzime)
1905- Add a simple test for unloaded/unavailable functions (vpodzime)
1906- Unload the plugins properly when reinit() is called (vpodzime)
1907- Raise error/exception when an unimplemented function is called (#1201475) (vpodzime)
1908- Do an ugly but necessary hack to make local GI overrides work (vpodzime)
1909- Add the __dir__ method to ErrorProxy (vpodzime)
1910- Add a rationale for the ErrorProxy to the overrides' docstring (vpodzime)
1911- Add some basic info about GI overrides to the documentation (vpodzime)
1912- Use pylint to check for errors in python overrides (vpodzime)
1913- Add the first small test for the ErrorProxy (vpodzime)
1914- Put the GI overrides in a special dir so that they are preferred (vpodzime)
1915- Add a cache for attributes already resolved by ErrorProxy (vpodzime)
1916- Implement the ErrorProxy python class and use it (vpodzime)
1917
1918* Tue Apr 07 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.9-1
1919- Merge pull request #7 from vpodzime/master-fw_raid_fixes (vpodzime)
1920- Try a bit harder when trying to determine MD RAID name (#1207317) (vpodzime)
1921- Don't be naïve about mdadm --detail telling us what we want (#1207317) (vpodzime)
1922- Ignore libblockdev tarballs (vpodzime)
1923- Implement a test of btrfs_list_subvolumes on data from bug report (vpodzime)
1924- Implement a context manager for running tests with fake utils (vpodzime)
1925- Do not try to cannonicalize MD UUIDs if we didn't get them (#1207317) (vpodzime)
1926- Fix the table in roadmap.rst (vpodzime)
1927- Enrich the roadmap.rst file and add info about new plans (vpodzime)
1928- Sync spec file with downstream (vpodzime)
1929
1930* Fri Mar 27 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.8-1
1931- Merge pull request #6 from vpodzime/master-sort_btrfs_subvolumes (vpodzime)
1932- Don't be naïve about mdadm providing us data we would like (#1206394) (vpodzime)
1933- Sort BTRFS subvolumes in a way that child never appears before parent (#1201120) (vpodzime)
1934- Let libcryptsetup handle LUKSname->/dev/mapper/LUKSname for us (vpodzime)
1935- Fix the crypto_luks_resize and create a test for it (vpodzime)
1936- Add targets to create the SRPM and RPM files easily (vpodzime)
1937- Don't round up to multiple of PE size bigger than max value of the rtype (vpodzime)
1938- Mark majority of MD RAID tests as slow (vpodzime)
1939- Merge pull request #1 from dashea/file-paths (vpodzime)
1940- Don't report error for no loop device associated with given file (vpodzime)
1941- Skip the detail_data.clean check when running tests in Jenkins (vpodzime)
1942- Make package file paths more specific (dshea)
1943- Implement and use MD RAID-specific wait for tests (vpodzime)
1944- Try to give MD RAID time to sync things before querying them (vpodzime)
1945- Fix the default value of the BDMDDetailData.clean field (vpodzime)
1946- Do cleanup after every single MD RAID tests (vpodzime)
1947- Do cleanup after every single LVM test (vpodzime)
1948- Do cleanup after every single BTRFS test (vpodzime)
1949- Make sure the LUKS device is closed and removed after tests (vpodzime)
1950- Make sure DM maps from tests are removed after tests (vpodzime)
1951- Make sure that loop devices are deactivated after tests (vpodzime)
1952- Make the tearDown method of the mpath test case better visible (vpodzime)
1953- Make sure that the swap is deactivated after tests (vpodzime)
1954- Fix docstrings in tests' utils helper functions (vpodzime)
1955- Improve the logging tests in utils_test.py (vpodzime)
1956- Update the features.rst file (vpodzime)
1957- Update the roadmap (vpodzime)
1958- Don't check if we get a mountpoint for BTRFS operations (vpodzime)
1959
1960* Sun Mar 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.7-2
1961- Ship license as per packaging guidelines
1962- plugins-all should depend on base library too
1963- Add dev docs
1964
1965* Fri Feb 27 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.7-1
1966- Be ready for mdadm --examine to not provide some of the values we want (vpodzime)
1967- Add exit code information to exec logging (vpodzime)
1968- Improve and add tests (vpodzime)
1969- Mark the test_force_plugin and test_reload as slow (vpodzime)
1970- Make sure we get some devices when creating btrfs volume (vpodzime)
1971- Add override for the lvremove function (vpodzime)
1972- Do not create LUKS format with no passphrase and no key file (vpodzime)
1973- Make sure we use the /dev/mapper/... path for luks_status (vpodzime)
1974
1975* Thu Feb 19 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-1
1976- Don't report error when non-existing swap's status is queried (vpodzime)
1977- Make libblockdev-plugins-all pull the same version of plugins (vpodzime)
1978- Don't report error when asked for a backing file of an uknown loop (vpodzime)
1979- Fix accidental change in the spec's changelog (vpodzime)
1980
1981* Mon Feb 16 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.5-1
1982- Add tests for what we can easily test from the mpath plugin (vpodzime)
1983- Add link to sources to the documentation (vpodzime)
1984- Add missing symbols into the libblockdev-sections.txt file (vpodzime)
1985- Do not build docs for testing (vpodzime)
1986- Add the bd_try_init function (vpodzime)
1987- Log stdout and stderr output when running processes (vpodzime)
1988- Allow a subset of plugins to be load instead of all (vpodzime)
1989- Make sure devmapper doesn't spam stdout with tons of messages (vpodzime)
1990- Let debug messages go to stderr when running ipython (vpodzime)
1991- Give plugins a way to initialize themselves (vpodzime)
1992- Give plugins a way how to check if they could run properly (vpodzime)
1993- Allow a subset of plugins to be load instead of all [TEST NEEDED] (vpodzime)
1994- Make sure we use the whole /dev/mapper path for cryptsetup (vpodzime)
1995- Fix vg_pv_count parsing when getting info about PV (vpodzime)
1996- Set default values to data structures if real values are not available (vpodzime)
1997- Fix the parameter name specifying pool metadata size (vpodzime)
1998- Activate LUKS as ReadWrite in luks_open (vpodzime)
1999- Make sure we pass key_size to cryptsetup in bytes (vpodzime)
2000- Add the min_entropy parameter to luks_format Python overrides (vpodzime)
2001- Pass size in KiB instead of B to lvcreate (vpodzime)
2002- Add underscore into dataalignment and metadatasize parameter names (vpodzime)
2003- Don't report error if non-mpath device is tested for being mpath member (vpodzime)
2004- Fix name of the invoked utility in mpath_set_friendly_names (vpodzime)
2005
2006* Sat Jan 31 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.4-1
2007- Improve the test for lvm_set_global_config (vpodzime)
2008- Fix some minor issues in the spec file (vpodzime)
2009- Fix issues with the LVM global config str (vpodzime)
2010- Add couple more Python overrides (vpodzime)
2011- Fix the name of the lvm_thlvpoolname() function in the header file (vpodzime)
2012- Use assertEqual instead of assertTrue(a == b) (vpodzime)
2013- Add the min_entropy parameter to luks_format (vpodzime)
2014- Move internal dmraid-related macros into the source file (vpodzime)
2015- Add an override for the md_add function (vpodzime)
2016- Fix parameters in luks_open python overrides (vpodzime)
2017- Prevent init() from being done multiple times and provide a test function (vpodzime)
2018- Add the roadmap.rst document (vpodzime)
2019- Remove an extra parenthesis in one of the docstrings (vpodzime)
2020- Move the mddetail function next to the mdexamine function (vpodzime)
2021- Add some more constants required by blivet (vpodzime)
2022
2023* Wed Jan 21 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.3-1
2024- Require volume_key-devel in a version that fixes build issues (vpodzime)
2025- Fix Python 2 devel package name in BuildRequires (vpodzime)
2026- Generate docs for the library and all plugins (vpodzime)
2027- Make doc comments better for documentation generation (vpodzime)
2028- Fix parameter names in function prototypes (vpodzime)
2029- Add the metadatasize parameter to pvcreate (vpodzime)
2030- Add the dataalignment parameter to lvm_pvcreate (vpodzime)
2031- Export non-internal constants via introspection (vpodzime)
2032- Expand size constants in the GI-scanned files (vpodzime)
2033- Fix usage printing in the boilerplate_generator (vpodzime)
2034- Add the build directory to .gitignore (vpodzime)
2035- Add the md_run function (vpodzime)
2036- Fix some issues in Python overrides (vpodzime)
2037- Add the escrow_device function to the crypto plugin (vpodzime)
2038- Fix version of GI files in the Makefile (vpodzime)
2039- Make the order of release target's dependencies more explicit (vpodzime)
2040
2041* Mon Jan 12 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.2-1
2042- Fix dependencies of the release target (vpodzime)
2043- Python overrides for the GI-generated bindings (vpodzime)
2044- Pass version info to the code and use it to load plugins (vpodzime)
2045
2046* Wed Dec 10 2014 Vratislav Podzimek <vpodzime@redhat.com> - 0.1-1
2047- Initial release
Note: See TracBrowser for help on using the repository browser.