- Update to 2.91.2
This commit is contained in:
parent
8d2985282f
commit
2a878ea3ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ gnome-keyring-2.31.4.tar.bz2
|
||||
/gnome-keyring-2.32.0.tar.bz2
|
||||
/gnome-keyring-2.91.0.tar.bz2
|
||||
/gnome-keyring-2.91.1.tar.bz2
|
||||
/gnome-keyring-2.91.2.tar.bz2
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Framework for managing passwords and other secrets
|
||||
Name: gnome-keyring
|
||||
Version: 2.91.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.91.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||
@ -146,6 +146,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.2-1
|
||||
- Update to 2.91.2
|
||||
|
||||
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
|
||||
- Rebuild against newer gtk3
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up gnome-keyring-2.31.91/configure.in.pam-headers gnome-keyring-2.31.91/configure.in
|
||||
--- gnome-keyring-2.31.91/configure.in.pam-headers 2010-08-31 19:23:16.091743002 -0400
|
||||
+++ gnome-keyring-2.31.91/configure.in 2010-08-31 19:23:44.418743001 -0400
|
||||
@@ -251,7 +251,7 @@ AC_ARG_ENABLE(pam,
|
||||
|
||||
pam_status="no"
|
||||
if test "$enable_pam" != "no"; then
|
||||
- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, have_pam=yes, have_pam=no)
|
||||
+ AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no)
|
||||
if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then
|
||||
AC_MSG_ERROR(The PAM headers are missing)
|
||||
elif test "$have_pam" = "yes"; then
|
Loading…
Reference in New Issue
Block a user