Name: | rpmconf |
---|---|
Version: | 1.0.22 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 43372 |
License: | GPLv3 |
RPM: | rpmconf-1.0.22-1.el7.noarch.rpm |
Source RPM: | rpmconf-1.0.22-1.el7.src.rpm |
Build Date: | Thu May 07 2020 |
Build Host: | x86-ol7-builder-02.us.oracle.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. |
- 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
- 1277025 - handle broken symlinks
- we use utf8 - call python3 directly - 1258464 - improve error message - 1282029 - check for root privileges - 1283698 - clarify man page
- 1278134 - do TB when somebody remove file under our hand