Name: | rpmconf |
---|---|
Version: | 1.1.3 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 45203 |
License: | GPLv3 |
RPM: | rpmconf-1.1.3-1.el8.noarch.rpm |
Source RPM: | rpmconf-1.1.3-1.el8.src.rpm |
Build Date: | Thu Jan 07 2021 |
Build Host: | jenkins-172-17-0-2-3ddf467a-3d6a-4602-adbc-68db6db24c9b.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://wiki.github.com/xsuchy/rpmconf |
Summary: | Tool to handle rpmnew and rpmsave files |
Description: | This tool search for .rpmnew, .rpmsave and .rpmorig files and ask you what to do with them: Keep current version, place back old version, watch the diff or merge. |
- Implement unattended mode. - move init section after sleep() so it can be interrupted by Ctrl+C
- BR make - Fix typo in error message
- fix version in released rpm - fix short version of --version - implement --root option - initialize rpm transaction faster - do not traceback when Ctrl+C - do not go over all packages if neither -a or -o is set - implement --exclude
- build for el7
- Drop the deprecated no-op "U" mode for open() to support Python 3.9
- remove old changelog entries - better handle message after merging - do not run pylint by default - add sdiff support [GH#51] - rpmconf.sgml: Improve readability - include README in package
- implement --test - 1350249 - correctly pass /dev/null to difflib
- add pylintrc
- set loglevel only for rpmconf logger - standard import "import errno" comes before "from rpmconf import rpmconf" (wrong-import-order) - fix a typo in the /usr/bin/ls arguments
- temporary workaround for BZ 1287055 - 1287034 - local variable 'fromdate' referenced before assignment