Changelog for
growpart-rootgrow-1.0.5-1.5sr.noarch.rpm :
* Mon Aug 02 2021 Sean Marlow
- Fix root partition ID lookup. Only consider trailing digits to be part of the paritition ID. (bsc#1188868) (bsc#1188904)
* Tue Jul 13 2021 Robert Schweikert - 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.
* Fri Jan 22 2021 Sean Marlow - Add coverage config. Omit version module from coverage check.
* Fri Jan 22 2021 Sean Marlow - Fix string formatting for flake8 formatting.
* Fri Jan 22 2021 Sean Marlow - Replace travis testing with GitHub actions. Add ci testing workflow action.
* Fri Feb 28 2020 Robert Schweikert - Switch implementation to use Popen for Python 3.4 compatibility (bsc#1165198)
* Fri Feb 28 2020 Robert Schweikert - Bump version: 1.0.2 → 1.0.3
* Fri Feb 28 2020 Marcus Schäfer - 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.
* Fri Feb 28 2020 Robert Schweikert - 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
* Thu Nov 07 2019 Marcus Schäfer - Bump version: 1.0.1 → 1.0.2