ID | 2073776 |
Package Name | rpmconf |
Version | 1.1.7 |
Release | 1.el8.1 |
Epoch | |
Source | git+https://src.fedoraproject.org/rpms/rpmconf.git#1c26c88296838cd475877dd66a1d65ad306dfdf0 |
Summary |
Description |
Built by | msuchy |
State |
complete
|
Volume |
DEFAULT |
Started | Mon, 10 Oct 2022 11:17:27 UTC |
Completed | Mon, 10 Oct 2022 11:22:00 UTC |
Task | build (epel8-candidate, /rpms/rpmconf.git:1c26c88296838cd475877dd66a1d65ad306dfdf0) |
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/rpmconf.git#1c26c88296838cd475877dd66a1d65ad306dfdf0'}} |
Tags |
|
RPMs |
|
Logs |
|
Changelog |
* Mon Oct 10 2022 Miroslav Suchý <msuchy@redhat.com> 1.1.7-1.1
- 133273] - avoid loops during clean action
* Tue Oct 04 2022 msuchy <msuchy@redhat.com> - 1.1.6-2.1
- rebuilt
* Tue Oct 04 2022 msuchy <msuchy@redhat.com> - 1.1.6-1.1
- rebuilt
* Mon Aug 29 2022 Miroslav Suchý <msuchy@redhat.com> 1.1.6-1
- Automatic commit of package [rpmconf] release [1.1.5-1].
- Create codeql-analysis.yml
* Thu Aug 25 2022 Miroslav Suchý <msuchy@redhat.com> 1.1.5-1
- typo
- add distribution buttons
- master to main in releasers
* Thu Mar 04 2021 Miroslav Suchý <msuchy@redhat.com> 1.1.4-1
- 1934986 - update link
* Tue Dec 22 2020 Miroslav Suchý <miroslav@suchy.cz> 1.1.3-1
- Implement unattended mode.
- move init section after sleep() so it can be interrupted by Ctrl+C
* Mon Nov 30 2020 Miroslav Suchý <msuchy@redhat.com> 1.1.2-1
- BR make
- Fix typo in error message
* Mon May 04 2020 Miroslav Suchý <msuchy@redhat.com> 1.1.1-1
- 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
* Tue Apr 21 2020 Miroslav Suchý <miroslav@suchy.cz> 1.0.22-1
- build for el7
* Thu Jan 16 2020 Miroslav Suchý <msuchy@redhat.com> 1.0.21-1
- Drop the deprecated no-op "U" mode for open() to support Python 3.9
* Sun Sep 22 2019 Miroslav Suchý <msuchy@redhat.com> 1.0.20-1
- 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
* Wed Apr 05 2017 Miroslav Suchý <msuchy@redhat.com> 1.0.19-1
- implement --test
- 1350249 - correctly pass /dev/null to difflib
* Fri Jun 24 2016 Miroslav Suchý <miroslav@suchy.cz> 1.0.18-1
- add pylintrc
* Fri Jun 24 2016 Miroslav Suchý <miroslav@suchy.cz> 1.0.17-1
- 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
* Tue Dec 01 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.16-1
- temporary workaround for BZ 1287055
- 1287034 - local variable 'fromdate' referenced before assignment
* Fri Nov 27 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.15-1
- 1277025 - handle broken symlinks
* Tue Nov 24 2015 Miroslav Suchý <miroslav@suchy.cz> 1.0.14-1
- we use utf8
- call python3 directly
- 1258464 - improve error message
- 1282029 - check for root privileges
- 1283698 - clarify man page
* Fri Nov 13 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.13-1
- 1278134 - do TB when somebody remove file under our hand
* Tue Jun 30 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.12-1
- disable pylint warning
* Tue Jun 30 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.11-1
- disable pylint warning
* Tue Jun 30 2015 Miroslav Suchý <miroslav@suchy.cz> 1.0.10-1
- 1236722 - other method for stdin flush and handle Ctrl+C correctly
* Mon Jun 01 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.9-1
- pylint: let the logger expand params
- use soft deps
* Mon Jun 01 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.8-1
- 1226591 - do not flush stdin, when it is not TTY
- BR python3-six
- minor fixes
- use RPM Python API to get package name of file
* Mon Jan 12 2015 Miroslav Suchý <miroslav@suchy.cz> 1.0.7-1
- correctly reference tar.gz
- add / before usr/bin
- remove superfluous changelog line
* Fri Jan 09 2015 Miroslav Suchý <miroslav@suchy.cz> 1.0.6-1
- let tito bump up version in docs/source/conf.py
* Thu Jan 08 2015 Miroslav Suchý <miroslav@suchy.cz> 1.0.5-1
- add -doc subpackage
- mark LICENSE as %license
- Split to python class and CLI
- use rpm python api to get version
* Sun Nov 23 2014 Miroslav Suchý <msuchy@redhat.com> 1.0.4-1
- add BR rpm-python3
* Sun Nov 23 2014 Miroslav Suchý <miroslav@suchy.cz> 1.0.3-1
- Allow specification of a custom merge type via an environment variable,
$MERGE
- do not remove files on those merge tools, which does not return correct exit
code
- make pylint run mandatory
- skip /var/lib/mock when --clean
- use rpm bindings to find configfiles
- use filecmp instead of subprocessed diff
* Tue Nov 04 2014 Miroslav Suchý <msuchy@redhat.com> 1.0.2-1
- require rpm-python3
* Wed Oct 29 2014 Miroslav Suchý <msuchy@redhat.com> 1.0.1-1
- migrate to python3
- handle symlinks correctly
|