In particular:
* respective lines should be no longer than 80 characters
https://fedoraproject.org/wiki/Packaging:Guidelines#Summary_and_description
* there's no point to restate package names in the descriptions
* some minor cleanups (trailing whitespaces, missing dots in
descriptions [for uniformness], hefty wordings)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
In particular:
* glibc-devel is not the way to declare that build time environment
(toolchain) for C code is required -- in fact that gcc was present
in the buildroot was an accidental side-effect of libtool requiring
"gcc(major)" at particular version:
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires
* python3-devel package was not in BuildRequires despite the guidelines
orders to do so:
https://fedoraproject.org/wiki/Packaging:Python#Dependencies
* collapse overly long BuildRequire line regarding Python packages
into multiple ones
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Previous state with a single excessively long line was rather insane,
making maintenance anything but a breeze (not to speak about the broken
alphabetical order of the items).
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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>
fence-agents is Python 3 only, but pulls some Python2 build-time requirements which are not needed.
fence-agents-compute should also depend on python3-requests rather than python-requests.
- new package fence-agents-amt-ws
- new package fence-agents-compute
- new package fence-agents-drac
- new package fence-agents-hds-cb
- new package fence-agents-mpath
- new package fence-agents-sanbox2
- new package fence-agents-sbd
- new package fence-agents-vbox
- new package fence-agents-vmware
- new package fence-agents-xenapi