File growpart-rootgrow.changes of Package growpart-rootgrow.13072
-------------------------------------------------------------------
Thu Oct 24 14:38:48 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Bump version: 1.0.0 → 1.0.1
-------------------------------------------------------------------
Thu Oct 24 14:37:46 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Reference entry for maintenance
Tracker bug for the submission set to: bsc#1154357
-------------------------------------------------------------------
Mon Aug 26 10:37:37 CEST 2019 - Marcus Schäfer <ms@suse.de>
- 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
-------------------------------------------------------------------
Mon Aug 19 15:24:44 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Bump version: 0.0.2 → 1.0.0
-------------------------------------------------------------------
Mon Aug 19 15:23:52 CEST 2019 - Marcus Schäfer <ms@suse.de>
- 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
-------------------------------------------------------------------
Wed Aug 14 16:58:00 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Bump version: 0.0.1 → 0.0.2
-------------------------------------------------------------------
Wed Aug 14 16:55:30 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Update spec file requirement list
-------------------------------------------------------------------
Tue Aug 13 15:21:21 CEST 2019 - Marcus Schäfer <ms@suse.de>
- 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
-------------------------------------------------------------------
Fri Jul 26 17:08:20 CEST 2019 - Marcus Schäfer <ms@suse.de>
- 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 build