- fixed correct python checking, bz1715479
- fix unbound variables, issues #43
- fixed path to services state store
- fixed file submit to local patch is called outside test harness
- restore shell options in rlWatchdog, bz1713291
- correctly skip test version if there's no rpm source of it, bz1712495
- rebase to beakerlib-1.18
- support for dnf/dnf download
- support direct systemctl call
- ability to run without python (no journal.xml)
- better handling of reboots
- better handling of persistent data
- final report polishing
- better compatibility with old bash
- LibraryDir variable pointing to the library directory for all imported libraries
- fallback to curl if wget is not available
- updated documentation
- fixed meta file generation
- follow url redirection when using curl
- fixed checking for python interpreter
- weak dependency on python3
- handling of missing python
- fixed srpm fetching
- fallback to curl if wget is not available
- changed requirements structure
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Doing anything with spec grepping within spec is WRONG. If you want to
save extension, you should use Lua and %{patches} variable to implement
this hackery.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This changes only purely metadata-related information, specifically
what rpm --docfiles prints. The actual documentation files are already
included in the RPM by %dir.
Testing on RHEL6 with both rpm -ql and rpm -qd, no change could be
observed in the final generated RPM, so this change should have no
impact on anything working with the final RPM itself.
Signed-off-by: Jiri Jaburek <jjaburek@redhat.com>