099d03
%global glib2_version 2.44.0
099d03
%global gcr_version 3.27.90
099d03
%global gcrypt_version 1.2.2
099d03
099d03
Name: gnome-keyring
099d03
Version: 3.28.2
099d03
Release: 1%{?dist}
099d03
Summary: Framework for managing passwords and other secrets
099d03
099d03
License: GPLv2+ and LGPLv2+
099d03
URL:     https://wiki.gnome.org/Projects/GnomeKeyring
099d03
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
099d03
099d03
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
099d03
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
099d03
BuildRequires: pkgconfig(p11-kit-1)
099d03
BuildRequires: docbook-dtds
099d03
BuildRequires: docbook-style-xsl
099d03
BuildRequires: gettext
099d03
BuildRequires: intltool
099d03
BuildRequires: libcap-ng-devel
099d03
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
099d03
BuildRequires: libselinux-devel
099d03
BuildRequires: pam-devel
099d03
BuildRequires: /usr/bin/ssh-add
099d03
BuildRequires: /usr/bin/ssh-agent
099d03
BuildRequires: /usr/bin/xsltproc
099d03
099d03
Requires: /usr/bin/ssh-add
099d03
Requires: /usr/bin/ssh-agent
099d03
Requires: /usr/libexec/gcr-ssh-askpass
099d03
099d03
%description
099d03
The gnome-keyring session daemon manages passwords and other types of
099d03
secrets for the user, storing them encrypted with a main password.
099d03
Applications can use the gnome-keyring library to integrate with the keyring.
099d03
099d03
099d03
%package pam
099d03
Summary: Pam module for unlocking keyrings
099d03
License: LGPLv2+
099d03
Requires: %{name}%{?_isa} = %{version}-%{release}
099d03
# for /lib/security
099d03
Requires: pam%{?_isa}
099d03
099d03
%description pam
099d03
The gnome-keyring-pam package contains a pam module that can
099d03
automatically unlock the "login" keyring when the user logs in.
099d03
099d03
099d03
%prep
099d03
%autosetup -p1
099d03
099d03
099d03
%build
099d03
%configure \
099d03
           --with-pam-dir=%{_libdir}/security \
099d03
           --enable-pam
