2012-07-16 15:40:16 +00:00
|
|
|
Name: gssproxy
|
2017-03-07 22:32:21 +00:00
|
|
|
Version: 0.7.0
|
2017-05-01 17:00:42 +00:00
|
|
|
Release: 5%{?dist}
|
2012-07-16 15:40:16 +00:00
|
|
|
Summary: GSSAPI Proxy
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: MIT
|
2017-02-23 18:20:45 +00:00
|
|
|
URL: https://pagure.io/gssproxy
|
|
|
|
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
|
2012-07-16 15:40:16 +00:00
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
|
|
|
%global servicename gssproxy
|
|
|
|
%global pubconfpath %{_sysconfdir}/gssproxy
|
2013-04-26 13:07:47 +00:00
|
|
|
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
|
|
|
|
|
|
|
### Patches ###
|
2017-03-14 19:00:23 +00:00
|
|
|
Patch0: Properly-renew-expired-credentials.patch
|
|
|
|
Patch1: Change-impersonator-check-code.patch
|
|
|
|
Patch2: Allow-connection-to-self-when-impersonator-set.patch
|
2017-04-03 16:09:13 +00:00
|
|
|
Patch3: Remove-gpm_release_ctx-to-fix-double-unlock.patch
|
2017-05-01 17:00:42 +00:00
|
|
|
Patch4: Update-systemd-file.patch
|
2013-04-26 13:07:47 +00:00
|
|
|
|
|
|
|
### Dependencies ###
|
2015-03-24 18:38:07 +00:00
|
|
|
Requires: krb5-libs >= 1.12.0
|
2013-04-01 20:07:21 +00:00
|
|
|
Requires: keyutils-libs
|
2016-09-27 17:55:12 +00:00
|
|
|
Requires: libverto-module-base
|
2016-05-05 13:51:56 +00:00
|
|
|
Requires: libini_config
|
2012-07-16 15:40:16 +00:00
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
|
|
|
|
### Build Dependencies ###
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: m4
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: libxml2
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: doxygen
|
2013-04-01 20:07:21 +00:00
|
|
|
BuildRequires: gettext-devel
|
2012-07-16 15:40:16 +00:00
|
|
|
BuildRequires: pkgconfig
|
2015-03-24 18:38:07 +00:00
|
|
|
BuildRequires: krb5-devel >= 1.12.0
|
2013-04-01 20:07:21 +00:00
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: keyutils-libs-devel
|
2016-05-04 20:08:02 +00:00
|
|
|
BuildRequires: libini_config-devel >= 1.2.0
|
2013-04-01 20:07:21 +00:00
|
|
|
BuildRequires: libverto-devel
|
|
|
|
BuildRequires: popt-devel
|
2012-07-16 15:40:16 +00:00
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: systemd-units
|
|
|
|
|
|
|
|
%description
|
2013-04-26 13:07:47 +00:00
|
|
|
A proxy for GSSAPI credential handling
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2017-03-14 19:00:23 +00:00
|
|
|
%patch0 -p2 -b .Properly-renew-expired-credentials
|
|
|
|
%patch1 -p2 -b .Change-impersonator-check-code
|
|
|
|
%patch2 -p2 -b .Allow-connection-to-self-when-impersonator-set
|
2017-04-03 16:09:13 +00:00
|
|
|
%patch3 -p2 -b .Remove-gpm_release_ctx-to-fix-double-unlock
|
2017-05-01 17:00:42 +00:00
|
|
|
%patch4 -p2 -b .Update-systemd-file
|
2015-03-24 22:35:18 +00:00
|
|
|
|
2015-03-24 20:10:09 +00:00
|
|
|
%build
|
2012-07-16 15:40:16 +00:00
|
|
|
autoreconf -f -i
|
|
|
|
%configure \
|
|
|
|
--with-pubconf-path=%{pubconfpath} \
|
2015-03-24 18:38:07 +00:00
|
|
|
--with-initscript=systemd \
|
2012-07-16 15:40:16 +00:00
|
|
|
--disable-static \
|
2013-05-16 12:14:11 +00:00
|
|
|
--disable-rpath \
|
|
|
|
--with-gpp-default-behavior=REMOTE_FIRST
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags} all
|
2013-05-16 12:14:11 +00:00
|
|
|
make test_proxymech
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
2013-04-26 13:07:47 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
2012-07-16 15:40:16 +00:00
|
|
|
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
2013-04-24 11:03:25 +00:00
|
|
|
install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
|
2016-05-05 18:07:52 +00:00
|
|
|
install -m644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
2015-03-24 18:38:07 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d
|
|
|
|
install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
2016-06-14 18:50:21 +00:00
|
|
|
mkdir -p %{buildroot}%{gpstatedir}/rcache
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2012-07-18 11:07:54 +00:00
|
|
|
%doc COPYING
|
2012-07-16 15:40:16 +00:00
|
|
|
%{_unitdir}/gssproxy.service
|
|
|
|
%{_sbindir}/gssproxy
|
2013-04-26 13:07:47 +00:00
|
|
|
%attr(755,root,root) %dir %{pubconfpath}
|
2013-04-26 21:19:45 +00:00
|
|
|
%attr(755,root,root) %dir %{gpstatedir}
|
2013-04-26 13:07:47 +00:00
|
|
|
%attr(700,root,root) %dir %{gpstatedir}/clients
|
2016-06-14 18:50:21 +00:00
|
|
|
%attr(700,root,root) %dir %{gpstatedir}/rcache
|
2013-04-01 20:07:21 +00:00
|
|
|
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
2016-05-05 18:07:52 +00:00
|
|
|
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
2015-03-24 18:38:07 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
2013-04-01 20:07:21 +00:00
|
|
|
%{_libdir}/gssproxy/proxymech.so
|
2012-07-16 15:40:16 +00:00
|
|
|
%{_mandir}/man5/gssproxy.conf.5*
|
|
|
|
%{_mandir}/man8/gssproxy.8*
|
2013-04-24 11:03:25 +00:00
|
|
|
%{_mandir}/man8/gssproxy-mech.8*
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%post
|
2012-08-22 20:52:35 +00:00
|
|
|
%systemd_post gssproxy.service
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%preun
|
2012-08-22 20:52:35 +00:00
|
|
|
%systemd_preun gssproxy.service
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%postun
|
2012-08-22 20:52:35 +00:00
|
|
|
%systemd_postun_with_restart gssproxy.service
|
2012-07-16 15:40:16 +00:00
|
|
|
|
|
|
|
%changelog
|
2017-05-01 17:00:42 +00:00
|
|
|
* Mon May 01 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-5
|
|
|
|
- Update systemd unit file (nfs removal, reload capability)
|
|
|
|
|
2017-04-03 16:09:13 +00:00
|
|
|
* Mon Apr 03 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-4
|
|
|
|
- Backport fix for double unlock
|
|
|
|
|
2017-03-28 20:32:12 +00:00
|
|
|
* Tue Mar 28 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-3
|
|
|
|
- Drop NFS server snippet (removes dependency on nfs kernel component)
|
|
|
|
|
2017-03-14 19:00:23 +00:00
|
|
|
* Tue Mar 14 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-2
|
|
|
|
- Fix credential renewal and impersonator checking for m_a_g
|
|
|
|
|
2017-03-07 22:32:21 +00:00
|
|
|
* Tue Mar 07 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-1
|
|
|
|
- New upstream release - 0.7.0
|
2017-03-06 16:02:45 +00:00
|
|
|
|
2017-03-07 22:32:21 +00:00
|
|
|
* Mon Mar 06 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.2-4
|
2017-03-06 16:02:45 +00:00
|
|
|
- Actually apply the patches I just added
|
|
|
|
- Also include a Coverity fix.
|
|
|
|
|
2017-02-28 19:08:31 +00:00
|
|
|
* Tue Feb 28 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.2-2
|
|
|
|
- Include other non-null fix and various things from master
|
|
|
|
|
2017-02-23 18:20:45 +00:00
|
|
|
* Thu Feb 23 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.2-1
|
|
|
|
- Fix incorrect use of non-null string in xdr
|
|
|
|
- Also move version number to better reflect what is inside
|
|
|
|
|
2017-02-10 12:18:08 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-23 22:06:28 +00:00
|
|
|
* Mon Jan 23 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-2
|
|
|
|
- Fix allocation issue of cred store
|
|
|
|
- Resolves: #1415400
|
|
|
|
|
2017-01-20 22:29:47 +00:00
|
|
|
* Fri Jan 20 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-1
|
|
|
|
- New upstream release v0.6.1
|
|
|
|
- Resolves: #1415090
|
|
|
|
|
2017-01-18 23:38:16 +00:00
|
|
|
* Wed Jan 18 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.0-1
|
|
|
|
- New upstream release v0.6.0
|
|
|
|
|
2016-09-27 17:55:12 +00:00
|
|
|
* Tue Sep 27 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-3
|
|
|
|
- Adjust libverto dependency to not use a specific backend
|
|
|
|
- Resolves: #1379812
|
|
|
|
|
2016-06-14 18:50:21 +00:00
|
|
|
* Tue Jun 14 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-2
|
|
|
|
- Own /var/lib/gssproxy/rcache
|
|
|
|
|
2016-06-13 19:17:34 +00:00
|
|
|
* Mon Jun 13 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-1
|
|
|
|
- Update to upstream release v0.5.1
|
|
|
|
- Resolves: #1345871
|
|
|
|
|
2016-06-07 16:00:23 +00:00
|
|
|
* Tue Jun 07 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-5
|
|
|
|
- Acquire new socket for fork/permission drops on clients
|
|
|
|
|
2016-05-09 21:13:25 +00:00
|
|
|
* Mon May 09 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-4
|
|
|
|
- Do not package mod_auth_gssapi conf file
|
|
|
|
- This ensures gssproxy works even when the apache user does not exist
|
|
|
|
|
2016-05-05 18:07:52 +00:00
|
|
|
* Thu May 05 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-3
|
|
|
|
- Ensure we actually package the config files
|
|
|
|
|
2016-05-05 13:51:56 +00:00
|
|
|
* Thu May 05 2016 Simo Sorce <simo@redhat.com> - 0.5.0-2
|
|
|
|
- Fix typo in requires
|
|
|
|
|
2016-05-04 20:08:02 +00:00
|
|
|
* Wed May 04 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-1
|
|
|
|
- Release new upstream version
|
|
|
|
- Bump ini_config version for `ini_config_augment()`
|
|
|
|
|
2016-02-03 23:24:43 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-16 23:23:04 +00:00
|
|
|
* Wed Dec 16 2015 Robbie Harwood <rharwood@redhat.com> - 0.4.1-4
|
|
|
|
- Fix issues with 1.14
|
|
|
|
- Fix bogus date in changelog (March 30 2015 was a Monday)
|
|
|
|
|
2015-10-21 16:54:57 +00:00
|
|
|
* Wed Oct 21 2015 Robbie Harwood <rharwood@redhat.com> - 0.4.1-3
|
|
|
|
- Clear message buffer to fix segfault on arm
|
|
|
|
- resolves: #1235902
|
|
|
|
|
2015-06-17 09:54:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-12-16 23:23:04 +00:00
|
|
|
* Mon Mar 30 2015 Simo Sorce <simo@redhat.com> 0.4.1-1
|
2015-03-30 13:41:41 +00:00
|
|
|
- New upstream release
|
|
|
|
- Fix issues with paths in config files
|
|
|
|
|
2015-03-24 22:35:18 +00:00
|
|
|
* Tue Mar 24 2015 Simo Sorce <simo@redhat.com> 0.4.0-2
|
|
|
|
- Workaround rawhide bug (bz1204646) with krb5-config by switching to
|
|
|
|
pkg-config (patch from upstream)
|
|
|
|
|
2015-03-24 18:38:07 +00:00
|
|
|
* Tue Mar 24 2015 Simo Sorce <simo@redhat.com> 0.4.0-1
|
|
|
|
- New upstream realease
|
|
|
|
Added optional support for running GSS-Proxy as an unprivileged user
|
|
|
|
Uses new /etc/gss/mech.d configuration directory for gss mechanisms
|
|
|
|
Kernel related fixes
|
|
|
|
General bug fixing, many minor errors or incorrect behaviours have been corrected
|
|
|
|
- drop all patches, they are all included upstream
|
|
|
|
|
2014-08-16 19:15:41 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 18:55:11 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-29 14:39:59 +00:00
|
|
|
* Thu May 29 2014 Simo Sorce <simo@redhat.com> 0.3.1-2
|
|
|
|
- Rebuild as new ding-libs brings in soname bump
|
|
|
|
|
2014-03-13 15:46:46 +00:00
|
|
|
* Thu Mar 13 2014 Guenther Deschner <gdeschner@redhat.com> 0.3.1-1
|
|
|
|
- Fix flags handling in gss_init_sec_context()
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/112
|
|
|
|
- Fix nfsd startup
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/114
|
|
|
|
- Fix potential mutex deadlock
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/120
|
|
|
|
- Fix segfault in gssi_inquire_context
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/117
|
|
|
|
- resolves: #1061133
|
|
|
|
|
2013-11-26 14:06:48 +00:00
|
|
|
* Tue Nov 26 2013 Guenther Deschner <gdeschner@redhat.com> 0.3.1-0
|
|
|
|
- New upstream release 0.3.1:
|
|
|
|
* Fix use of gssproxy for client initiation
|
|
|
|
* Add new enforcing and filtering options for context initialization
|
|
|
|
* Fix potential thread safety issues
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/110
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/111
|
|
|
|
|
2013-11-20 14:33:27 +00:00
|
|
|
* Tue Nov 19 2013 Guenther Deschner <gdeschner@redhat.com> 0.3.0-3
|
2013-11-19 13:18:28 +00:00
|
|
|
- Fix flags handling in gss_init_sec_context()
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/106
|
|
|
|
- Fix OID handling in gss_inquire_cred_by_mech()
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/107
|
2013-11-19 13:53:13 +00:00
|
|
|
- Fix continuation processing for not yet fully established contexts.
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/108
|
2013-11-20 14:33:27 +00:00
|
|
|
- Add flags filtering and flags enforcing.
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/109
|
2013-11-19 13:18:28 +00:00
|
|
|
|
2013-10-24 16:09:47 +00:00
|
|
|
* Wed Oct 23 2013 Guenther Deschner <gdeschner@redhat.com> 0.3.0-0
|
2013-10-23 18:34:53 +00:00
|
|
|
- New upstream release 0.3.0:
|
|
|
|
* Add support for impersonation (depends on s4u2self/s4u2proxy on the KDC)
|
|
|
|
* Add support for new rpc.gssd mode of operation that forks and changes uid
|
|
|
|
* Add 2 new options allow_any_uid and cred_usage
|
|
|
|
|
2013-10-18 12:42:12 +00:00
|
|
|
* Fri Oct 18 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-8
|
|
|
|
- Fix default proxymech documentation and fix LOCAL_FIRST implementation
|
|
|
|
- resolves: https://fedorahosted.org/gss-proxy/ticket/105
|
|
|
|
|
2013-08-03 16:45:41 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-24 14:56:26 +00:00
|
|
|
* Wed Jul 24 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-6
|
|
|
|
- Add better default gssproxy.conf file for nfs client and server usage
|
|
|
|
|
2013-06-06 21:03:03 +00:00
|
|
|
* Thu Jun 06 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-5
|
|
|
|
- New upstream release
|
|
|
|
|
2013-05-31 18:06:15 +00:00
|
|
|
* Fri May 31 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-5
|
|
|
|
- Require libverto-tevent to make sure libverto initialization succeeds
|
|
|
|
|
2013-05-29 14:14:31 +00:00
|
|
|
* Wed May 29 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-4
|
|
|
|
- Modify systemd unit files for nfs-secure services
|
|
|
|
|
2013-05-22 17:05:02 +00:00
|
|
|
* Wed May 22 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-3
|
|
|
|
- Fix cred_store handling w/o client keytab
|
|
|
|
|
2013-05-16 12:14:11 +00:00
|
|
|
* Thu May 16 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-2
|
|
|
|
- New upstream release
|
|
|
|
|
2013-05-07 12:45:25 +00:00
|
|
|
* Tue May 07 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.1-2
|
|
|
|
- New upstream release
|
|
|
|
|
2013-04-24 11:03:25 +00:00
|
|
|
* Wed Apr 24 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.0-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-04-01 20:07:21 +00:00
|
|
|
* Mon Apr 01 2013 Simo Sorce <simo@redhat.com> - 0.1.0-0
|
|
|
|
- New upstream release
|
|
|
|
|
2013-02-14 00:37:04 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-07 10:36:43 +00:00
|
|
|
* Tue Nov 06 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.3-7
|
|
|
|
- Update to 0.0.3
|
|
|
|
|
2012-08-22 20:52:35 +00:00
|
|
|
* Wed Aug 22 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-6
|
|
|
|
- Use new systemd-rpm macros
|
|
|
|
- resolves: #850139
|
|
|
|
|
2012-07-18 11:07:54 +00:00
|
|
|
* Wed Jul 18 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-5
|
|
|
|
- More spec file fixes
|
|
|
|
|
2012-07-16 17:08:42 +00:00
|
|
|
* Mon Jul 16 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-4
|
|
|
|
- Fix systemd service file
|
|
|
|
|
2012-07-16 15:40:16 +00:00
|
|
|
* Fri Jul 13 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-3
|
|
|
|
- Fix various packaging issues
|
|
|
|
|
|
|
|
* Mon Jul 02 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.1-2
|
|
|
|
- Add systemd packaging
|
|
|
|
|
|
|
|
* Wed Mar 28 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.1-1
|
|
|
|
- Various fixes
|
|
|
|
|
|
|
|
* Mon Dec 12 2011 Simo Sorce <simo@redhat.com> - 0.0.2-0
|
|
|
|
- Automated build of the gssproxy daemon
|