Compare commits

...

4 Commits
rawhide ... f19

Author SHA1 Message Date
Matthias Clasen 8fe3c707a3 fix the build 2013-07-02 09:18:33 -04:00
Matthias Clasen a8096073e1 install pam modules in the right location 2013-07-02 08:59:42 -04:00
Stef Walter 6df33677e4 Update to version 3.8.2 2013-05-05 10:52:43 +02:00
Richard Hughes d14cb59901 Update to 3.8.1 2013-04-16 13:52:07 +01:00
3 changed files with 17 additions and 6 deletions

2
.gitignore vendored
View File

@ -43,3 +43,5 @@ gnome-keyring-2.31.4.tar.bz2
/gnome-keyring-3.7.91.tar.xz
/gnome-keyring-3.7.92.tar.xz
/gnome-keyring-3.8.0.tar.xz
/gnome-keyring-3.8.1.tar.xz
/gnome-keyring-3.8.2.tar.xz

View File

@ -6,8 +6,8 @@
Summary: Framework for managing passwords and other secrets
Name: gnome-keyring
Version: 3.8.0
Release: 1%{?dist}
Version: 3.8.2
Release: 2%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
#VCS: git:git://git.gnome.org/gnome-keyring
@ -57,7 +57,7 @@ automatically unlock the "login" keyring when the user logs in.
%build
%configure \
--with-pam-dir=/%{_lib}/security \
--with-pam-dir=%{_libdir}/security \
--enable-pam
# avoid unneeded direct dependencies
@ -68,7 +68,7 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_lib}/security/*.la
rm $RPM_BUILD_ROOT%{_libdir}/security/*.la
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
@ -106,10 +106,19 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%{_datadir}/p11-kit/modules/gnome-keyring.module
%files pam
/%{_lib}/security/*.so
%{_libdir}/security/*.so
%changelog
* Tue Jul 2 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-2
- usrmove stragglers: move pam modules to /usr/lib/security
* Sun May 05 2013 Stef Walter <stefw@redhat.com> - 3.8.2-1
- Update to 3.8.2
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
- Update to 3.8.1
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0

View File

@ -1 +1 @@
59758cf9983229b07ffa17da1214d281 gnome-keyring-3.8.0.tar.xz
7ba61e86f447584d2408bb95c34bbdb6 gnome-keyring-3.8.2.tar.xz