099d03
099d03
# avoid unneeded direct dependencies
099d03
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
099d03
099d03
make %{?_smp_mflags}
099d03
099d03
099d03
%install
099d03
%make_install
099d03
099d03
rm $RPM_BUILD_ROOT%{_libdir}/security/*.la
099d03
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
099d03
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
099d03
099d03
%find_lang gnome-keyring
099d03
099d03
099d03
%files -f gnome-keyring.lang
099d03
%doc AUTHORS NEWS README
099d03
%license COPYING COPYING.LIB
099d03
# LGPL
099d03
%dir %{_libdir}/gnome-keyring
099d03
%dir %{_libdir}/gnome-keyring/devel
099d03
%{_libdir}/gnome-keyring/devel/*.so
099d03
%dir %{_libdir}/pkcs11
099d03
%{_libdir}/pkcs11/*.so
099d03
# GPL
099d03
%attr(0755,root,root) %caps(cap_ipc_lock=ep) %{_bindir}/gnome-keyring-daemon
099d03
%{_bindir}/gnome-keyring
099d03
%{_bindir}/gnome-keyring-3
099d03
%{_datadir}/dbus-1/services/*.service
099d03
%{_sysconfdir}/xdg/autostart/*
099d03
%{_datadir}/GConf/gsettings/*.convert
099d03
%{_datadir}/glib-2.0/schemas/*.gschema.xml
099d03
%{_mandir}/man1/gnome-keyring.1*
099d03
%{_mandir}/man1/gnome-keyring-3.1*
099d03
%{_mandir}/man1/gnome-keyring-daemon.1*
099d03
099d03
%files pam
099d03
%{_libdir}/security/*.so
099d03
099d03
099d03
%changelog
099d03
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
099d03
- Update to 3.28.2
099d03
099d03
* Mon Mar 26 2018 Kalev Lember <klember@redhat.com> - 3.28.0.2-1
099d03
- Update to 3.28.0.2
099d03
099d03
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0.1-1
099d03
- Update to 3.28.0.1
099d03
099d03
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
099d03
- Update to 3.28.0
099d03
099d03
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
099d03
- Update to 3.27.92
099d03
- Don't set group tags
099d03
- Remove ancient obsoletes
099d03
- Remove gsettings schema scriptlets
099d03
099d03
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-5
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
099d03
099d03
* Fri Dec 08 2017 Nikos Mavrogiannopoulos - 3.20.1-4
099d03
- No longer register gnome-keyring as a local PKCS#11 module (#1520268)
099d03
099d03
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-3
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
099d03
099d03
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
099d03
099d03
* Tue Jul 04 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-1
099d03
- Update to 3.20.1
099d03
099d03
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
099d03
099d03
* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
099d03
- Update to 3.20.0
099d03
099d03
* Thu Feb 18 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
099d03
- Update to 3.19.90
099d03
099d03
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
099d03
099d03
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
099d03
- Update to 3.19.4
099d03
099d03
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.18.3-1
099d03
- Update to 3.18.3
099d03
099d03
* Fri Oct 23 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
099d03
- Update to 3.18.2
099d03
099d03
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
099d03
- dbus: Fix object path regression from GDBus port
099d03
099d03
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
099d03
- Update to 3.18.1
099d03
- Drop unused dbus build dependency
099d03
- Use make_install macro
099d03
099d03
* Thu Oct 15 2015 Ray Strode <rstrode@redhat.com> 3.18.0-4
099d03
- Fix password handoff in non-autologin case
099d03
- Remove unneccessary part of autologin fix
099d03
  Related: #1269581
099d03
099d03
* Thu Oct 15 2015 Ray Strode <rstrode@redhat.com> 3.18.0-3
099d03
- Fix deadlock in gnome-keyring when using autologin
099d03
  Resolves: #1269581
099d03
099d03
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.0-2
099d03
- dbus: Initialize secret service before claiming name
099d03
099d03
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
099d03
- Update to 3.18.0
099d03
099d03
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 3.17.91-1
099d03
- Update to 3.17.91
099d03
099d03
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
099d03
099d03
* Wed Apr 08 2015 David King <amigadave@amigadave.com> - 3.16.0-1
099d03
- Update to 3.16.0
099d03
099d03
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
099d03
- Update to 3.15.92
099d03
099d03
* Sun Mar 08 2015 David King <amigadave@amigadave.com> - 3.15.90-2
099d03
- Add patch to fix repeated SSH agent requests
099d03
099d03
* Thu Feb 26 2015 David King <amigadave@amigadave.com> - 3.15.90-1
099d03
- Update to 3.15.90
099d03
- Update URL
099d03
- Use pkgconfig for BuildRequires
099d03
- Use license macro for COPYING and COPYING.LIB
099d03
- Preserve timestamps during install
099d03
099d03
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.14.0-2
099d03
- Rebuilt for Fedora 23 Change
099d03
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
099d03
099d03
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
099d03
- Update to 3.14.0
099d03
- Tighten deps with the _isa macro
099d03
099d03
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
099d03
- Update to 3.13.91
099d03
099d03
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-3
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
099d03
099d03
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
099d03
099d03
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
099d03
- Update to 3.12.2
099d03
099d03
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
099d03
- Update to 3.12.0
099d03
099d03
* Mon Mar 17 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
099d03
- Update to 3.11.92
099d03
099d03
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.10.1-2
099d03
- Drop unneeded ldconfig calls from %%post* scriptlets.
099d03
- Fix bogus dates in %%changelog.
099d03
099d03
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
099d03
- Update to 3.10.1
099d03
099d03
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
099d03
- Update to 3.10.0
099d03
099d03
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
099d03
- Update to 3.9.90
099d03
099d03
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-3
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
099d03
099d03
* Tue Jul  2 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.1-2
099d03
- usrmove stragglers: move pam modules to /usr/lib/security
099d03
099d03
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
099d03
- Update to 3.9.1
099d03
099d03
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
099d03
- Update to 3.8.1
099d03
099d03
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
099d03
- Update to 3.8.0
099d03
099d03
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
099d03
- Update to 3.7.92
099d03
099d03
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
099d03
- Update to 3.7.91
099d03
099d03
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
099d03
- Update to 3.7.5
099d03
099d03
* Mon Jan 14 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-2
099d03
- Fix crash on parsing some certificates (#893162)
099d03
099d03
* Fri Nov 23 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-1
099d03
- Update to 3.7.2
099d03
099d03
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
099d03
- Update to 3.7.1
099d03
099d03
* Fri Nov 09 2012 Rex Dieter <rdieter@fedoraproject.org> 3.6.1-2
099d03
- WARNING: couldn't connect to: /tmp/keyring-... (#783568, gnome#665961)
099d03
099d03
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
099d03
- Update to 3.6.1
099d03
099d03
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
099d03
- Update to 3.6.0
099d03
099d03
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
099d03
- Update to 3.5.92
099d03
099d03
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
099d03
- Update to 3.5.91
099d03
099d03
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
099d03
- Update to 3.5.90
099d03
099d03
* Tue Aug 07 2012 Stef Walter <stefw@redhat.com> - 3.5.5-2
099d03
- Update for renamed gnome-keyring.module file
099d03
- Update sources
099d03
099d03
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
099d03
- Update to 3.5.5
099d03
099d03
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
099d03
099d03
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
099d03
- Update to 3.5.3
099d03
099d03
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
099d03
- Silence rpm scriptlet output
099d03
099d03
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
099d03
- Update to 3.4.1
099d03
099d03
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
099d03
- Update to 3.4.0
099d03
099d03
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
099d03
- Update to 3.3.92
099d03
099d03
* Fri Mar  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
099d03
- Update to 3.3.91
099d03
099d03
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
099d03
- Update to 3.3.5
099d03
099d03
* Wed Jan 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-2
099d03
- Fix a problem that prevents the ssh-agent from working
099d03
099d03
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
099d03
- Update to 3.3.4
099d03
099d03
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-4
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
099d03
099d03
* Tue Jan  3 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.3.3.1-3
099d03
- Properly obsolete dead -devel subpackage (#771299)
099d03
099d03
* Mon Dec 26 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.3.1-2
099d03
- Fix libgnome-keyring dep version syntax.
099d03
099d03
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
099d03
- Update to 3.3.3.1
099d03
- No more devel package
099d03
099d03
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
099d03
- Update to 3.3.1
099d03
099d03
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
099d03
- Rebuilt for glibc bug#747377
099d03
099d03
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
099d03
- Update to 3.2.1
099d03
099d03
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
099d03
- Update to 3.2.0
099d03
099d03
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
099d03
- Update to 3.1.92
099d03
099d03
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
099d03
- Update to 3.1.91
099d03
099d03
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
099d03
- Update to 3.1.90
099d03
099d03
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
099d03
- Update to 3.1.4
099d03
099d03
* Tue May 10 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-2
099d03
- Improved libcap-ng patches
099d03
099d03
* Mon May  9 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
099d03
- Update to 3.1.1
099d03
099d03
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
099d03
- Update to 3.0.1
099d03
099d03
* Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
099d03
- Update to 3.0.0
099d03
099d03
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
099d03
- Update to 2.91.93
099d03
099d03
* Tue Mar 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-3
099d03
- Update the pam module selinux patch
099d03
099d03
* Tue Mar 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-2
099d03
- Set correct SELinux context of daemon started from the pam module (#684225)
099d03
099d03
* Fri Mar 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-1
099d03
- Update to 2.91.92
099d03
099d03
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
099d03
- Update to 2.91.91
099d03
099d03
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-7
099d03
- Rebuild against newer gtk
099d03
099d03
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.4-6
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
099d03
099d03
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-5
099d03
- Rebuild against new gtk
099d03
099d03
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.91.4-4
099d03
- Dir ownership fixes.
099d03
099d03
* Mon Jan 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.4-3
099d03
- Use file system based capabilities instead of suid bit (#668831)
099d03
099d03
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-2
099d03
- Rebuild against new gtk
099d03
099d03
* Mon Jan  3 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.4-1
099d03
- Update to 2.91.4
099d03
099d03
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
099d03
- Rebuild against new gtk
099d03
099d03
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.3-1
099d03
- Update to 2.91.3
099d03
099d03
* Tue Nov  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.2-1
099d03
- Update to 2.91.2
099d03
099d03
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
099d03
- Rebuild against newer gtk3
099d03
099d03
* Mon Oct 11 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.1-1
099d03
- Update to 2.91.1
099d03
099d03
* Mon Oct  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.0-1
099d03
- Update to 2.91.0
099d03
099d03
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
099d03
- Update to 2.32.0
099d03
099d03
* Sat Sep 25 2010 Owen Taylor <otaylor@redhat.com> - 2.31.92-2
099d03
- Bump and rebuild for GTK3 ABI changes
099d03
099d03
* Mon Sep 13 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.92-1
099d03
- Update to 2.31.92
099d03
- Built against gtk3
099d03
099d03
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
099d03
- Update to 2.31.91
099d03
099d03
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-3
099d03
- Co-own /usr/share/gtk-doc (#604359)
099d03
- Some spec file cleanups
099d03
099d03
* Tue Jul 20 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.4-2
099d03
- ssh-agent: fix key unlocking (#611642)
099d03
099d03
* Tue Jun 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.4-1
099d03
- Update to 2.31.4
099d03
099d03
* Thu Jun 24 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.3-1
099d03
- Update to 2.30.3
099d03
099d03
* Mon May  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-2
099d03
- Enable daemon autostart in XFCE
099d03
- Fix Networkmanager can no longer find secrets service (#572137)
099d03
099d03
* Tue Apr 27 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-1
099d03
- Update to 2.30.1
099d03
099d03
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
099d03
- Update to 2.30.0
099d03
099d03
* Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-2
099d03
- More robust error display and handling
099d03
- [secret-store] Don't save session keyring to disk
099d03
- [dbus] Allow unlocking even when always unlock is not available
099d03
- [dbus] Hide the automatically unlock check when login not usable
099d03
- [login] Fix various issues storing and using auto unlock passwords
099d03
099d03
* Wed Mar 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-1
099d03
- Update to 2.29.92
099d03
099d03
* Tue Feb 16 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-2
099d03
- Backport fixes from master related to storing secret value
099d03
099d03
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-1
099d03
- Update to 2.29.90
099d03
099d03
* Mon Feb  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-4
099d03
- Backport some fixes related to password saving
099d03
099d03
* Mon Feb  1 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-3
099d03
- Fix hidden entry boxes in the new password prompt (#560345)
099d03
099d03
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-2
099d03
- Fix endless loop when looking for password in login keyring
099d03
- Fix undefined reference to S_ISSOCK (#557970)
099d03
099d03
* Mon Jan 11 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-1
099d03
- Update to 2.29.5
099d03
099d03
* Thu Jan  7 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-1
099d03
- Update to 2.29.4
099d03
099d03
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
099d03
- Update to 2.28.0
099d03
099d03
* Mon Sep 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
099d03
- Update to 2.27.92
099d03
099d03
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
099d03
- Update to 2.27.90
099d03
099d03
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
099d03
- Update to 2.27.5
099d03
099d03
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
099d03
099d03
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
099d03
- Update to 2.27.4
099d03
099d03
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
099d03
- Rebuild
099d03
099d03
* Sun Apr 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
099d03
- Update to 2.26.1
099d03
- See http://download.gnome.org/sources/gnome-keyring/2.26/gnome-keyring-2.26.1.news
099d03
099d03
* Wed Apr  8 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-4
099d03
- Fix service activation
099d03
099d03
* Tue Apr  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-3
099d03
- Revert the previous patch since it causes crashes
099d03
099d03
* Thu Apr 02 2009 Richard Hughes  <rhughes@redhat.com> - 2.26.0-2
099d03
- Fix a nasty bug that's been fixed upstream where gnome-keyring-daemon
099d03
  would hang when re-allocating from a pool of secure memory.
099d03
099d03
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.0-1
099d03
- Update to 2.26.0
099d03
099d03
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.92-1
099d03
- Update to 2.25.92
099d03
099d03
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
099d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
099d03
099d03
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
099d03
- Update to 2.25.91
099d03
099d03
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-4
099d03
- Update to 2.25.90
099d03
099d03
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.5-1
099d03
- Update to 2.25.5
099d03
099d03
* Thu Jan  8 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4.2-1
099d03
- Update to 2.25.4.2
099d03
099d03
* Tue Jan  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4.1-1
099d03
- Update to 2.25.4.1
099d03
099d03
* Mon Jan  5 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4-1
099d03
- Update to 2.25.4
099d03
099d03
* Sat Dec 20 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-3
099d03
- Init dbus later (fixes ssh-agent,
099d03
  patch from Yanko Kaneti, bug 476300)
099d03
099d03
* Fri Dec 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
099d03
- Update to 2.25.2
099d03
099d03
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-2
099d03
- Tweak description
099d03
099d03
* Mon Nov 10 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-1
099d03
- Update to 2.25.1
099d03
099d03
* Sun Oct 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
099d03
- Update to 2.24.1
099d03
099d03
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
099d03
- Update to 2.24.0
099d03
099d03
* Sun Sep  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
099d03
- Update to 2.23.92
099d03
099d03
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
099d03
- Update to 2.23.91
099d03
099d03
* Wed Aug 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.90-1
099d03
- Update to 2.23.90
099d03
099d03
* Mon Aug 11 2008 Colin Walters <walters@redhat.com> - 2.22.3.6-2
099d03
- Add --disable-acl-prompts; you can't try to maintain integrity
099d03
  between two processes with the same UID and no other form of
099d03
  access control.
099d03
099d03
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6-1
099d03
- Update to 2.23.6
099d03
099d03
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
099d03
- Update to 2.23.5
099d03
099d03
* Thu May 29 2008 Colin Walters <walters@redhat.com> - 2.22.2-2
099d03
- Add patch to nuke allow-deny dialog, see linked upstream bug
099d03
  for discussion
099d03
099d03
* Tue May 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.2-1
099d03
- Update to 2.22.2
099d03
099d03
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
099d03
- Update to 2.22.1
099d03
099d03
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
099d03
- Update to 2.22.0
099d03
099d03
* Sun Feb 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
099d03
- Update to 2.21.92
099d03
099d03
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
099d03
- Update to 2.21.91
099d03
- Drop upstreamed patch
099d03
099d03
* Wed Feb  6 2008 Ray Strode <rstrode@redhat.com> - 2.21.90-2
099d03
- Fix problem in patch for bug 430525
099d03
099d03
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
099d03
- Update to 2.21.90
099d03
099d03
* Mon Jan 28 2008 Ray Strode <rstrode@redhat.com> - 2.21.5-3
099d03
- Don't ask for a password...ever (bug 430525)
099d03
099d03
* Mon Jan 21 2008 Matthew Barnes  <mbarnes@redhat.com> - 2.21.5-2
099d03
- Fix a race condition that was causing Evolution to hang (#429097)
099d03
099d03
* Mon Jan 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.21.5-1
099d03
- Update to 2.21.5
099d03
099d03
* Tue Dec 18 2007 Matthias Clasen  <mclasen@redhat.com> - 2.21.4-1
099d03
- Update to 2.21.4
099d03
099d03
* Fri Dec  7 2007 Matthias Clasen  <mclasen@redhat.com> - 2.21.3.2-1
099d03
- Update to 2.21.3.2
099d03
099d03
* Fri Nov 30 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.2-2
099d03
- Reenable auto-unlock
099d03
099d03
* Mon Nov 26 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.2-1
099d03
- Update to 2.20.2
099d03
099d03
* Sun Nov 11 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.1-4
099d03
- Don't ship a .la file (#370531)
099d03
099d03
* Thu Oct 25 2007 Christopher Aillon <caillon@redhat.com> - 2.20.1-3
099d03
- Rebuild
099d03
099d03
* Mon Oct 15 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.1-2
099d03
- Disable the auto-unlock question for now (#312531)
099d03
099d03
* Mon Oct 15 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.1-1
099d03
- Update to 2.20.1
099d03
- Drop obsolete patches
099d03
- Add bug ref for selinux patch
099d03
099d03
* Tue Oct  9 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20-6
099d03
- Avoid undefined symbols in the pam module
099d03
099d03
* Mon Oct  8 2007 Alexander Larsson <alexl@redhat.com> - 2.20-5
099d03
- Fixed minor issue with pam-selinux issue pointed out by stef
099d03
099d03
* Thu Oct  4 2007 Alexander Larsson <alexl@redhat.com> - 2.20-4
099d03
- Have the pam module tell the daemon to init the login keyring 
099d03
  without using the socket as selinux limits access to that
099d03
099d03
* Thu Oct  4 2007 Alexander Larsson <alexl@redhat.com> - 2.20-3
099d03
- Add NO_MATCH error patch from svn. Will fix apps that
099d03
  can't handle empty list matches
099d03
099d03
* Wed Oct 3 2007 Alexander Larsson <alexl@redhat.com> - 2.20-2
099d03
- Backport fix from svn where newly created keyrings weren't
099d03
  found
099d03
- Don't unset default keyring on daemon shutdown
099d03
099d03
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20-1
099d03
- Update to 2.20
099d03
099d03
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
099d03
- Update to 2.19.91
099d03
099d03
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
099d03
- Update to 2.19.90
099d03
099d03
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6.1-2
099d03
- Update License fields
099d03
099d03
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6.1-1
099d03
- Update to 2.19.6.1
099d03
099d03
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
099d03
- Backport a fix from upstream
099d03
099d03
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
099d03
- Update to 2.19.6
099d03
- Add a pam subpackage
099d03
099d03
* Mon Jul  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
099d03
- Update to 2.19.5
099d03
099d03
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
099d03
- Update to 2.19.2
099d03
099d03
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.8-1
099d03
- Update to 0.8
099d03
099d03
* Sat Feb 24 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.92-1
099d03
- Update to 0.7.92
099d03
099d03
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.91-1
099d03
- Update to 0.7.91
099d03
099d03
* Thu Feb  8 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.3-2
099d03
- Package review cleanup
099d03
099d03
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.3-1
099d03
- Update to 0.7.3
099d03
099d03
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
099d03
- Update to 0.7.2
099d03
099d03
* Mon Nov  6 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
099d03
- Update to 0.7.1
099d03
099d03
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
099d03
- update to 0.6.0
099d03
099d03
* Wed Aug 23 2006 Dan Williams <dcbw@redhat.com> - 0.5.2-2.fc6
099d03
- Fix null pointer dereference (Gnome.org #352587)
099d03
099d03
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1.fc6
099d03
- Update to 0.5.2
099d03
099d03
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.1
099d03
- rebuild
099d03
099d03
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
099d03
- Update to 0.5.1
099d03
099d03
* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.4.9-2
099d03
- buildrequire gettext (#193377)
099d03
099d03
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.9-1
099d03
- Update to 0.4.9
099d03
099d03
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.8-1
099d03
- Update to 0.4.8
099d03
099d03
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.7-1
099d03
- Update to 0.4.7
099d03
099d03
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4.6-1.2.1
099d03
- bump again for double-long bug on ppc(64)
099d03
099d03
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4.6-1.2
099d03
- rebuilt for new gcc4.1 snapshot and glibc changes
099d03
099d03
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
099d03
- rebuilt
099d03
099d03
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 0.4.6-1
099d03
- Update to 0.4.6
099d03
099d03
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> 0.4.5-1
099d03
- Update to 0.4.5
099d03
099d03
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 0.4.4-1
099d03
- Update to 0.4.4
099d03
099d03
* Tue Aug 16 2005 David Zeuthen <davidz@redhat.com> 0.4.3-2
099d03
- Rebuilt
099d03
099d03
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 0.4.3-1
099d03
- New upstream version
099d03
099d03
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> 0.4.2-1
099d03
- New upstream version
099d03
099d03
* Wed Mar  2 2005 Alex Larsson <alexl@redhat.com> 0.4.1-2
099d03
- Rebuild
099d03
099d03
* Tue Feb  1 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.1-1
099d03
- Update to 0.4.1
099d03
099d03
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 0.4.0-1
099d03
- update to 0.4.0
099d03
099d03
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 0.3.3-1
099d03
- update to 0.3.3
099d03
099d03
* Thu Aug 12 2004 Alexander Larsson <alexl@redhat.com> - 0.3.2-1
099d03
- update to 0.3.2
099d03
099d03
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
099d03
- rebuilt
099d03
099d03
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 0.2.0-1
099d03
- update to 0.2.0
099d03
099d03
* Wed Mar 10 2004 Alexander Larsson <alexl@redhat.com> 0.1.90-1
099d03
- update to 0.1.90
099d03
099d03
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
099d03
- rebuilt
099d03
099d03
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 0.1.4-1
099d03
- update to 0.1.4
099d03
099d03
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
099d03
- rebuilt
099d03
099d03
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 0.1.3-1
099d03
- update to 0.1.3
099d03
099d03
* Mon Jan 26 2004 Bill Nottingham <notting@redhat.com>
099d03
- tweak summary
099d03
099d03
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-2
099d03
- devel package only needs glib2-devel, not gtk2-devel
099d03
099d03
* Fri Jan 23 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-1
099d03
- First version