Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

growpart-rootgrow-1.0.5-lp152.2.6.1 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: growpart-rootgrow Distribution: openSUSE Leap 15.2
Version: 1.0.5 Vendor: openSUSE
Release: lp152.2.6.1 Build date: Thu Aug 12 16:11:07 2021
Group: System/Management Build host: hci-cnode1-m0
Size: 49743 Source RPM: growpart-rootgrow-1.0.5-lp152.2.6.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/SUSE-Enceladus/rootgrow
Summary: Simple Wrapper for growpart
A simple wrapper implementation for growpart

Provides

Requires

License

GPL-3.0+

Changelog

* Mon Aug 02 2021 Sean Marlow <sean.marlow@suse.com>
  - 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 <rjschwei@suse.com>
  - 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 <sean.marlow@suse.com>
  - Add coverage config.
    Omit version module from coverage check.
* Fri Jan 22 2021 Sean Marlow <sean.marlow@suse.com>
  - Fix string formatting for flake8 formatting.
* Fri Jan 22 2021 Sean Marlow <sean.marlow@suse.com>
  - Replace travis testing with GitHub actions.
    Add ci testing workflow action.
* Fri Feb 28 2020 Robert Schweikert <rjschwei@suse.com>
  - Switch implementation to use Popen for Python 3.4 compatibility (bsc#1165198)
* Fri Feb 28 2020 Robert Schweikert <rjschwei@suse.com>
  - Bump version: 1.0.2 → 1.0.3
* Fri Feb 28 2020 Marcus Schäfer <ms@suse.de>
  - 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 <rjschwei@suse.com>
  - 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 <ms@suse.de>
  - Bump version: 1.0.1 → 1.0.2
* Tue Nov 05 2019 Marcus Schäfer <ms@suse.de>
  - Package LICENSE file
    The LICENSE file is part of the source repo but was not
    packaged with the rpm package
* Thu Oct 24 2019 Marcus Schäfer <ms@suse.de>
  - Bump version: 1.0.0 → 1.0.1
* Thu Oct 24 2019 Marcus Schäfer <ms@suse.de>
  - Reference entry for maintenance
    Tracker bug for the submission set to: bsc#1154357
* Mon Aug 26 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 2019 Marcus Schäfer <ms@suse.de>
  - Bump version: 0.0.2 → 1.0.0
* Mon Aug 19 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 2019 Marcus Schäfer <ms@suse.de>
  - Bump version: 0.0.1 → 0.0.2
* Wed Aug 14 2019 Marcus Schäfer <ms@suse.de>
  - Update spec file requirement list
* Tue Aug 13 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 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

Files

/usr/bin/rootgrow
/usr/lib/python3.6/site-packages/rootgrow
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/rootgrow/__init__.py
/usr/lib/python3.6/site-packages/rootgrow/__pycache__
/usr/lib/python3.6/site-packages/rootgrow/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rootgrow/__pycache__/resizefs.cpython-36.pyc
/usr/lib/python3.6/site-packages/rootgrow/__pycache__/rootgrow.cpython-36.pyc
/usr/lib/python3.6/site-packages/rootgrow/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/rootgrow/resizefs.py
/usr/lib/python3.6/site-packages/rootgrow/rootgrow.py
/usr/lib/python3.6/site-packages/rootgrow/version.py
/usr/lib/systemd/system/rootgrow.service
/usr/share/doc/packages/growpart-rootgrow
/usr/share/doc/packages/growpart-rootgrow/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:25:09 2024