Package Release Info

gssproxy-0.8.4-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gssproxy

Change Logs

* Tue Feb 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
* Tue Sep 21 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_gssproxy.service.patch
* Tue Mar 16 2021 pgajdos@suse.com
- version update to 0.8.4
  see changelog at:
  https://github.com/gssapi/gssproxy/blob/main/docs/Releases/v0.8.4.md
* Tue Jan 26 2021 Dominique Leuenberger <dimstar@opensuse.org>
- 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.
* Thu Apr 23 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 0.8.3:
  * various fixes
- Removed 0001-Fix-runtests.py.patch
* Thu Jul 04 2019 Samuel Cabrero <scabrero@suse.de>
- 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
* Mon Jul 01 2019 Tomáš Chvátal <tchvatal@suse.com>
- Add patch to disable one test that fails in OBS only:
  * disable-failing-test.patch
* Wed May 22 2019 Tomáš Chvátal <tchvatal@suse.com>
- 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
Version: 0.7.0-bp150.2.2
* Sun Oct 08 2017 nfbrown@suse.com
- 0003-Include-header-for-writev.patch
  upstream patch to fix build error
* Mon Mar 20 2017 nfbrown@suse.com
- gssproxy.spec - lots of tidy up, particularly using
  pkgconfig() for BuildRequires
* Thu Mar 09 2017 nfbrown@suse.com
- 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.