libblockdev-0.13-1.fc21$>G*p] (B~r$G!s>;9?9d  RX\  $  :  P  |      K  L(8 9  : >4X@4gG4x H4 I4 X4Y4\5 ]50 ^5b6d7e7f7l7t7 u7 v8$w9$ x9P y9|9Clibblockdev0.131.fc21A library for low-level manipulation with block devicesThe libblockdev is a C library with GObject introspection support that can be used for doing low-level operations with block devices like setting up LVM, BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as a thin wrapper around its plugins' functionality. All the plugins, however, can be used as standalone libraries. One of the core principles of libblockdev is that it is stateless from the storage configuration's perspective (e.g. it has no information about VGs when creating an LV).US Rbuildhw-05.phx2.fedoraproject.org!Fedora ProjectFedora ProjectLGPLv2+Fedora ProjectUnspecifiedhttps://github.com/vpodzime/libblockdevlinuxi686T KHCPPCCCgP큤A큤US HUS NUS QUS US RUS RUS US QUS QUS RUS 76e00c4d3fe941066f6ea6f6a01e9acbd0c7c13250fea0457e7005cf71f2f6da34545ad354d72c30a03e9a36d611b3ced6392efeb8ba0ee46d4c478aac40b7ca23ca8c6bcaabb1e1453b406272f5b482abc156e05d98df2af343f072bf1bf806fbae575b83087194d62adab80abf85f7c404e56e9cf1ba1b66a51b2b15846a5efbae575b83087194d62adab80abf85f7c404e56e9cf1ba1b66a51b2b15846a5e23ca8c6bcaabb1e1453b406272f5b482abc156e05d98df2af343f072bf1bf80673fcb0aac5f502c469e84c2bc4dc1e50b4be1040fccca1c4605abea3b8bfbe5a73fcb0aac5f502c469e84c2bc4dc1e50b4be1040fccca1c4605abea3b8bfbe5a97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946libblockdev.so.0.1.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibblockdev-0.13-1.fc21.src.rpmlibblockdevlibblockdev(x86-32)libblockdev.so.0@@@@@@@@@@     @/sbin/ldconfig/sbin/ldconfiglibbd_utils.so.0libc.so.6libc.so.6(GLIBC_2.1.3)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libglib-2.0.so.0libgobject-2.0.so.0python(abi)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)2.73.43.0.4-14.6.0-14.0.4-14.0-15.2-14.12.0.1US - 0.13-1Vratislav Podzimek - 0.12-1Vratislav Podzimek - 0.11-1Vratislav Podzimek - 0.10-1Vratislav Podzimek - 0.9-1Vratislav Podzimek - 0.8-1Vratislav Podzimek - 0.7-1Vratislav Podzimek - 0.6-1Vratislav Podzimek - 0.5-1Vratislav Podzimek - 0.4-1Vratislav Podzimek - 0.3-1Vratislav Podzimek - 0.2-1Vratislav Podzimek - 0.1-1- Prevent a leaky test from running in Jenkins (vpodzime) - Try harder when cleaning up after MD RAID tests (vpodzime) - Improve the MD RAID activate/deactivate test (vpodzime) - One more @contextmanager that needs try-finally (vpodzime) - Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime) - Make sure we always set things back in context managers (vpodzime) - Make the release date for version 1.0 more realistic (vpodzime) - Merge pull request #11 from vpodzime/master (vpodzime) - Run utilities with LC_ALL=C (vpodzime) (#1219033) - Free GMatchInfo instance even in case of no match (vpodzime) - Resolve /dev/md/ symlinks when checking swap status. (dlehman)- Require minimum version of libblockdev-utils in some plugins (vpodzime) - Report both stdout and stderr if exit code != 0 (vpodzime)- Fix issues with using overriden functions over ErrorProxy (vpodzime) - Update the roadmap.rst and features.rst with new stuff (vpodzime) - Fix two minor issues with docs generation (vpodzime)- Fix return type of the unload_plugins() function (vpodzime) - Close the DL handle when check() or init() fail (vpodzime) - Add one more check to the reload test (vpodzime) - Drop reference to check() and init() functions (vpodzime) - Add more cats to tests (vpodzime) - Make regexp for getting btrfs version more generic (vpodzime) - Merge pull request #8 from vpodzime/master-check_functions (vpodzime) - Fix parameters passed to unoverridden swapon function (vpodzime) - Implement and test swap plugin's check function (vpodzime) - Implement and test MD RAID plugin's check function (vpodzime) - Implement and test mpath plugin's check function (vpodzime) - Try harder to get util's version (vpodzime) - Implement and test loop plugin's check function (vpodzime) - Implement and test DM plugin's check function (vpodzime) - Implement and test BTRFS plugin's check function (vpodzime) - Implement and test LVM plugin's check function (vpodzime) - Init logging before loading plugins (vpodzime) - Add function for utility availability checking (vpodzime) - Fix default value for the fake_utils' path argument (vpodzime) - Add ErrorProxy instance for the utils functions (vpodzime) - Add function for version comparison (vpodzime) - Merge pull request #9 from clumens/master (vpodzime) - Disable pylint checking on the new exception proxy. (clumens) - Fix XRules application and add a test for it (vpodzime) - Raise NotImplementedError when an unavailable function is called (vpodzime) - Merge pull request #4 from vpodzime/master-error_proxy (vpodzime) - Merge branch 'master' into master-error_proxy (vpodzime) - Merge pull request #5 from vpodzime/master-not_implemented_error (vpodzime) - Add a simple test for unloaded/unavailable functions (vpodzime) - Unload the plugins properly when reinit() is called (vpodzime) - Raise error/exception when an unimplemented function is called (#1201475) (vpodzime) - Do an ugly but necessary hack to make local GI overrides work (vpodzime) - Add the __dir__ method to ErrorProxy (vpodzime) - Add a rationale for the ErrorProxy to the overrides' docstring (vpodzime) - Add some basic info about GI overrides to the documentation (vpodzime) - Use pylint to check for errors in python overrides (vpodzime) - Add the first small test for the ErrorProxy (vpodzime) - Put the GI overrides in a special dir so that they are preferred (vpodzime) - Add a cache for attributes already resolved by ErrorProxy (vpodzime) - Implement the ErrorProxy python class and use it (vpodzime)- Merge pull request #7 from vpodzime/master-fw_raid_fixes (vpodzime) - Try a bit harder when trying to determine MD RAID name (#1207317) (vpodzime) - Don't be naïve about mdadm --detail telling us what we want (#1207317) (vpodzime) - Ignore libblockdev tarballs (vpodzime) - Implement a test of btrfs_list_subvolumes on data from bug report (vpodzime) - Implement a context manager for running tests with fake utils (vpodzime) - Do not try to cannonicalize MD UUIDs if we didn't get them (#1207317) (vpodzime) - Fix the table in roadmap.rst (vpodzime) - Enrich the roadmap.rst file and add info about new plans (vpodzime) - Sync spec file with downstream (vpodzime)- Merge pull request #6 from vpodzime/master-sort_btrfs_subvolumes (vpodzime) - Don't be naïve about mdadm providing us data we would like (#1206394) (vpodzime) - Sort BTRFS subvolumes in a way that child never appears before parent (#1201120) (vpodzime) - Let libcryptsetup handle LUKSname->/dev/mapper/LUKSname for us (vpodzime) - Fix the crypto_luks_resize and create a test for it (vpodzime) - Add targets to create the SRPM and RPM files easily (vpodzime) - Don't round up to multiple of PE size bigger than max value of the rtype (vpodzime) - Mark majority of MD RAID tests as slow (vpodzime) - Merge pull request #1 from dashea/file-paths (vpodzime) - Don't report error for no loop device associated with given file (vpodzime) - Skip the detail_data.clean check when running tests in Jenkins (vpodzime) - Make package file paths more specific (dshea) - Implement and use MD RAID-specific wait for tests (vpodzime) - Try to give MD RAID time to sync things before querying them (vpodzime) - Fix the default value of the BDMDDetailData.clean field (vpodzime) - Do cleanup after every single MD RAID tests (vpodzime) - Do cleanup after every single LVM test (vpodzime) - Do cleanup after every single BTRFS test (vpodzime) - Make sure the LUKS device is closed and removed after tests (vpodzime) - Make sure DM maps from tests are removed after tests (vpodzime) - Make sure that loop devices are deactivated after tests (vpodzime) - Make the tearDown method of the mpath test case better visible (vpodzime) - Make sure that the swap is deactivated after tests (vpodzime) - Fix docstrings in tests' utils helper functions (vpodzime) - Improve the logging tests in utils_test.py (vpodzime) - Update the features.rst file (vpodzime) - Update the roadmap (vpodzime) - Don't check if we get a mountpoint for BTRFS operations (vpodzime)- Be ready for mdadm --examine to not provide some of the values we want (vpodzime) - Add exit code information to exec logging (vpodzime) - Improve and add tests (vpodzime) - Mark the test_force_plugin and test_reload as slow (vpodzime) - Make sure we get some devices when creating btrfs volume (vpodzime) - Add override for the lvremove function (vpodzime) - Do not create LUKS format with no passphrase and no key file (vpodzime) - Make sure we use the /dev/mapper/... path for luks_status (vpodzime)- Don't report error when non-existing swap's status is queried (vpodzime) - Make libblockdev-plugins-all pull the same version of plugins (vpodzime) - Don't report error when asked for a backing file of an uknown loop (vpodzime) - Fix accidental change in the spec's changelog (vpodzime)- Add tests for what we can easily test from the mpath plugin (vpodzime) - Add link to sources to the documentation (vpodzime) - Add missing symbols into the libblockdev-sections.txt file (vpodzime) - Do not build docs for testing (vpodzime) - Add the bd_try_init function (vpodzime) - Log stdout and stderr output when running processes (vpodzime) - Allow a subset of plugins to be load instead of all (vpodzime) - Make sure devmapper doesn't spam stdout with tons of messages (vpodzime) - Let debug messages go to stderr when running ipython (vpodzime) - Give plugins a way to initialize themselves (vpodzime) - Give plugins a way how to check if they could run properly (vpodzime) - Allow a subset of plugins to be load instead of all [TEST NEEDED] (vpodzime) - Make sure we use the whole /dev/mapper path for cryptsetup (vpodzime) - Fix vg_pv_count parsing when getting info about PV (vpodzime) - Set default values to data structures if real values are not available (vpodzime) - Fix the parameter name specifying pool metadata size (vpodzime) - Activate LUKS as ReadWrite in luks_open (vpodzime) - Make sure we pass key_size to cryptsetup in bytes (vpodzime) - Add the min_entropy parameter to luks_format Python overrides (vpodzime) - Pass size in KiB instead of B to lvcreate (vpodzime) - Add underscore into dataalignment and metadatasize parameter names (vpodzime) - Don't report error if non-mpath device is tested for being mpath member (vpodzime) - Fix name of the invoked utility in mpath_set_friendly_names (vpodzime)- Improve the test for lvm_set_global_config (vpodzime) - Fix some minor issues in the spec file (vpodzime) - Fix issues with the LVM global config str (vpodzime) - Add couple more Python overrides (vpodzime) - Fix the name of the lvm_thlvpoolname() function in the header file (vpodzime) - Use assertEqual instead of assertTrue(a == b) (vpodzime) - Add the min_entropy parameter to luks_format (vpodzime) - Move internal dmraid-related macros into the source file (vpodzime) - Add an override for the md_add function (vpodzime) - Fix parameters in luks_open python overrides (vpodzime) - Prevent init() from being done multiple times and provide a test function (vpodzime) - Add the roadmap.rst document (vpodzime) - Remove an extra parenthesis in one of the docstrings (vpodzime) - Move the mddetail function next to the mdexamine function (vpodzime) - Add some more constants required by blivet (vpodzime)- Require volume_key-devel in a version that fixes build issues (vpodzime) - Fix Python 2 devel package name in BuildRequires (vpodzime) - Generate docs for the library and all plugins (vpodzime) - Make doc comments better for documentation generation (vpodzime) - Fix parameter names in function prototypes (vpodzime) - Add the metadatasize parameter to pvcreate (vpodzime) - Add the dataalignment parameter to lvm_pvcreate (vpodzime) - Export non-internal constants via introspection (vpodzime) - Expand size constants in the GI-scanned files (vpodzime) - Fix usage printing in the boilerplate_generator (vpodzime) - Add the build directory to .gitignore (vpodzime) - Add the md_run function (vpodzime) - Fix some issues in Python overrides (vpodzime) - Add the escrow_device function to the crypto plugin (vpodzime) - Fix version of GI files in the Makefile (vpodzime) - Make the order of release target's dependencies more explicit (vpodzime)- Fix dependencies of the release target (vpodzime) - Python overrides for the GI-generated bindings (vpodzime) - Pass version info to the code and use it to load plugins (vpodzime)- Initial release/sbin/ldconfig/sbin/ldconfig 0.13-1.fc210.13-1.fc21BlockDev-0.1.typeliblibblockdev.so.0libblockdev.so.0.1.0BlockDev.pyBlockDev.pycBlockDev.pyoBlockDev.pyBlockDev.cpython-34.pycBlockDev.cpython-34.pyolibblockdevLICENSE/usr/lib/girepository-1.0//usr/lib//usr/lib/python2.7/site-packages/gi/overrides//usr/lib/python3.4/site-packages/gi/overrides//usr/lib/python3.4/site-packages/gi/overrides/__pycache__//usr/share/licenses//usr/share/licenses/libblockdev/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnuELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=055a6af5bb3d7a835eee09a7d9d8785f9d63c6b2, strippedPython script, ASCII text executablepython 2.7 byte-compiledpython 3.4 byte-compileddirectoryASCII text  PRRRR RRRRRR R R R R R ?P7zXZ !PH6 ]"k%jjd.h"IZ =3yS$'޶gU܊T٤, w xnīt$gdn?Զ騰1 Y;,뢧Y Q%cȔ-q*&gBBW*<9n8z{-y=Jr .4_S `eLwVk /NF3SȞmSٌ\qqivbyb1,.k_V1L)>UlSWTj3x&,[ܗQ}}W&]֬ 59JEŬlHRRc.[Gf?7qw~t)Q fcs×*Eve:"].pM ذjt)$ Ѣ斛 n9c8&&l'+zLu\P\syNt#u`pm|ܔq䩒,4jЮ;rl+RwZs*͓swAEm> hk'uzWۢf%b]?}xD^!nXbx,=RҠ٬ܔy@`1,W|7ó+1}-a3d%RJPT* CM9\X"[E _SUweNRYV]I@W84XI@1zjDfyk =-->FzX z?AXJdC%bAF!@Uqz}%Vtw6Y=T8q0qΔ 5}L?|OȶcI NZh4Wn*j@7&0?i7+aw5e;rSE.ˋKBNs,iݎs*ëEL@}i buH+kma~}h*'jtV* ͹[s#ې#oHsm}m'tea:SVX gXbd{x??$ Њ>i,%)(Al Dw`w+ɓ@s ׃QRnU!@4n¢F0l 9Z p>I:¬o+0=.v<@,Q,n 32d@sZSUFE/HbBq o>K=ӱnQ!Rq[~_X.#Bm)N6N%*u883ȥdwa6R3BZô_Fd>8lMļ(ilU-p, v̷fomI둜b[2Y0 CuZ&7)zݭ[S@*e}L˒[ Kykd|z2&k\р.m풬hbρB6:w= /I|o]zNfNV]:d2ơ'qW8hh=[AhDžJ ɵieu݇iff&'ԣ o$AVg"?d#o&N5˨GIx۹oM_%+?ꄡ!?? 2 < Qg(T0}t#|d:QogX^Β:5͵>&.3;b6KxI@'vICI8cb{q+ 3It8 ixJe5ZC <ݙfld!沯v$zch>{rXJYĊ~z4%;9|Qjo؟,m3x< !+ iUm')ZlFIP7܌V8#cTβF@.~ʥjPS<otjӥO o[ cѥUwQw|҃? N%(ruiE$bBǤV#t'[τ C;kj@cKrxSN~t'{O=̀ML 9fAhYk#+\Pw5o`A*Fء2:*w p+w;\/{"a[׭l )IgdG8zn?bmI* "'Is?w3Ryu*:hAsܔP>EdL1 'x8us,wa\a>=:@ZOvg$0j[F"D)4U>@oAȗItdGq!C[CDI(?zQ_P kOQXX 1)*Dg{G"7^`Z?_Pbkw;GzI|랴&(퀠_UqOj˜6C HTG}*_DC> Q6 !sw4LN` ^D5Nt YZ