koji.next.md: drop RHEL 5 requirements

We don't support RHEL 5 any more, RHEL 6 is the minimum.
This commit is contained in:
Ken Dreyer 2017-12-04 11:10:14 -07:00 committed by Mike McLean
parent fa9d18a1c4
commit d68da458e6

View file

@ -33,8 +33,8 @@ Warning to the reader:
= Highlights/Major changes = = Highlights/Major changes =
- python3 support - python3 support
- the bulk of the code will target python 2.6 + python-six - RHEL 5 support is gone in main Koji releases. (It is available in the "legacy-py24" Git branch.)
- we'll create a basic client lib for older systems (e.g rhel5 clients/builders) - RHEL 6 is the oldest supported platform (so, Python 2.6 + python-six)
- drop xmlrpc in favor a json based rpc - drop xmlrpc in favor a json based rpc
- build namespaces - build namespaces
- allow for use cases that require multiple builds of the same NVR (or NVRA) - allow for use cases that require multiple builds of the same NVR (or NVRA)