Thomas Woerner
98681bd4d2
Use "#!/usr/bin/env python" for python shebang
...
ansible is not allowing to use "#!/usr/bin/python".
Due to a change in ansible-lint it is not possible to ignore the "bad"
shebang.
2023-05-05 16:26:45 +02:00
Rafael Guterres Jeffman
f6c376a68f
Migrated to SPDX license.
...
According to [1] all Fedora packages need to be updated to use a SPDX
expression. This patch updates the ansible-freeipa spec template to
comply with this change.
[1] https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1
2023-02-23 17:27:33 -03:00
Thomas Woerner
27cbd40182
ansible-freeipa.spec.in: Fix for loop with wildcard
...
The issue within the for loops to remove python shebangs and to remove the
execution flag from python files has been solved.
2022-12-06 10:18:08 +01:00
Rafael Guterres Jeffman
8459e1c454
utils: Remove deprecated shell scripts used to deploy IPA.
...
The deprecated shell scripts used to deplay IPA are outdated and are
not needed to deploy IPA. There is no documentation about them, and
they would need to be updated and maintained in the future.
2022-11-28 12:34:09 -03:00
Thomas Woerner
68a99ba5f9
utils/ansible-freeipa.spec.in: Sync with Fedora rawhide spec file
...
The spec file was updated and was lacking several updates.
2022-09-08 13:42:30 +02:00
Thomas Woerner
cf4c590303
ipa[server,replica,client]: Drop deactivated Python2/3 test
...
These tests have been deactivated for some time with b51397e and are
removed now.
2020-09-08 14:44:39 +02:00
Thomas Woerner
0395f4136f
New script utils/build-srpm.sh to build SRPM
...
This script gets version and release from git describe --tags. It uses
utils/ansible-freeipa.spec.in and the variables to generate
ansible-freeipa.spec in the top folder.
An archive not including the spec file is created to generate the SRPM from.
2020-08-21 17:55:53 +02:00