growpart-rootgrow-1.0.5-1.9.1<>,'Pa Bp9|\bD);hT"#p%1$I|C5lÛ2%K /[De YxvLpcWM[:'q{-RԾp͐vg\!H=E|(ֻ&.VXo,f{@Y%kμTC"N;!,Rk0ڝ9W֏z{V:= ^eH@֓_Dd,/= BѮg*$R +6&!(*|p1f+zKRc(>>4?$d  <lpx|  x   (  ,0   r ( 8 9 : F.G@HIXY \]p^bcd e%f(l*u<vwxHy z Cgrowpart-rootgrow1.0.51.9.1Simple Wrapper for growpartA simple wrapper implementation for growparta Bgoat02qSUSE Linux Enterprise 15SUSE LLC GPL-3.0+https://www.suse.com/System/Managementhttps://github.com/SUSE-Enceladus/rootgrowlinuxnoarch5   *KAA큤A큤A큤a Ba Ba Ba Ba Ba Ba B` ATa Ba B` *a Ba Ba Ba Ba B`Ga@a@a Ba Ba Bb9ad958712734f90e2ef20178372f44d385981dae23997a4692c7a01a1dd552b9c1d0331c9b498c4a21b673daefd21652f3a9efed6b09f909badb7b39a3cb3277959e4cf906a53d4d85ac882ca4798badbdaaefbcc8fa8ecd40ab64e93b63a9f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b43baa0d740cc2a24609528798f84a804ff0f5306b68bb650b5369680466e46c401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b4e34d3b17ef5dd1e34865d1d3245f1a40158ec9bc19ea6d3547423a3fb96e9164ef66be00d5f310f9adbca45bc3bb94358e62df378c833ab9886d01deb6f78d0e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85521fe9c9ec626a5251a24542669962d8f5ecb6ca3393fc5390f776d49a3d7739405fbdf6ba7bf842f399b87b2365a3df06e5b6f8bbb7eb99d398bf82ebd01b912c14d1c6566c9f2c783fd4b6af273640c37e65b423273f533d285a7969e69aa4b00cdf51e03b1aa4e570460a47e89bbfa1cb5d01ff5e8484db7c3165eb5e5a309f9d03f3de9fe924025c67424f41b2f916ebc3063bfae039622a599715db1c802bbaba3f2d9e6614a8e5d641882d9cf98a90cfdf696974f7624be843c6ef4fd2f3fc0fb356a4de7ddecdbbd3e442fe0b6d0b757855e4b95f72f73aa54334c5ca3f3144b59ebb7bd623d8fcbda1620c6f8d60d8262e75c312f4fc51fd5236fb44d8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgrowpart-rootgrow-1.0.5-1.9.1.src.rpmgrowpart-rootgrow@@    /usr/bin/python3python(abi)python3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdutil-linux3.63.0.4-14.6.0-14.0-15.2-14.14.1a@`@` @` @` @^Y^Y^Y^Y]@]d@]@]@]c]Z@]Z@]S]S]R@]:@sean.marlow@suse.comrjschwei@suse.comsean.marlow@suse.comsean.marlow@suse.comsean.marlow@suse.comrjschwei@suse.comrjschwei@suse.comms@suse.derjschwei@suse.comms@suse.dems@suse.dems@suse.dems@suse.dems@suse.dems@suse.dems@suse.dems@suse.dems@suse.dems@suse.dems@suse.de- Fix root partition ID lookup. Only consider trailing digits to be part of the paritition ID. (bsc#1188868) (bsc#1188904)- Change the logic to determine the partition ID of the root filesystem (bsc#1188179) + Previously the algorithm depended on the order of the output from lsblk using an index to keep track of the known partitions. The new implementation is order independent, it depends on the partition ID being numerical in nature and at the end of the device string.- Add coverage config. Omit version module from coverage check.- Fix string formatting for flake8 formatting.- Replace travis testing with GitHub actions. Add ci testing workflow action.- Switch implementation to use Popen for Python 3.4 compatibility (bsc#1165198)- Bump version: 1.0.2 → 1.0.3- Fixed unit tests and style This clobbers several fixes into one. Sorry about it but I started on already made changes done by other people. This commit includes several pep8 style fixes mostly on the indentation level. In addition it fixes the unit tests to really cover all code and to make the exception tests really effective.- Switch to use Popen instead of run The run() fuction in the subprocess module was implemented after Python 3.4. However, we need to support Python 3.4 for SLES 12- Bump version: 1.0.1 → 1.0.2- Package LICENSE file The LICENSE file is part of the source repo but was not packaged with the rpm package- Bump version: 1.0.0 → 1.0.1- Reference entry for maintenance Tracker bug for the submission set to: bsc#1154357- Fixed binary location in service unit file rootgrow is installed via the console_scripts entrypoint of pythons setuptools. Unfortunately that entrypoint does not have an easy way to target a console script to /usr/sbin which would be the correct location. As patching the situation in setuptools will cause a huge chain of after effects for a simple thing I decided to just go with /usr/bin and provide this simple one liner patch in the systemd service file- Bump version: 0.0.2 → 1.0.0- Name package growpart-rootgrow for compat reasons Avoid any change on the image description level. This requires the package to be named like the subpackage from the growpart build before- Bump version: 0.0.1 → 0.0.2- Update spec file requirement list- Refactor entire code and device handling Split code into more readable parts. Make use of util linux findmnt, lsblk and friends and stabilize the entire code base. Also cover code with unit tests- Initial project setup Created all infrastructure, testing, virtualenv and package data files to develop rootgrow as a python project. Also adapted the existing code to be flake8 clean. Some more restructuring and especially unit testing needs to be done prior to the first package buildgoat02 1627996883 1.0.5-1.9.1rootgrowrootgrowrootgrow-1.0.5-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.pycresizefs.cpython-36.pycrootgrow.cpython-36.pycversion.cpython-36.pycresizefs.pyrootgrow.pyversion.pyrootgrow.servicegrowpart-rootgrowLICENSE/usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info//usr/lib/python3.6/site-packages/rootgrow//usr/lib/python3.6/site-packages/rootgrow/__pycache__//usr/lib/systemd/system//usr/share/doc/packages//usr/share/doc/packages/growpart-rootgrow/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:20690/SUSE_SLE-15_Update/e0f9fca5c42c1a2e9e612e509868830c-growpart-rootgrow.SUSE_SLE-15_Updatedrpmxz5noarch-suse-linuxPython script, ASCII text executabledirectoryASCII textemptypython 3.6 byte-compiledRRRRRRRRR*+%jj^ ʝn`utf-85583f8e8ae6ff5931289fb77dcbca7c5dd406543787b70ed745c792ff3f1e0cd? 7zXZ !t/f]"k%6Z̻߹ܛJk^Xm|LIt h1$P)+!J -g&m{0Z!nS6gq -o<(ZKt28^>+s .?FZSyi50i2~@RL#!(o)luK()KI~ߒG|ƛA˫b i9^Kd Zl}CyEX`(bu!hZ/)w%. N?^b8 C ,Z24CRr/X}\uL+8U\fܔ2?4|c՝rqhU->\ enhv 0#;\=njG2MMz +S!&|rA5%q.N#>߁˞ O@]O"bGvRMFb RQCL˗ J}Mf( Q& 0N;ayLR+8ۮG>U_(\hM S-a5nƷ޸@L&[)Y(]_2(6}R"u> &"ҞG`\68X.sB_tkrwH$縏y/e`R\X#!Fe=W7DxqN_. nUOgn~ǰȔ--\9>i,O % (c} ֨0R?_p?@Kg&Px=bUpW n]}>!?llӵl! phnYgRsH: cn5'ś w6Nֽfj{cE[#.5 R^P雊+,eU s!UjgI\䇢]7!ќsvK=QAYݥ spzm?Pۡ{׉N)}@nhZrŒd )/#֙K6Eɂ ]^M~ȭ |ZJB YO2\yܼFV%̤_٣ jmzbf';!7TDdFݚRK! 7JOٴ6jnXJ/֪/ @YI$DRSA6XEYzX9kg}3n4 G; دp58Be|\:M`XQ w5ҵC˘MUe .k| YZ