| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_gssproxy.service.patch
- version update to 0.8.4 see changelog at: https://github.com/gssapi/gssproxy/blob/main/docs/Releases/v0.8.4.md
- Replace system-user-nobody with user(nobody): be resilient to package name changes. - Replace python3 BuildRequires with python3-base: make build dep chain quite a bit cheaper.
- Update to 0.8.3: * various fixes - Removed 0001-Fix-runtests.py.patch
- Fix paths in tests and replace python's f-string usage - Test are passing in OBS, drop patch disable-failing-test.patch - Added patches: * 0001-Fix-runtests.py.patch - Removed patches: * disable-failing-test.patch
- Add patch to disable one test that fails in OBS only: * disable-failing-test.patch
- Update to 0.8.2: * no actual changelog, many bugfixes and friends - Remove no longer appplicable stuff: * 0001-Add-support-for-the-NO_CI_FLAG-credentials-option.REVERT * 0002-Add-test-to-check-setting-cred-options.REVERT * 0003-Include-header-for-writev.patch * gp_config.fix - Remove localy created .pc files
- 0003-Include-header-for-writev.patch upstream patch to fix build error
- gssproxy.spec - lots of tidy up, particularly using pkgconfig() for BuildRequires
- Initial check-in of version 0.7.0 gssproxy is needed on the NFS server if krb5 is used for NFS authentication using an AD directory server. /etc/krb5.conf may need "auth_to_local = RULE:[1:$1@$0]" on the "realms" section when "winbind" is used for nsswitch.conf. (bsc#1024309)(FATE#322526) - gp_config.fix 0001-Add-support-for-the-NO_CI_FLAG-credentials-option.REVERT 0002-Add-test-to-check-setting-cred-options.REVERT Conditionally allow compilation on older releases.