Commit Graph

155 Commits

Author SHA1 Message Date
Oyvind Albrigtsen
02680698fb - new upstream release (w/fence-virt project merged) 2021-06-04 13:17:08 +02:00
Oyvind Albrigtsen
428df07c0d - fence-agents-mpath: add missing fence_mpath_check* 2021-02-11 13:35:26 +01:00
Oyvind Albrigtsen
a73102c149 - add aliyun subpackage 2021-02-11 13:19:18 +01:00
Oyvind Albrigtsen
53ef56931f - new upstream release 2021-02-08 12:40:57 +01:00
Fedora Release Engineering
17321833ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 05:27:55 +00:00
Tom Stellard
16c6492b85 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-05 00:29:28 +00:00
Oyvind Albrigtsen
e3b4b50b34 - dont build -all subpackage as noarch 2020-12-09 15:04:25 +01:00
Oyvind Albrigtsen
b8b256311b - new upstream release 2020-12-09 13:23:51 +01:00
Fedora Release Engineering
9734ae9452 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 00:57:56 +00:00
Fedora Release Engineering
7e3f8b1b0e - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 17:22:29 +00:00
Fedora Release Engineering
b253e2a242 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 18:23:59 +00:00
Oyvind Albrigtsen
28f422faca - new upstream release
- added openstack subpackage
- spec improvements based on upstream spec-file
2019-10-23 17:16:17 +02:00
Oyvind Albrigtsen
d731d74d50 - new upstream release 2019-09-24 15:21:05 +02:00
Fedora Release Engineering
85dab5ce1c - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 00:28:53 +00:00
Oyvind Albrigtsen
5d9a97ab1a - new upstream release 2019-06-04 15:41:15 +02:00
Fedora Release Engineering
37a07b6e05 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 19:37:21 +00:00
Igor Gnatenko
12de7ebb46 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:01 +01:00
Oyvind Albrigtsen
ec9a45a47b - fence-agents-scsi: add missing fence-agents-common dependency 2019-01-16 10:34:38 +01:00
Oyvind Albrigtsen
656a23b80c - new upstream release 2018-12-03 12:35:40 +01:00
Oyvind Albrigtsen
baff0ab868 - new upstream release 2018-10-05 13:28:49 +02:00
Oyvind Albrigtsen
c882befc95 - Fix missing fence-agents-all subpackage after spec improvements 2018-09-19 14:40:47 +02:00
Oyvind Albrigtsen
9b6cb674a5 - Python 3: fix has_key() issues 2018-08-22 15:48:13 +02:00
Oyvind Albrigtsen
665838ba08 - Minor updates to descriptions/summaries 2018-08-20 15:04:08 +02:00
Jan Pokorný
c1f357b36b
- tone down excessively screaming license header
Also pronounce a new spec/build version.

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-20 14:34:44 +02:00
Jan Pokorný
4142d4696b
- order agent subpackages properly
Also note which packages are intentionally skipped from getting grabbed
with fence-agents-all.

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-20 14:32:25 +02:00
Jan Pokorný
b15242baef
- cleanup package summaries/descriptions
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>
2018-08-20 14:32:09 +02:00
Jan Pokorný
e2d2c7d7f2
- only refer to Python binary symbolically, drop buildroot cleanup
Regarding the latter:
https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections
https://en.opensuse.org/openSUSE:Specfile_guidelines#Removing_the_buildroot

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-14 18:13:36 +02:00
Jan Pokorný
8af47f5d86
- bytecompile native Python modules and ship these bytecodes properly
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-14 18:12:01 +02:00
Jan Pokorný
8c03510e80
- sanitize BuildRequires with respect to packaging guidelines
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>
2018-08-14 16:53:08 +02:00
Jan Pokorný
b5c6725f35
- sanitize allfenceagents internally defined enumeration
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>
2018-08-14 16:52:52 +02:00
Jan Pokorný
7871629f70
- move azure_fence.py and XenAPI.py to respective packages from -common
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-14 16:52:40 +02:00
Jan Pokorný
b400ea1c65
- restructure excludes
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-14 16:52:30 +02:00
Jan Pokorný
92f11d8549
- mark non-compiled packages properly as noarch, drop superfluous excludes
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-08-14 16:52:14 +02:00
Fedora Release Engineering
8b5004f8b7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 00:30:44 +00:00
Jason Tibbitts
cc2f49533b Remove needless use of %defattr 2018-07-10 00:49:45 -05:00
Oyvind Albrigtsen
bdd2631bbb - fence_vmware_soap: fix python3-suds issue 2018-06-18 13:32:58 +02:00
Oyvind Albrigtsen
d107f2f1c9 - new upstream release 2018-05-31 13:36:48 +02:00
Oyvind Albrigtsen
40d0720d08 - fence_scsi: fix Python 3 encoding issue 2018-05-25 10:10:20 +02:00
Oyvind Albrigtsen
dc9fe5dfe9 - new upstream release 2018-05-17 16:38:17 +02:00
Oyvind Albrigtsen
e579a37162 - new upstream release
- fence_vmware_soap / fence_ovh: use Python 2 till python3-suds bug
  is fixed
2018-02-15 16:36:49 +01:00
Igor Gnatenko
a1aa7a80e5
Remove %clean section
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>
2018-02-14 07:12:30 +01:00
Igor Gnatenko
992af95de3 Remove BuildRoot definition
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>
2018-02-13 23:21:52 +01:00
Oyvind Albrigtsen
8845099c83 - new upstream release 2018-02-09 16:04:18 +01:00
Fedora Release Engineering
4f8a30da58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 09:33:40 +00:00
Iryna Shcherbina
9bded7cb35 Cleanup no longer needed Python 2 dependencies
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.
2018-01-11 23:05:18 +01:00
Troy Dawson
38837de645 Cleanup spec file conditionals 2017-11-07 06:35:18 -08:00
Oyvind Albrigtsen
955a0f5f9d - fence-agents-common: remove fence_scsi_check files
- fence-scsi: add "fence_scsi_check_hardreboot"
2017-08-29 15:36:41 +02:00
Oyvind Albrigtsen
d10f8703a1 - fence-agents-common: remove fence_scsi_check files
- fence-scsi: add "fence_scsi_check_hardreboot"
2017-08-29 14:27:59 +02:00
Oyvind Albrigtsen
32e8d6502b - fence_zvm: fix "uintptr_t" undeclared 2017-08-03 13:54:03 +02:00
Oyvind Albrigtsen
0dc0af204c - Fix encoding for pexpect with Python 3.6
Resolves: rhbz#1473908
2017-08-03 13:06:53 +02:00