-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFedora27-gnome-keyring.spec
814 lines (570 loc) · 25.2 KB
/
Fedora27-gnome-keyring.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
%global glib2_version 2.38.0
%global gcr_version 3.5.3
%global gcrypt_version 1.2.2
Summary: Framework for managing passwords and other secrets
Name: gnome-keyring
Version: 3.20.1
Release: 4%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
#VCS: git:git://git.gnome.org/gnome-keyring
Source: https://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
URL: https://wiki.gnome.org/Projects/GnomeKeyring
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(p11-kit-1)
BuildRequires: docbook-dtds
BuildRequires: docbook-style-xsl
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libcap-ng-devel
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
BuildRequires: libselinux-devel
BuildRequires: pam-devel
BuildRequires: /usr/bin/xsltproc
# 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}%{?_isa} = %{version}-%{release}
# for /lib/security
Requires: pam%{?_isa}
%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}
%build
%configure \
--disable-ssh-agent \
--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
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
%postun
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
%license 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.1*
%{_mandir}/man1/gnome-keyring-3.1*
%{_mandir}/man1/gnome-keyring-daemon.1*
%files pam
%{_libdir}/security/*.so
%changelog
* Tue Nov 14 2017 James Boyle <[email protected]> - 3.20.1-4
- Removed ssh-agent emulation because it is crap and cannot support Ed 25519 or ecDSA
- Shame on Red Hat and shame on Fedora
* Wed Aug 02 2017 Fedora Release Engineering <[email protected]> - 3.20.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 3.20.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Tue Jul 04 2017 Debarshi Ray <[email protected]> - 3.20.1-1
- Update to 3.20.1
* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 3.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Mar 25 2016 Kalev Lember <[email protected]> - 3.20.0-1
- Update to 3.20.0
* Thu Feb 18 2016 Richard Hughes <[email protected]> - 3.19.90-1
- Update to 3.19.90
* Wed Feb 03 2016 Fedora Release Engineering <[email protected]> - 3.19.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jan 20 2016 Kalev Lember <[email protected]> - 3.19.4-1
- Update to 3.19.4
* Wed Oct 28 2015 Kalev Lember <[email protected]> - 3.18.3-1
- Update to 3.18.3
* Fri Oct 23 2015 Kalev Lember <[email protected]> - 3.18.2-1
- Update to 3.18.2
* Sat Oct 17 2015 Kalev Lember <[email protected]> - 3.18.1-2
- dbus: Fix object path regression from GDBus port
* Sat Oct 17 2015 Kalev Lember <[email protected]> - 3.18.1-1
- Update to 3.18.1
- Drop unused dbus build dependency
- Use make_install macro
* Thu Oct 15 2015 Ray Strode <[email protected]> 3.18.0-4
- Fix password handoff in non-autologin case
- Remove unneccessary part of autologin fix
Related: #1269581
* Thu Oct 15 2015 Ray Strode <[email protected]> 3.18.0-3
- Fix deadlock in gnome-keyring when using autologin
Resolves: #1269581
* Wed Oct 14 2015 Kalev Lember <[email protected]> - 3.18.0-2
- dbus: Initialize secret service before claiming name
* Mon Sep 28 2015 Kalev Lember <[email protected]> - 3.18.0-1
- Update to 3.18.0
* Tue Sep 15 2015 Richard Hughes <[email protected]> - 3.17.91-1
- Update to 3.17.91
* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 3.16.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Apr 08 2015 David King <[email protected]> - 3.16.0-1
- Update to 3.16.0
* Tue Mar 17 2015 Kalev Lember <[email protected]> - 3.15.92-1
- Update to 3.15.92
* Sun Mar 08 2015 David King <[email protected]> - 3.15.90-2
- Add patch to fix repeated SSH agent requests
* Thu Feb 26 2015 David King <[email protected]> - 3.15.90-1
- Update to 3.15.90
- Update URL
- Use pkgconfig for BuildRequires
- Use license macro for COPYING and COPYING.LIB
- Preserve timestamps during install
* Sat Feb 21 2015 Till Maas <[email protected]> - 3.14.0-2
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
* Tue Sep 23 2014 Kalev Lember <[email protected]> - 3.14.0-1
- Update to 3.14.0
- Tighten deps with the _isa macro
* Thu Sep 11 2014 Kalev Lember <[email protected]> - 3.13.91-1
- Update to 3.13.91
* Sat Aug 16 2014 Fedora Release Engineering <[email protected]> - 3.12.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 3.12.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu May 15 2014 Kalev Lember <[email protected]> - 3.12.2-1
- Update to 3.12.2
* Sun Mar 23 2014 Kalev Lember <[email protected]> - 3.12.0-1
- Update to 3.12.0
* Mon Mar 17 2014 Richard Hughes <[email protected]> - 3.11.92-1
- Update to 3.11.92
* Sat Dec 21 2013 Ville Skyttä <[email protected]> - 3.10.1-2
- Drop unneeded ldconfig calls from %%post* scriptlets.
- Fix bogus dates in %%changelog.
* Mon Oct 28 2013 Richard Hughes <[email protected]> - 3.10.1-1
- Update to 3.10.1
* Wed Sep 25 2013 Kalev Lember <[email protected]> - 3.10.0-1
- Update to 3.10.0
* Wed Aug 28 2013 Kalev Lember <[email protected]> - 3.9.90-1
- Update to 3.9.90
* Sat Aug 03 2013 Fedora Release Engineering <[email protected]> - 3.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue Jul 2 2013 Matthias Clasen <[email protected]> - 3.9.1-2
- usrmove stragglers: move pam modules to /usr/lib/security
* Sat May 04 2013 Kalev Lember <[email protected]> - 3.9.1-1
- Update to 3.9.1
* Tue Apr 16 2013 Richard Hughes <[email protected]> - 3.8.1-1
- Update to 3.8.1
* Tue Mar 26 2013 Kalev Lember <[email protected]> - 3.8.0-1
- Update to 3.8.0
* Tue Mar 19 2013 Richard Hughes <[email protected]> - 3.7.92-1
- Update to 3.7.92
* Thu Mar 7 2013 Matthias Clasen <[email protected]> - 3.7.91-1
- Update to 3.7.91
* Wed Feb 06 2013 Kalev Lember <[email protected]> - 3.7.5-1
- Update to 3.7.5
* Mon Jan 14 2013 Tomas Bzatek <[email protected]> - 3.7.2-2
- Fix crash on parsing some certificates (#893162)
* Fri Nov 23 2012 Tomas Bzatek <[email protected]> - 3.7.2-1
- Update to 3.7.2
* Fri Nov 09 2012 Kalev Lember <[email protected]> - 3.7.1-1
- Update to 3.7.1
* Fri Nov 09 2012 Rex Dieter <[email protected]> 3.6.1-2
- WARNING: couldn't connect to: /tmp/keyring-... (#783568, gnome#665961)
* Tue Oct 16 2012 Kalev Lember <[email protected]> - 3.6.1-1
- Update to 3.6.1
* Tue Sep 25 2012 Matthias Clasen <[email protected]> - 3.6.0-1
- Update to 3.6.0
* Wed Sep 19 2012 Richard Hughes <[email protected]> - 3.5.92-1
- Update to 3.5.92
* Tue Sep 04 2012 Richard Hughes <[email protected]> - 3.5.91-1
- Update to 3.5.91
* Tue Aug 21 2012 Richard Hughes <[email protected]> - 3.5.90-1
- Update to 3.5.90
* Tue Aug 07 2012 Stef Walter <[email protected]> - 3.5.5-2
- Update for renamed gnome-keyring.module file
- Update sources
* Tue Aug 07 2012 Richard Hughes <[email protected]> - 3.5.5-1
- Update to 3.5.5
* Fri Jul 27 2012 Fedora Release Engineering <[email protected]> - 3.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jul 17 2012 Richard Hughes <[email protected]> - 3.5.3-1
- Update to 3.5.3
* Tue Apr 24 2012 Kalev Lember <[email protected]> - 3.4.1-2
- Silence rpm scriptlet output
* Mon Apr 16 2012 Richard Hughes <[email protected]> - 3.4.1-1
- Update to 3.4.1
* Mon Mar 26 2012 Debarshi Ray <[email protected]> - 3.4.0-1
- Update to 3.4.0
* Wed Mar 21 2012 Kalev Lember <[email protected]> - 3.3.92-1
- Update to 3.3.92
* Fri Mar 9 2012 Matthias Clasen <[email protected]> - 3.3.91-1
- Update to 3.3.91
* Tue Feb 7 2012 Matthias Clasen <[email protected]> - 3.3.5-1
- Update to 3.3.5
* Wed Jan 18 2012 Matthias Clasen <[email protected]> - 3.3.4-2
- Fix a problem that prevents the ssh-agent from working
* Tue Jan 17 2012 Matthias Clasen <[email protected]> - 3.3.4-1
- Update to 3.3.4
* Fri Jan 13 2012 Fedora Release Engineering <[email protected]> - 3.3.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Jan 3 2012 Tomas Bzatek <[email protected]> - 3.3.3.1-3
- Properly obsolete dead -devel subpackage (#771299)
* Mon Dec 26 2011 Ville Skyttä <[email protected]> - 3.3.3.1-2
- Fix libgnome-keyring dep version syntax.
* Thu Dec 22 2011 Matthias Clasen <[email protected]> - 3.3.3.1-1
- Update to 3.3.3.1
- No more devel package
* Wed Nov 2 2011 Matthias Clasen <[email protected]> - 3.3.1-1
- Update to 3.3.1
* Wed Oct 26 2011 Fedora Release Engineering <[email protected]> - 3.2.1-2
- Rebuilt for glibc bug#747377
* Tue Oct 18 2011 Matthias Clasen <[email protected]> - 3.2.1-1
- Update to 3.2.1
* Mon Sep 26 2011 Ray <[email protected]> - 3.2.0-1
- Update to 3.2.0
* Mon Sep 19 2011 Matthias Clasen <[email protected]> - 3.1.92-1
- Update to 3.1.92
* Tue Sep 6 2011 Matthias Clasen <[email protected]> - 3.1.91-1
- Update to 3.1.91
* Wed Aug 31 2011 Matthias Clasen <[email protected]> - 3.1.90-1
- Update to 3.1.90
* Thu Aug 18 2011 Matthias Clasen <[email protected]> - 3.1.4-1
- Update to 3.1.4
* Tue May 10 2011 Tomas Bzatek <[email protected]> - 3.1.1-2
- Improved libcap-ng patches
* Mon May 9 2011 Tomas Bzatek <[email protected]> - 3.1.1-1
- Update to 3.1.1
* Mon Apr 25 2011 Matthias Clasen <[email protected]> - 3.0.1-1
- Update to 3.0.1
* Mon Apr 4 2011 Tomas Bzatek <[email protected]> - 3.0.0-1
- Update to 3.0.0
* Mon Mar 21 2011 Matthias Clasen <[email protected]> - 2.91.93-1
- Update to 2.91.93
* Tue Mar 15 2011 Tomas Bzatek <[email protected]> - 2.91.92-3
- Update the pam module selinux patch
* Tue Mar 15 2011 Tomas Bzatek <[email protected]> - 2.91.92-2
- Set correct SELinux context of daemon started from the pam module (#684225)
* Fri Mar 11 2011 Tomas Bzatek <[email protected]> - 2.91.92-1
- Update to 2.91.92
* Mon Mar 7 2011 Matthias Clasen <[email protected]> 2.91.91-1
- Update to 2.91.91
* Fri Feb 11 2011 Matthias Clasen <[email protected]> 2.91.4-7
- Rebuild against newer gtk
* Tue Feb 08 2011 Fedora Release Engineering <[email protected]> - 2.91.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Feb 2 2011 Matthias Clasen <[email protected]> - 2.91.4-5
- Rebuild against new gtk
* Sat Jan 29 2011 Ville Skyttä <[email protected]> - 2.91.4-4
- Dir ownership fixes.
* Mon Jan 17 2011 Tomas Bzatek <[email protected]> - 2.91.4-3
- Use file system based capabilities instead of suid bit (#668831)
* Fri Jan 7 2011 Matthias Clasen <[email protected]> - 2.91.4-2
- Rebuild against new gtk
* Mon Jan 3 2011 Tomas Bzatek <[email protected]> - 2.91.4-1
- Update to 2.91.4
* Fri Dec 3 2010 Matthias Clasen <[email protected]> - 2.91.3-2
- Rebuild against new gtk
* Tue Nov 30 2010 Tomas Bzatek <[email protected]> - 2.91.3-1
- Update to 2.91.3
* Tue Nov 9 2010 Tomas Bzatek <[email protected]> - 2.91.2-1
- Update to 2.91.2
* Mon Nov 1 2010 Matthias Clasen <[email protected]> - 2.91.1-2
- Rebuild against newer gtk3
* Mon Oct 11 2010 Tomas Bzatek <[email protected]> - 2.91.1-1
- Update to 2.91.1
* Mon Oct 4 2010 Tomas Bzatek <[email protected]> - 2.91.0-1
- Update to 2.91.0
* Tue Sep 28 2010 Matthias Clasen <[email protected]> - 2.32.0-1
- Update to 2.32.0
* Sat Sep 25 2010 Owen Taylor <[email protected]> - 2.31.92-2
- Bump and rebuild for GTK3 ABI changes
* Mon Sep 13 2010 Tomas Bzatek <[email protected]> - 2.31.92-1
- Update to 2.31.92
- Built against gtk3
* Tue Aug 31 2010 Matthias Clasen <[email protected]> - 2.31.91-1
- Update to 2.31.91
* Mon Aug 23 2010 Matthias Clasen <[email protected]> - 2.31.4-3
- Co-own /usr/share/gtk-doc (#604359)
- Some spec file cleanups
* Tue Jul 20 2010 Tomas Bzatek <[email protected]> - 2.31.4-2
- ssh-agent: fix key unlocking (#611642)
* Tue Jun 29 2010 Tomas Bzatek <[email protected]> - 2.31.4-1
- Update to 2.31.4
* Thu Jun 24 2010 Tomas Bzatek <[email protected]> - 2.30.3-1
- Update to 2.30.3
* Mon May 3 2010 Tomas Bzatek <[email protected]> - 2.30.1-2
- Enable daemon autostart in XFCE
- Fix Networkmanager can no longer find secrets service (#572137)
* Tue Apr 27 2010 Tomas Bzatek <[email protected]> - 2.30.1-1
- Update to 2.30.1
* Tue Mar 30 2010 Matthias Clasen <[email protected]> - 2.30.0-1
- Update to 2.30.0
* Mon Mar 22 2010 Tomas Bzatek <[email protected]> - 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 <[email protected]> - 2.29.92-1
- Update to 2.29.92
* Tue Feb 16 2010 Tomas Bzatek <[email protected]> - 2.29.90-2
- Backport fixes from master related to storing secret value
* Tue Feb 9 2010 Tomas Bzatek <[email protected]> - 2.29.90-1
- Update to 2.29.90
* Mon Feb 8 2010 Tomas Bzatek <[email protected]> - 2.29.5-4
- Backport some fixes related to password saving
* Mon Feb 1 2010 Tomas Bzatek <[email protected]> - 2.29.5-3
- Fix hidden entry boxes in the new password prompt (#560345)
* Mon Jan 25 2010 Tomas Bzatek <[email protected]> - 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 <[email protected]> - 2.29.5-1
- Update to 2.29.5
* Thu Jan 7 2010 Tomas Bzatek <[email protected]> - 2.29.4-1
- Update to 2.29.4
* Mon Sep 21 2009 Tomas Bzatek <[email protected]> - 2.28.0-1
- Update to 2.28.0
* Mon Sep 14 2009 Matthias Clasen <[email protected]> - 2.27.92-1
- Update to 2.27.92
* Tue Aug 11 2009 Matthias Clasen <[email protected]> - 2.27.90-1
- Update to 2.27.90
* Tue Jul 28 2009 Matthias Clasen <[email protected]> - 2.27.5-1
- Update to 2.27.5
* Fri Jul 24 2009 Fedora Release Engineering <[email protected]> - 2.27.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jul 13 2009 Matthias Clasen <[email protected]> - 2.27.4-1
- Update to 2.27.4
* Thu Jul 2 2009 Matthias Clasen <[email protected]> - 2.26.1-2
- Rebuild
* Sun Apr 12 2009 Matthias Clasen <[email protected]> - 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 <[email protected]> - 2.26.0-4
- Fix service activation
* Tue Apr 7 2009 Matthias Clasen <[email protected]> - 2.26.0-3
- Revert the previous patch since it causes crashes
* Thu Apr 02 2009 Richard Hughes <[email protected]> - 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 <[email protected]> - 2.26.0-1
- Update to 2.26.0
* Mon Mar 2 2009 Tomas Bzatek <[email protected]> - 2.25.92-1
- Update to 2.25.92
* Tue Feb 24 2009 Fedora Release Engineering <[email protected]> - 2.25.91-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Feb 14 2009 Matthias Clasen <[email protected]> - 2.25.91-1
- Update to 2.25.91
* Tue Feb 3 2009 Matthias Clasen <[email protected]> - 2.25.90-4
- Update to 2.25.90
* Tue Jan 20 2009 Tomas Bzatek <[email protected]> - 2.25.5-1
- Update to 2.25.5
* Thu Jan 8 2009 Matthias Clasen <[email protected]> - 2.25.4.2-1
- Update to 2.25.4.2
* Tue Jan 6 2009 Tomas Bzatek <[email protected]> - 2.25.4.1-1
- Update to 2.25.4.1
* Mon Jan 5 2009 Tomas Bzatek <[email protected]> - 2.25.4-1
- Update to 2.25.4
* Sat Dec 20 2008 Ray Strode <[email protected]> - 2.25.2-3
- Init dbus later (fixes ssh-agent,
patch from Yanko Kaneti, bug 476300)
* Fri Dec 12 2008 Matthias Clasen <[email protected]> - 2.25.2-2
- Update to 2.25.2
* Sun Nov 23 2008 Matthias Clasen <[email protected]> - 2.25.1-2
- Tweak description
* Mon Nov 10 2008 Tomas Bzatek <[email protected]> - 2.25.1-1
- Update to 2.25.1
* Sun Oct 19 2008 Matthias Clasen <[email protected]> - 2.24.1-1
- Update to 2.24.1
* Sun Sep 21 2008 Matthias Clasen <[email protected]> - 2.24.0-2
- Update to 2.24.0
* Sun Sep 7 2008 Matthias Clasen <[email protected]> - 2.23.92-1
- Update to 2.23.92
* Thu Sep 4 2008 Matthias Clasen <[email protected]> - 2.23.91-1
- Update to 2.23.91
* Wed Aug 20 2008 Tomas Bzatek <[email protected]> - 2.23.90-1
- Update to 2.23.90
* Mon Aug 11 2008 Colin Walters <[email protected]> - 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 <[email protected]> - 2.23.6-1
- Update to 2.23.6
* Tue Jul 22 2008 Matthias Clasen <[email protected]> - 2.23.5-1
- Update to 2.23.5
* Thu May 29 2008 Colin Walters <[email protected]> - 2.22.2-2
- Add patch to nuke allow-deny dialog, see linked upstream bug
for discussion
* Tue May 27 2008 Tomas Bzatek <[email protected]> - 2.22.2-1
- Update to 2.22.2
* Mon Apr 7 2008 Matthias Clasen <[email protected]> - 2.22.1-1
- Update to 2.22.1
* Mon Mar 10 2008 Matthias Clasen <[email protected]> - 2.22.0-1
- Update to 2.22.0
* Sun Feb 24 2008 Matthias Clasen <[email protected]> - 2.21.92-1
- Update to 2.21.92
* Tue Feb 12 2008 Matthias Clasen <[email protected]> - 2.21.91-1
- Update to 2.21.91
- Drop upstreamed patch
* Wed Feb 6 2008 Ray Strode <[email protected]> - 2.21.90-2
- Fix problem in patch for bug 430525
* Tue Jan 29 2008 Matthias Clasen <[email protected]> - 2.21.90-1
- Update to 2.21.90
* Mon Jan 28 2008 Ray Strode <[email protected]> - 2.21.5-3
- Don't ask for a password...ever (bug 430525)
* Mon Jan 21 2008 Matthew Barnes <[email protected]> - 2.21.5-2
- Fix a race condition that was causing Evolution to hang (#429097)
* Mon Jan 14 2008 Matthias Clasen <[email protected]> - 2.21.5-1
- Update to 2.21.5
* Tue Dec 18 2007 Matthias Clasen <[email protected]> - 2.21.4-1
- Update to 2.21.4
* Fri Dec 7 2007 Matthias Clasen <[email protected]> - 2.21.3.2-1
- Update to 2.21.3.2
* Fri Nov 30 2007 Matthias Clasen <[email protected]> - 2.20.2-2
- Reenable auto-unlock
* Mon Nov 26 2007 Matthias Clasen <[email protected]> - 2.20.2-1
- Update to 2.20.2
* Sun Nov 11 2007 Matthias Clasen <[email protected]> - 2.20.1-4
- Don't ship a .la file (#370531)
* Thu Oct 25 2007 Christopher Aillon <[email protected]> - 2.20.1-3
- Rebuild
* Mon Oct 15 2007 Matthias Clasen <[email protected]> - 2.20.1-2
- Disable the auto-unlock question for now (#312531)
* Mon Oct 15 2007 Matthias Clasen <[email protected]> - 2.20.1-1
- Update to 2.20.1
- Drop obsolete patches
- Add bug ref for selinux patch
* Tue Oct 9 2007 Matthias Clasen <[email protected]> - 2.20-6
- Avoid undefined symbols in the pam module
* Mon Oct 8 2007 Alexander Larsson <[email protected]> - 2.20-5
- Fixed minor issue with pam-selinux issue pointed out by stef
* Thu Oct 4 2007 Alexander Larsson <[email protected]> - 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 <[email protected]> - 2.20-3
- Add NO_MATCH error patch from svn. Will fix apps that
can't handle empty list matches
* Wed Oct 3 2007 Alexander Larsson <[email protected]> - 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 <[email protected]> - 2.20-1
- Update to 2.20
* Tue Sep 4 2007 Matthias Clasen <[email protected]> - 2.19.91-1
- Update to 2.19.91
* Sun Aug 12 2007 Matthias Clasen <[email protected]> - 2.19.90-1
- Update to 2.19.90
* Thu Aug 2 2007 Matthias Clasen <[email protected]> - 2.19.6.1-2
- Update License fields
* Mon Jul 30 2007 Matthias Clasen <[email protected]> - 2.19.6.1-1
- Update to 2.19.6.1
* Mon Jul 30 2007 Matthias Clasen <[email protected]> - 2.19.6-2
- Backport a fix from upstream
* Fri Jul 27 2007 Matthias Clasen <[email protected]> - 2.19.6-1
- Update to 2.19.6
- Add a pam subpackage
* Mon Jul 9 2007 Matthias Clasen <[email protected]> - 2.19.5-1
- Update to 2.19.5
* Sun May 20 2007 Matthias Clasen <[email protected]> - 2.19.2-1
- Update to 2.19.2
* Tue Mar 13 2007 Matthias Clasen <[email protected]> - 0.8-1
- Update to 0.8
* Sat Feb 24 2007 Matthias Clasen <[email protected]> - 0.7.92-1
- Update to 0.7.92
* Mon Feb 12 2007 Matthias Clasen <[email protected]> - 0.7.91-1
- Update to 0.7.91
* Thu Feb 8 2007 Matthias Clasen <[email protected]> - 0.7.3-2
- Package review cleanup
* Wed Jan 10 2007 Matthias Clasen <[email protected]> - 0.7.3-1
- Update to 0.7.3
* Tue Dec 19 2006 Matthias Clasen <[email protected]> - 0.7.2-1
- Update to 0.7.2
* Mon Nov 6 2006 Matthias Clasen <[email protected]> - 0.7.1-1
- Update to 0.7.1
* Mon Sep 4 2006 Alexander Larsson <[email protected]> - 0.6.0-1
- update to 0.6.0
* Wed Aug 23 2006 Dan Williams <[email protected]> - 0.5.2-2.fc6
- Fix null pointer dereference (Gnome.org #352587)
* Mon Aug 21 2006 Matthias Clasen <[email protected]> - 0.5.2-1.fc6
- Update to 0.5.2
* Wed Jul 12 2006 Jesse Keating <[email protected]> - 0.5.1-1.1
- rebuild
* Tue Jun 13 2006 Matthias Clasen <[email protected]> - 0.5.1-1
- Update to 0.5.1
* Mon May 29 2006 Alexander Larsson <[email protected]> - 0.4.9-2
- buildrequire gettext (#193377)
* Mon Mar 13 2006 Matthias Clasen <[email protected]> - 0.4.9-1
- Update to 0.4.9
* Mon Feb 27 2006 Matthias Clasen <[email protected]> - 0.4.8-1
- Update to 0.4.8
* Mon Feb 13 2006 Matthias Clasen <[email protected]> - 0.4.7-1
- Update to 0.4.7
* Fri Feb 10 2006 Jesse Keating <[email protected]> - 0.4.6-1.2.1
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <[email protected]> - 0.4.6-1.2
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Dec 09 2005 Jesse Keating <[email protected]>
- rebuilt
* Wed Nov 30 2005 Matthias Clasen <[email protected]> 0.4.6-1
- Update to 0.4.6
* Thu Sep 29 2005 Matthias Clasen <[email protected]> 0.4.5-1
- Update to 0.4.5
* Wed Sep 7 2005 Matthias Clasen <[email protected]> 0.4.4-1
- Update to 0.4.4
* Tue Aug 16 2005 David Zeuthen <[email protected]> 0.4.3-2
- Rebuilt
* Thu Aug 4 2005 Matthias Clasen <[email protected]> 0.4.3-1
- New upstream version
* Fri Mar 18 2005 David Zeuthen <[email protected]> 0.4.2-1
- New upstream version
* Wed Mar 2 2005 Alex Larsson <[email protected]> 0.4.1-2
- Rebuild
* Tue Feb 1 2005 Matthias Clasen <[email protected]> - 0.4.1-1
- Update to 0.4.1
* Mon Sep 13 2004 Alexander Larsson <[email protected]> - 0.4.0-1
- update to 0.4.0
* Tue Aug 31 2004 Alex Larsson <[email protected]> 0.3.3-1
- update to 0.3.3
* Thu Aug 12 2004 Alexander Larsson <[email protected]> - 0.3.2-1
- update to 0.3.2
* Tue Jun 15 2004 Elliot Lee <[email protected]>
- rebuilt
* Thu Apr 1 2004 Alex Larsson <[email protected]> 0.2.0-1
- update to 0.2.0
* Wed Mar 10 2004 Alexander Larsson <[email protected]> 0.1.90-1
- update to 0.1.90
* Tue Mar 02 2004 Elliot Lee <[email protected]>
- rebuilt
* Tue Feb 24 2004 Alexander Larsson <[email protected]> 0.1.4-1
- update to 0.1.4
* Fri Feb 13 2004 Elliot Lee <[email protected]>
- rebuilt
* Fri Jan 30 2004 Alexander Larsson <[email protected]> 0.1.3-1
- update to 0.1.3
* Mon Jan 26 2004 Bill Nottingham <[email protected]>
- tweak summary
* Mon Jan 26 2004 Alexander Larsson <[email protected]> 0.1.2-2
- devel package only needs glib2-devel, not gtk2-devel
* Fri Jan 23 2004 Alexander Larsson <[email protected]> 0.1.2-1
- First version