diff --git a/.gnome-keyring.metadata b/.gnome-keyring.metadata new file mode 100644 index 0000000..94ea69a --- /dev/null +++ b/.gnome-keyring.metadata @@ -0,0 +1 @@ +0d5e9ad68a6d1cae0d7fafddcbbb9ffa1e769851 SOURCES/gnome-keyring-3.8.2.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/0001-Some-man-page-updates-for-gnome-keyring-daemon.patch b/SOURCES/0001-Some-man-page-updates-for-gnome-keyring-daemon.patch new file mode 100644 index 0000000..811bac9 --- /dev/null +++ b/SOURCES/0001-Some-man-page-updates-for-gnome-keyring-daemon.patch @@ -0,0 +1,117 @@ +From c826fb7cb08f8b4299fbdb20a6d3397e19d29626 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Wed, 6 Nov 2013 22:00:40 -0500 +Subject: [PATCH 1/3] Some man page updates for gnome-keyring-daemon + +--- + docs/gnome-keyring-daemon.xml | 31 +++++++++++++++++++------------ + 1 file changed, 19 insertions(+), 12 deletions(-) + +diff --git a/docs/gnome-keyring-daemon.xml b/docs/gnome-keyring-daemon.xml +index da35eb2..a4019c2 100644 +--- a/docs/gnome-keyring-daemon.xml ++++ b/docs/gnome-keyring-daemon.xml +@@ -30,9 +30,8 @@ + + + +- gnome-keyring +- --replace +- --unlock ++ gnome-keyring-daemon ++ OPTION + + + +@@ -60,7 +59,7 @@ + + + +- ++ , + + Ask the daemon to only initialize certain components. Valid + components are ssh, gpg, +@@ -69,27 +68,27 @@ + + + +- ++ , + + Use this directory for creating communication sockets. By default + a temporary directory is automatically created. + + + +- ++ , + + Run as a real daemon, disconnected from the terminal. + + + +- ++ , + + Run in the foreground, and do not fork or become + a daemon. + + + +- ++ , + + This argument tells the daemon it is being run by PAM. It + reads all of stdin (including any newlines) as a login +@@ -103,7 +102,7 @@ + + + +- ++ , + + Try to replace a running keyring daemon, and assume its + environment avriables. A successful replacement depends +@@ -115,7 +114,7 @@ + + + +- ++ , + + Connect to an already running daemon and initialize it. + This is often used to complete initialization of a daemon +@@ -127,11 +126,17 @@ + + + +- ++ , + + Print out the gnome-keyring version and then exit. + + ++ ++ , ++ ++ Show help options and exit. ++ ++ + + + +@@ -152,7 +157,9 @@ + seahorse1 + + +- Further details available in the realmd online documentation at ++ Further details available in the gnome-keyring online documentation at ++ https://wiki.gnome.org/GnomeKeyring ++ and in the secret-service online documentation at + http://standards.freedesktop.org/secret-service/ + + +-- +1.8.4.2 + diff --git a/SOURCES/0002-Add-a-man-page-for-the-gnome-keyring-tool.patch b/SOURCES/0002-Add-a-man-page-for-the-gnome-keyring-tool.patch new file mode 100644 index 0000000..da91213 --- /dev/null +++ b/SOURCES/0002-Add-a-man-page-for-the-gnome-keyring-tool.patch @@ -0,0 +1,128 @@ +From fe889427034f8cb22adab0213720da0360288a5c Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Wed, 6 Nov 2013 22:01:02 -0500 +Subject: [PATCH 2/3] Add a man page for the gnome-keyring tool + +--- + docs/Makefile.am | 3 +- + docs/gnome-keyring.xml | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 97 insertions(+), 1 deletion(-) + create mode 100644 docs/gnome-keyring.xml + +diff --git a/docs/Makefile.am b/docs/Makefile.am +index de1d4c1..74c6f31 100644 +--- a/docs/Makefile.am ++++ b/docs/Makefile.am +@@ -1,6 +1,7 @@ + + man1_MANS = \ +- gnome-keyring-daemon.1 ++ gnome-keyring-daemon.1 \ ++ gnome-keyring.1 + $(NULL) + + MAN_IN_FILES = \ +diff --git a/docs/gnome-keyring.xml b/docs/gnome-keyring.xml +new file mode 100644 +index 0000000..3afa45f +--- /dev/null ++++ b/docs/gnome-keyring.xml +@@ -0,0 +1,95 @@ ++ ++ ++ ++ ++ ++ ++ gnome-keyring ++ gnome-keyring ++ ++ ++ Maintainer ++ Stef ++ Walter ++ stefw@redhat.com ++ ++ ++ ++ ++ ++ gnome-keyring ++ 1 ++ User Commands ++ ++ ++ ++ gnome-keyring ++ The gnome-keyring commandline tool ++ ++ ++ ++ ++ gnome-keyring import FILE ++ ++ ++ gnome-keyring certificate-exception ++ ++ ++ gnome-keyring version ++ ++ ++ ++ ++ Description ++ The gnome-keyring tool can be used to ++ interact with gnome-keyring-daemon. ++ ++ ++ ++ Commands ++ ++ The following commands can be used: ++ ++ ++ ++ import FILE ++ ++ Import keys or certificates from a PKCS file. ++ ++ ++ ++ certificate-exception ++ ++ Not implemented. ++ ++ ++ ++ version ++ ++ Print the version number and exit. ++ ++ ++ ++ ++ ++ ++ ++ Bugs ++ ++ Please send bug reports to either the distribution bug tracker ++ or the upstream bug tracker at ++ https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring ++ ++ ++ ++ ++ See also ++ ++ secret-tool1 ++ seahorse1 ++ gnome-keyring-daemon1 ++ ++ ++ ++ +-- +1.8.4.2 + diff --git a/SOURCES/0002-daemon-Add-gnome-keyring-daemon-manual-page.patch b/SOURCES/0002-daemon-Add-gnome-keyring-daemon-manual-page.patch new file mode 100644 index 0000000..9064cf8 --- /dev/null +++ b/SOURCES/0002-daemon-Add-gnome-keyring-daemon-manual-page.patch @@ -0,0 +1,314 @@ +diff -up gnome-keyring-3.8.2/Makefile.am.patch1 gnome-keyring-3.8.2/Makefile.am +--- gnome-keyring-3.8.2/Makefile.am.patch1 2013-05-01 12:39:36.000000000 -0400 ++++ gnome-keyring-3.8.2/Makefile.am 2013-11-06 22:35:14.524543800 -0500 +@@ -15,8 +15,7 @@ SUBDIRS = \ + tool \ + testing \ + $(PAM_DIR) \ +- po \ +- docs ++ po + + ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} + +@@ -28,7 +27,7 @@ EXTRA_DIST = \ + HACKING + + DISTCHECK_CONFIGURE_FLAGS = \ +- --enable-gtk-doc \ ++ --enable-doc \ + --disable-strict \ + --disable-coverage \ + --disable-update-mime \ +@@ -75,5 +74,17 @@ clear-coverage: + + endif + ++if ENABLE_DOC ++SUBDIRS += docs ++ ++distcheck-hook: ++ @true ++ ++else ++distcheck-hook: ++ @echo "*** doc must be enabled (with --enable-doc) in order to make distcheck" ++ @false ++endif ++ + upload-release: $(DIST_ARCHIVES) + scp $(DIST_ARCHIVES) master.gnome.org: +diff -up gnome-keyring-3.8.2/configure.ac.patch1 gnome-keyring-3.8.2/configure.ac +--- gnome-keyring-3.8.2/configure.ac.patch1 2013-05-04 15:55:14.000000000 -0400 ++++ gnome-keyring-3.8.2/configure.ac 2013-11-06 22:34:15.649700316 -0500 +@@ -34,8 +34,7 @@ AC_TYPE_SIGNAL + AC_TYPE_SIZE_T + AC_TYPE_UID_T + +-GTK_DOC_CHECK(1.9) +-DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc" ++DISTCHECK_CONFIGURE_FLAGS="--enable-doc" + AC_SUBST(DISTCHECK_CONFIGURE_FLAGS) + + PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32.0) +@@ -447,6 +446,37 @@ if test "$p11_tests_status" = "yes"; the + fi + + # -------------------------------------------------------------------- ++# Documentation options ++ ++AC_MSG_CHECKING([whether to build documentation]) ++AC_ARG_ENABLE(doc, ++ AC_HELP_STRING([--enable-doc], ++ [Disable building documentation]) ++ ) ++ ++if test "$enable_doc" = "no"; then ++ AC_MSG_RESULT($enable_doc) ++ ++else ++ if test "$enable_doc" = ""; then ++ disable_msg="(perhaps --disable-doc)" ++ fi ++ ++ enable_doc="yes" ++ AC_MSG_RESULT($enable_doc) ++ ++ AC_PATH_PROG([XSLTPROC], [xsltproc], [no]) ++ if test "$XSLTPROC" = "no"; then ++ AC_MSG_ERROR([the xsltproc command was not found $disable_msg]) ++ fi ++ ++ AC_SUBST(XSLTPROC) ++fi ++ ++AM_CONDITIONAL([ENABLE_DOC], [test "$enable_doc" = "yes"]) ++doc_status=$enable_doc ++ ++# -------------------------------------------------------------------- + # Compilation and linking options + # + +@@ -483,10 +513,6 @@ if test "$GCC" = "yes"; then + -Wcast-align -Wsign-compare \ + $CFLAGS" + +- # Disable -Werror for now, because of issues with +- # strange gtk-doc programs not building cleanly. +- # -Werror \ +- + for option in -Wno-strict-aliasing -Wno-sign-compare; do + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $option" +diff -up gnome-keyring-3.8.2/daemon/gkd-main.c.patch1 gnome-keyring-3.8.2/daemon/gkd-main.c +--- gnome-keyring-3.8.2/daemon/gkd-main.c.patch1 2013-05-04 15:44:29.000000000 -0400 ++++ gnome-keyring-3.8.2/daemon/gkd-main.c 2013-11-06 22:34:15.649700316 -0500 +@@ -137,7 +137,7 @@ static GOptionEntry option_entries[] = { + { "daemonize", 'd', 0, G_OPTION_ARG_NONE, &run_daemonized, + "Run as a daemon", NULL }, + { "login", 'l', 0, G_OPTION_ARG_NONE, &run_for_login, +- "Run for a user login. Read login password from stdin", NULL }, ++ "Run by PAM for a user login. Read login password from stdin", NULL }, + { "components", 'c', 0, G_OPTION_ARG_STRING, &run_components, + "The optional components to run", DEFAULT_COMPONENTS }, + { "control-directory", 'C', 0, G_OPTION_ARG_FILENAME, &control_directory, +diff -up gnome-keyring-3.8.2/docs/Makefile.am.patch1 gnome-keyring-3.8.2/docs/Makefile.am +--- gnome-keyring-3.8.2/docs/Makefile.am.patch1 2013-05-01 12:34:54.000000000 -0400 ++++ gnome-keyring-3.8.2/docs/Makefile.am 2013-11-06 22:34:15.650700313 -0500 +@@ -1,5 +1,30 @@ + ++man1_MANS = \ ++ gnome-keyring-daemon.1 ++ $(NULL) ++ ++MAN_IN_FILES = \ ++ $(man1_MANS:.1=.xml) ++ ++CLEANFILES = \ ++ $(man1_MANS) ++ ++XSLTPROC_FLAGS = \ ++ --nonet \ ++ --stringparam man.output.quietly 1 \ ++ --stringparam funcsynopsis.style ansi \ ++ --stringparam man.th.extra1.suppress 1 \ ++ --stringparam man.authors.section.enabled 0 \ ++ --stringparam man.copyright.section.enabled 0 ++ ++XSLTPROC_MAN = \ ++ $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ++ ++.xml.1: ++ $(AM_V_GEN) $(XSLTPROC_MAN) $< ++ + EXTRA_DIST = \ + file-format.txt \ + keyring-intro.txt \ +- gnome-keyring.svg +\ No newline at end of file ++ gnome-keyring.svg \ ++ $(MAN_IN_FILES) +diff -up gnome-keyring-3.8.2/docs/gnome-keyring-daemon.xml.patch1 gnome-keyring-3.8.2/docs/gnome-keyring-daemon.xml +--- gnome-keyring-3.8.2/docs/gnome-keyring-daemon.xml.patch1 2013-11-06 22:34:15.650700313 -0500 ++++ gnome-keyring-3.8.2/docs/gnome-keyring-daemon.xml 2013-11-06 22:34:15.650700313 -0500 +@@ -0,0 +1,160 @@ ++ ++ ++ ++ ++ ++ ++ gnome-keyring-daemon ++ gnome-keyring ++ ++ ++ Maintainer ++ Stef ++ Walter ++ stefw@redhat.com ++ ++ ++ ++ ++ ++ gnome-keyring-daemon ++ 1 ++ User Commands ++ ++ ++ ++ gnome-keyring-daemon ++ The gnome-keyring daemon ++ ++ ++ ++ ++ gnome-keyring ++ --replace ++ --unlock ++ ++ ++ ++ ++ Description ++ The gnome-keyring-daemon is a service that stores ++ your passwords and secrets. It is normally started automatically when ++ a user logs into a desktop session. ++ ++ The gnome-keyring-daemon implements the DBus ++ Secret Service API, and you can use tools like seahorse ++ or secret-tool to interact with it. ++ ++ The daemon also implements a GnuPG and SSH agent both of which ++ automatically load the user's keys, and prompt for passwords when necessary. ++ ++ The daemon will print out various environment variables which should ++ be set in the user's environment, in order to interact with the daemon. ++ ++ ++ ++ Options ++ ++ The various startup arguments below can be used: ++ ++ ++ ++ ++ ++ Ask the daemon to only initialize certain components. Valid ++ components are ssh, gpg, ++ secrets, pkcs11. ++ By default all components are initialized. ++ ++ ++ ++ ++ ++ Use this directory for creating communication sockets. By default ++ a temporary directory is automatically created. ++ ++ ++ ++ ++ ++ Run as a real daemon, disconnected from the terminal. ++ ++ ++ ++ ++ ++ Run in the foreground, and do not fork or become ++ a daemon. ++ ++ ++ ++ ++ ++ This argument tells the daemon it is being run by PAM. It ++ reads all of stdin (including any newlines) as a login ++ password and does not complete actual initialization. ++ The daemon should later be initialized with a ++ gnome-keyring-daemon  ++ invocation. ++ This option may not be used together with either the ++ or ++ arguments. ++ ++ ++ ++ ++ ++ Try to replace a running keyring daemon, and assume its ++ environment avriables. A successful replacement depends ++ on the GNOMKE_KEYRING_CONTROL ++ environment variable being set by an earlier daemon. ++ This option may not be used together with either the ++ or ++ arguments. ++ ++ ++ ++ ++ ++ Connect to an already running daemon and initialize it. ++ This is often used to complete initialization of a daemon ++ that was started by PAM using the ++ argument. ++ This option may not be used together with either the ++ or ++ arguments. ++ ++ ++ ++ ++ ++ Print out the gnome-keyring version and then exit. ++ ++ ++ ++ ++ ++ ++ ++ Bugs ++ ++ Please send bug reports to either the distribution bug tracker ++ or the upstream bug tracker at ++ https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring ++ ++ ++ ++ ++ See also ++ ++ secret-tool1 ++ seahorse1 ++ ++ ++ Further details available in the realmd online documentation at ++ http://standards.freedesktop.org/secret-service/ ++ ++ ++ ++ diff --git a/SOURCES/0003-Add-an-alias-man-page-for-gnome-keyring-3.patch b/SOURCES/0003-Add-an-alias-man-page-for-gnome-keyring-3.patch new file mode 100644 index 0000000..314ce8a --- /dev/null +++ b/SOURCES/0003-Add-an-alias-man-page-for-gnome-keyring-3.patch @@ -0,0 +1,48 @@ +From 6ef620628da7d7dace6d07ffe61fdffded75c208 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Wed, 6 Nov 2013 22:14:09 -0500 +Subject: [PATCH] Add an alias man page for gnome-keyring-3 + +--- + docs/Makefile.am | 12 ++++++++---- + docs/gnome-keyring-3.1 | 1 + + 2 files changed, 9 insertions(+), 4 deletions(-) + create mode 100644 docs/gnome-keyring-3.1 + +diff --git a/docs/Makefile.am b/docs/Makefile.am +index 74c6f31..8de7786 100644 +--- a/docs/Makefile.am ++++ b/docs/Makefile.am +@@ -1,14 +1,18 @@ + +-man1_MANS = \ ++generated_mans = \ + gnome-keyring-daemon.1 \ +- gnome-keyring.1 ++ gnome-keyring.1 \ ++ $(NULL) ++ ++man1_MANS = $(generated_mans) \ ++ gnome-keyring-3.1 \ + $(NULL) + + MAN_IN_FILES = \ +- $(man1_MANS:.1=.xml) ++ $(generated_mans:.1=.xml) + + CLEANFILES = \ +- $(man1_MANS) ++ $(generated_mans) + + XSLTPROC_FLAGS = \ + --nonet \ +diff --git a/docs/gnome-keyring-3.1 b/docs/gnome-keyring-3.1 +new file mode 100644 +index 0000000..75cd257 +--- /dev/null ++++ b/docs/gnome-keyring-3.1 +@@ -0,0 +1 @@ ++.so gnome-keyring.1 +-- +1.8.4.2 + diff --git a/SPECS/gnome-keyring.spec b/SPECS/gnome-keyring.spec new file mode 100644 index 0000000..cfba2a7 --- /dev/null +++ b/SPECS/gnome-keyring.spec @@ -0,0 +1,717 @@ +%define glib2_version 2.32.0 +%define gcr_version 3.5.3 +%define dbus_version 1.0 +%define gcrypt_version 1.2.2 +%define libtasn1_version 0.3.4 + +Summary: Framework for managing passwords and other secrets +Name: gnome-keyring +Version: 3.8.2 +Release: 3%{?dist} +License: GPLv2+ and LGPLv2+ +Group: System Environment/Libraries +#VCS: git:git://git.gnome.org/gnome-keyring +Source: http://download.gnome.org/sources/gnome-keyring/3.8/gnome-keyring-%{version}.tar.xz +URL: http://www.gnome.org + +Patch0: 0002-daemon-Add-gnome-keyring-daemon-manual-page.patch +Patch1: 0001-Some-man-page-updates-for-gnome-keyring-daemon.patch +Patch2: 0002-Add-a-man-page-for-the-gnome-keyring-tool.patch +Patch3: 0003-Add-an-alias-man-page-for-gnome-keyring-3.patch + +BuildRequires: glib2-devel >= %{glib2_version} +BuildRequires: gcr-devel >= %{gcr_version} +BuildRequires: dbus-devel >= %{dbus_version} +BuildRequires: libgcrypt-devel >= %{gcrypt_version} +BuildRequires: libtasn1-devel >= %{libtasn1_version} +BuildRequires: pam-devel +BuildRequires: autoconf, automake, libtool +BuildRequires: gettext +BuildRequires: intltool +BuildRequires: libtasn1-tools +BuildRequires: gtk-doc +BuildRequires: libcap-ng-devel +BuildRequires: libselinux-devel +BuildRequires: p11-kit-devel +BuildRequires: gcr-devel +BuildRequires: libxslt +BuildRequires: docbook-style-xsl + +# we no longer have a devel subpackage +Obsoletes: %{name}-devel < 3.3.0 +Provides: %{name}-devel = 3.3.0 + +%description +The gnome-keyring session daemon manages passwords and other types of +secrets for the user, storing them encrypted with a main password. +Applications can use the gnome-keyring library to integrate with the keyring. + +%package pam +Summary: Pam module for unlocking keyrings +License: LGPLv2+ +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +# for /lib/security +Requires: pam + +%description pam +The gnome-keyring-pam package contains a pam module that can +automatically unlock the "login" keyring when the user logs in. + + +%prep +%setup -q -n gnome-keyring-%{version} +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 + +autoreconf -i -f + +%build +%configure \ + --enable-doc \ + --with-pam-dir=%{_libdir}/security \ + --enable-pam + +# avoid unneeded direct dependencies +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + +make %{?_smp_mflags} + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +rm $RPM_BUILD_ROOT%{_libdir}/security/*.la +rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la +rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la + +%find_lang gnome-keyring + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig +if [ $1 -eq 0 ]; then + glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : +fi + +%posttrans +glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : + + +%files -f gnome-keyring.lang +%doc AUTHORS NEWS README COPYING COPYING.LIB +# LGPL +%dir %{_libdir}/gnome-keyring +%dir %{_libdir}/gnome-keyring/devel +%{_libdir}/gnome-keyring/devel/*.so +%dir %{_libdir}/pkcs11 +%{_libdir}/pkcs11/*.so +# GPL +%attr(0755,root,root) %caps(cap_ipc_lock=ep) %{_bindir}/gnome-keyring-daemon +%{_bindir}/gnome-keyring +%{_bindir}/gnome-keyring-3 +%{_datadir}/dbus-1/services/*.service +%{_sysconfdir}/xdg/autostart/* +%{_datadir}/GConf/gsettings/*.convert +%{_datadir}/glib-2.0/schemas/*.gschema.xml +%{_datadir}/p11-kit/modules/gnome-keyring.module +%{_mandir}/man1/gnome-keyring-daemon.1.gz +%{_mandir}/man1/gnome-keyring.1.gz +%{_mandir}/man1/gnome-keyring-3.1.gz + +%files pam +%{_libdir}/security/*.so + + +%changelog +* Wed Nov 6 2013 Matthias Clasen - 3.8.2-3 +- Add man pages +- Resolves: #948922 + +* Tue Jul 2 2013 Matthias Clasen - 3.8.2-2 +- usrmove stragglers: move pam modules to /usr/lib/security + +* Sun May 05 2013 Stef Walter - 3.8.2-1 +- Update to 3.8.2 + +* Tue Apr 16 2013 Richard Hughes - 3.8.1-1 +- Update to 3.8.1 + +* Tue Mar 26 2013 Kalev Lember - 3.8.0-1 +- Update to 3.8.0 + +* Tue Mar 19 2013 Richard Hughes - 3.7.92-1 +- Update to 3.7.92 + +* Thu Mar 7 2013 Matthias Clasen - 3.7.91-1 +- Update to 3.7.91 + +* Wed Feb 06 2013 Kalev Lember - 3.7.5-1 +- Update to 3.7.5 + +* Mon Jan 14 2013 Tomas Bzatek - 3.7.2-2 +- Fix crash on parsing some certificates (#893162) + +* Fri Nov 23 2012 Tomas Bzatek - 3.7.2-1 +- Update to 3.7.2 + +* Fri Nov 09 2012 Kalev Lember - 3.7.1-1 +- Update to 3.7.1 + +* Fri Nov 09 2012 Rex Dieter 3.6.1-2 +- WARNING: couldn't connect to: /tmp/keyring-... (#783568, gnome#665961) + +* Tue Oct 16 2012 Kalev Lember - 3.6.1-1 +- Update to 3.6.1 + +* Tue Sep 25 2012 Matthias Clasen - 3.6.0-1 +- Update to 3.6.0 + +* Wed Sep 19 2012 Richard Hughes - 3.5.92-1 +- Update to 3.5.92 + +* Tue Sep 04 2012 Richard Hughes - 3.5.91-1 +- Update to 3.5.91 + +* Tue Aug 21 2012 Richard Hughes - 3.5.90-1 +- Update to 3.5.90 + +* Tue Aug 07 2012 Stef Walter - 3.5.5-2 +- Update for renamed gnome-keyring.module file +- Update sources + +* Tue Aug 07 2012 Richard Hughes - 3.5.5-1 +- Update to 3.5.5 + +* Fri Jul 27 2012 Fedora Release Engineering - 3.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 17 2012 Richard Hughes - 3.5.3-1 +- Update to 3.5.3 + +* Tue Apr 24 2012 Kalev Lember - 3.4.1-2 +- Silence rpm scriptlet output + +* Mon Apr 16 2012 Richard Hughes - 3.4.1-1 +- Update to 3.4.1 + +* Wed Mar 26 2012 Debarshi Ray - 3.4.0-1 +- Update to 3.4.0 + +* Wed Mar 21 2012 Kalev Lember - 3.3.92-1 +- Update to 3.3.92 + +* Fri Mar 9 2012 Matthias Clasen - 3.3.91-1 +- Update to 3.3.91 + +* Tue Feb 7 2012 Matthias Clasen - 3.3.5-1 +- Update to 3.3.5 + +* Wed Jan 18 2012 Matthias Clasen - 3.3.4-2 +- Fix a problem that prevents the ssh-agent from working + +* Tue Jan 17 2012 Matthias Clasen - 3.3.4-1 +- Update to 3.3.4 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.3.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jan 3 2012 Tomas Bzatek - 3.3.3.1-3 +- Properly obsolete dead -devel subpackage (#771299) + +* Mon Dec 26 2011 Ville Skyttä - 3.3.3.1-2 +- Fix libgnome-keyring dep version syntax. + +* Thu Dec 22 2011 Matthias Clasen - 3.3.3.1-1 +- Update to 3.3.3.1 +- No more devel package + +* Wed Nov 2 2011 Matthias Clasen - 3.3.1-1 +- Update to 3.3.1 + +* Wed Oct 26 2011 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for glibc bug#747377 + +* Tue Oct 18 2011 Matthias Clasen - 3.2.1-1 +- Update to 3.2.1 + +* Mon Sep 26 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + +* Mon Sep 19 2011 Matthias Clasen - 3.1.92-1 +- Update to 3.1.92 + +* Tue Sep 6 2011 Matthias Clasen - 3.1.91-1 +- Update to 3.1.91 + +* Wed Aug 31 2011 Matthias Clasen - 3.1.90-1 +- Update to 3.1.90 + +* Thu Aug 18 2011 Matthias Clasen - 3.1.4-1 +- Update to 3.1.4 + +* Tue May 10 2011 Tomas Bzatek - 3.1.1-2 +- Improved libcap-ng patches + +* Mon May 9 2011 Tomas Bzatek - 3.1.1-1 +- Update to 3.1.1 + +* Mon Apr 25 2011 Matthias Clasen - 3.0.1-1 +- Update to 3.0.1 + +* Mon Apr 4 2011 Tomas Bzatek - 3.0.0-1 +- Update to 3.0.0 + +* Mon Mar 21 2011 Matthias Clasen - 2.91.93-1 +- Update to 2.91.93 + +* Tue Mar 15 2011 Tomas Bzatek - 2.91.92-3 +- Update the pam module selinux patch + +* Tue Mar 15 2011 Tomas Bzatek - 2.91.92-2 +- Set correct SELinux context of daemon started from the pam module (#684225) + +* Fri Mar 11 2011 Tomas Bzatek - 2.91.92-1 +- Update to 2.91.92 + +* Mon Mar 7 2011 Matthias Clasen 2.91.91-1 +- Update to 2.91.91 + +* Fri Feb 11 2011 Matthias Clasen 2.91.4-7 +- Rebuild against newer gtk + +* Tue Feb 08 2011 Fedora Release Engineering - 2.91.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 2 2011 Matthias Clasen - 2.91.4-5 +- Rebuild against new gtk + +* Sat Jan 29 2011 Ville Skyttä - 2.91.4-4 +- Dir ownership fixes. + +* Mon Jan 17 2011 Tomas Bzatek - 2.91.4-3 +- Use file system based capabilities instead of suid bit (#668831) + +* Fri Jan 7 2011 Matthias Clasen - 2.91.4-2 +- Rebuild against new gtk + +* Mon Jan 3 2011 Tomas Bzatek - 2.91.4-1 +- Update to 2.91.4 + +* Fri Dec 3 2010 Matthias Clasen - 2.91.3-2 +- Rebuild against new gtk + +* Tue Nov 30 2010 Tomas Bzatek - 2.91.3-1 +- Update to 2.91.3 + +* Tue Nov 9 2010 Tomas Bzatek - 2.91.2-1 +- Update to 2.91.2 + +* Mon Nov 1 2010 Matthias Clasen - 2.91.1-2 +- Rebuild against newer gtk3 + +* Mon Oct 11 2010 Tomas Bzatek - 2.91.1-1 +- Update to 2.91.1 + +* Mon Oct 4 2010 Tomas Bzatek - 2.91.0-1 +- Update to 2.91.0 + +* Tue Sep 28 2010 Matthias Clasen - 2.32.0-1 +- Update to 2.32.0 + +* Sat Sep 25 2010 Owen Taylor - 2.31.92-2 +- Bump and rebuild for GTK3 ABI changes + +* Mon Sep 13 2010 Tomas Bzatek - 2.31.92-1 +- Update to 2.31.92 +- Built against gtk3 + +* Tue Aug 31 2010 Matthias Clasen - 2.31.91-1 +- Update to 2.31.91 + +* Mon Aug 23 2010 Matthias Clasen - 2.31.4-3 +- Co-own /usr/share/gtk-doc (#604359) +- Some spec file cleanups + +* Tue Jul 20 2010 Tomas Bzatek - 2.31.4-2 +- ssh-agent: fix key unlocking (#611642) + +* Tue Jun 29 2010 Tomas Bzatek - 2.31.4-1 +- Update to 2.31.4 + +* Thu Jun 24 2010 Tomas Bzatek - 2.30.3-1 +- Update to 2.30.3 + +* Mon May 3 2010 Tomas Bzatek - 2.30.1-2 +- Enable daemon autostart in XFCE +- Fix Networkmanager can no longer find secrets service (#572137) + +* Tue Apr 27 2010 Tomas Bzatek - 2.30.1-1 +- Update to 2.30.1 + +* Tue Mar 30 2010 Matthias Clasen - 2.30.0-1 +- Update to 2.30.0 + +* Mon Mar 22 2010 Tomas Bzatek - 2.29.92-2 +- More robust error display and handling +- [secret-store] Don't save session keyring to disk +- [dbus] Allow unlocking even when always unlock is not available +- [dbus] Hide the automatically unlock check when login not usable +- [login] Fix various issues storing and using auto unlock passwords + +* Wed Mar 10 2010 Tomas Bzatek - 2.29.92-1 +- Update to 2.29.92 + +* Tue Feb 16 2010 Tomas Bzatek - 2.29.90-2 +- Backport fixes from master related to storing secret value + +* Tue Feb 9 2010 Tomas Bzatek - 2.29.90-1 +- Update to 2.29.90 + +* Mon Feb 8 2010 Tomas Bzatek - 2.29.5-4 +- Backport some fixes related to password saving + +* Mon Feb 1 2010 Tomas Bzatek - 2.29.5-3 +- Fix hidden entry boxes in the new password prompt (#560345) + +* Mon Jan 25 2010 Tomas Bzatek - 2.29.5-2 +- Fix endless loop when looking for password in login keyring +- Fix undefined reference to S_ISSOCK (#557970) + +* Mon Jan 11 2010 Tomas Bzatek - 2.29.5-1 +- Update to 2.29.5 + +* Thu Jan 7 2010 Tomas Bzatek - 2.29.4-1 +- Update to 2.29.4 + +* Mon Sep 21 2009 Tomas Bzatek - 2.28.0-1 +- Update to 2.28.0 + +* Mon Sep 14 2009 Matthias Clasen - 2.27.92-1 +- Update to 2.27.92 + +* Tue Aug 11 2009 Matthias Clasen - 2.27.90-1 +- Update to 2.27.90 + +* Tue Jul 28 2009 Matthias Clasen - 2.27.5-1 +- Update to 2.27.5 + +* Fri Jul 24 2009 Fedora Release Engineering - 2.27.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jul 13 2009 Matthias Clasen - 2.27.4-1 +- Update to 2.27.4 + +* Thu Jul 2 2009 Matthias Clasen - 2.26.1-2 +- Rebuild + +* Sun Apr 12 2009 Matthias Clasen - 2.26.1-1 +- Update to 2.26.1 +- See http://download.gnome.org/sources/gnome-keyring/2.26/gnome-keyring-2.26.1.news + +* Wed Apr 8 2009 Matthias Clasen - 2.26.0-4 +- Fix service activation + +* Tue Apr 7 2009 Matthias Clasen - 2.26.0-3 +- Revert the previous patch since it causes crashes + +* Thu Apr 02 2009 Richard Hughes - 2.26.0-2 +- Fix a nasty bug that's been fixed upstream where gnome-keyring-daemon + would hang when re-allocating from a pool of secure memory. + +* Mon Mar 16 2009 Tomas Bzatek - 2.26.0-1 +- Update to 2.26.0 + +* Mon Mar 2 2009 Tomas Bzatek - 2.25.92-1 +- Update to 2.25.92 + +* Tue Feb 24 2009 Fedora Release Engineering - 2.25.91-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Feb 14 2009 Matthias Clasen - 2.25.91-1 +- Update to 2.25.91 + +* Tue Feb 3 2009 Matthias Clasen - 2.25.90-4 +- Update to 2.25.90 + +* Tue Jan 20 2009 Tomas Bzatek - 2.25.5-1 +- Update to 2.25.5 + +* Thu Jan 8 2009 Matthias Clasen - 2.25.4.2-1 +- Update to 2.25.4.2 + +* Tue Jan 6 2009 Tomas Bzatek - 2.25.4.1-1 +- Update to 2.25.4.1 + +* Mon Jan 5 2009 Tomas Bzatek - 2.25.4-1 +- Update to 2.25.4 + +* Sat Dec 20 2008 Ray Strode - 2.25.2-3 +- Init dbus later (fixes ssh-agent, + patch from Yanko Kaneti, bug 476300) + +* Fri Dec 12 2008 Matthias Clasen - 2.25.2-2 +- Update to 2.25.2 + +* Sun Nov 23 2008 Matthias Clasen - 2.25.1-2 +- Tweak description + +* Mon Nov 10 2008 Tomas Bzatek - 2.25.1-1 +- Update to 2.25.1 + +* Sun Oct 19 2008 Matthias Clasen - 2.24.1-1 +- Update to 2.24.1 + +* Sun Sep 21 2008 Matthias Clasen - 2.24.0-2 +- Update to 2.24.0 + +* Sun Sep 7 2008 Matthias Clasen - 2.23.92-1 +- Update to 2.23.92 + +* Thu Sep 4 2008 Matthias Clasen - 2.23.91-1 +- Update to 2.23.91 + +* Wed Aug 20 2008 Tomas Bzatek - 2.23.90-1 +- Update to 2.23.90 + +* Mon Aug 11 2008 Colin Walters - 2.22.3.6-2 +- Add --disable-acl-prompts; you can't try to maintain integrity + between two processes with the same UID and no other form of + access control. + +* Mon Aug 4 2008 Tomas Bzatek - 2.23.6-1 +- Update to 2.23.6 + +* Tue Jul 22 2008 Matthias Clasen - 2.23.5-1 +- Update to 2.23.5 + +* Thu May 29 2008 Colin Walters - 2.22.2-2 +- Add patch to nuke allow-deny dialog, see linked upstream bug + for discussion + +* Tue May 27 2008 Tomas Bzatek - 2.22.2-1 +- Update to 2.22.2 + +* Mon Apr 7 2008 Matthias Clasen - 2.22.1-1 +- Update to 2.22.1 + +* Mon Mar 10 2008 Matthias Clasen - 2.22.0-1 +- Update to 2.22.0 + +* Sun Feb 24 2008 Matthias Clasen - 2.21.92-1 +- Update to 2.21.92 + +* Tue Feb 12 2008 Matthias Clasen - 2.21.91-1 +- Update to 2.21.91 +- Drop upstreamed patch + +* Wed Feb 6 2008 Ray Strode - 2.21.90-2 +- Fix problem in patch for bug 430525 + +* Tue Jan 29 2008 Matthias Clasen - 2.21.90-1 +- Update to 2.21.90 + +* Mon Jan 28 2008 Ray Strode - 2.21.5-3 +- Don't ask for a password...ever (bug 430525) + +* Mon Jan 21 2008 Matthew Barnes - 2.21.5-2 +- Fix a race condition that was causing Evolution to hang (#429097) + +* Mon Jan 14 2008 Matthias Clasen - 2.21.5-1 +- Update to 2.21.5 + +* Tue Dec 18 2007 Matthias Clasen - 2.21.4-1 +- Update to 2.21.4 + +* Fri Dec 7 2007 Matthias Clasen - 2.21.3.2-1 +- Update to 2.21.3.2 + +* Fri Nov 30 2007 Matthias Clasen - 2.20.2-2 +- Reenable auto-unlock + +* Mon Nov 26 2007 Matthias Clasen - 2.20.2-1 +- Update to 2.20.2 + +* Sun Nov 11 2007 Matthias Clasen - 2.20.1-4 +- Don't ship a .la file (#370531) + +* Thu Oct 25 2007 Christopher Aillon - 2.20.1-3 +- Rebuild + +* Mon Oct 15 2007 Matthias Clasen - 2.20.1-2 +- Disable the auto-unlock question for now (#312531) + +* Mon Oct 15 2007 Matthias Clasen - 2.20.1-1 +- Update to 2.20.1 +- Drop obsolete patches +- Add bug ref for selinux patch + +* Tue Oct 9 2007 Matthias Clasen - 2.20-6 +- Avoid undefined symbols in the pam module + +* Mon Oct 8 2007 Alexander Larsson - 2.20-5 +- Fixed minor issue with pam-selinux issue pointed out by stef + +* Thu Oct 4 2007 Alexander Larsson - 2.20-4 +- Have the pam module tell the daemon to init the login keyring + without using the socket as selinux limits access to that + +* Thu Oct 4 2007 Alexander Larsson - 2.20-3 +- Add NO_MATCH error patch from svn. Will fix apps that + can't handle empty list matches + +* Mon Oct 3 2007 Alexander Larsson - 2.20-2 +- Backport fix from svn where newly created keyrings weren't + found +- Don't unset default keyring on daemon shutdown + +* Mon Sep 17 2007 Matthias Clasen - 2.20-1 +- Update to 2.20 + +* Tue Sep 4 2007 Matthias Clasen - 2.19.91-1 +- Update to 2.19.91 + +* Sun Aug 12 2007 Matthias Clasen - 2.19.90-1 +- Update to 2.19.90 + +* Thu Aug 2 2007 Matthias Clasen - 2.19.6.1-2 +- Update License fields + +* Mon Jul 30 2007 Matthias Clasen - 2.19.6.1-1 +- Update to 2.19.6.1 + +* Mon Jul 30 2007 Matthias Clasen - 2.19.6-2 +- Backport a fix from upstream + +* Fri Jul 27 2007 Matthias Clasen - 2.19.6-1 +- Update to 2.19.6 +- Add a pam subpackage + +* Mon Jul 9 2007 Matthias Clasen - 2.19.5-1 +- Update to 2.19.5 + +* Sun May 20 2007 Matthias Clasen - 2.19.2-1 +- Update to 2.19.2 + +* Tue Mar 13 2007 Matthias Clasen - 0.8-1 +- Update to 0.8 + +* Sat Feb 24 2007 Matthias Clasen - 0.7.92-1 +- Update to 0.7.92 + +* Mon Feb 12 2007 Matthias Clasen - 0.7.91-1 +- Update to 0.7.91 + +* Thu Feb 8 2007 Matthias Clasen - 0.7.3-2 +- Package review cleanup + +* Wed Jan 10 2007 Matthias Clasen - 0.7.3-1 +- Update to 0.7.3 + +* Tue Dec 19 2006 Matthias Clasen - 0.7.2-1 +- Update to 0.7.2 + +* Mon Nov 6 2006 Matthias Clasen - 0.7.1-1 +- Update to 0.7.1 + +* Mon Sep 4 2006 Alexander Larsson - 0.6.0-1 +- update to 0.6.0 + +* Wed Aug 23 2006 Dan Williams - 0.5.2-2.fc6 +- Fix null pointer dereference (Gnome.org #352587) + +* Mon Aug 21 2006 Matthias Clasen - 0.5.2-1.fc6 +- Update to 0.5.2 + +* Wed Jul 12 2006 Jesse Keating - 0.5.1-1.1 +- rebuild + +* Tue Jun 13 2006 Matthias Clasen - 0.5.1-1 +- Update to 0.5.1 + +* Mon May 29 2006 Alexander Larsson - 0.4.9-2 +- buildrequire gettext (#193377) + +* Mon Mar 13 2006 Matthias Clasen - 0.4.9-1 +- Update to 0.4.9 + +* Mon Feb 27 2006 Matthias Clasen - 0.4.8-1 +- Update to 0.4.8 + +* Mon Feb 13 2006 Matthias Clasen - 0.4.7-1 +- Update to 0.4.7 + +* Fri Feb 10 2006 Jesse Keating - 0.4.6-1.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 0.4.6-1.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Nov 30 2005 Matthias Clasen 0.4.6-1 +- Update to 0.4.6 + +* Thu Sep 29 2005 Matthias Clasen 0.4.5-1 +- Update to 0.4.5 + +* Wed Sep 7 2005 Matthias Clasen 0.4.4-1 +- Update to 0.4.4 + +* Tue Aug 16 2005 David Zeuthen 0.4.3-2 +- Rebuilt + +* Thu Aug 4 2005 Matthias Clasen 0.4.3-1 +- New upstream version + +* Fri Mar 18 2005 David Zeuthen 0.4.2-1 +- New upstream version + +* Wed Mar 2 2005 Alex Larsson 0.4.1-2 +- Rebuild + +* Tue Feb 1 2005 Matthias Clasen - 0.4.1-1 +- Update to 0.4.1 + +* Mon Sep 13 2004 Alexander Larsson - 0.4.0-1 +- update to 0.4.0 + +* Tue Aug 31 2004 Alex Larsson 0.3.3-1 +- update to 0.3.3 + +* Thu Aug 12 2004 Alexander Larsson - 0.3.2-1 +- update to 0.3.2 + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Thu Apr 1 2004 Alex Larsson 0.2.0-1 +- update to 0.2.0 + +* Wed Mar 10 2004 Alexander Larsson 0.1.90-1 +- update to 0.1.90 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Tue Feb 24 2004 Alexander Larsson 0.1.4-1 +- update to 0.1.4 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Fri Jan 30 2004 Alexander Larsson 0.1.3-1 +- update to 0.1.3 + +* Mon Jan 26 2004 Bill Nottingham +- tweak summary + +* Mon Jan 26 2004 Alexander Larsson 0.1.2-2 +- devel package only needs glib2-devel, not gtk2-devel + +* Fri Jan 23 2004 Alexander Larsson 0.1.2-1 +- First version