refix: set default value for smime-CA-directory (#1131558)
Fixes 046bcbf
.
Resolves: #1131558
This commit is contained in:
parent
abc097541b
commit
36c99ab41e
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
;; default to better frame titles
|
;; default to better frame titles
|
||||||
(setq-default frame-title-format (concat "%b - emacs@" (system-name)))
|
(setq-default frame-title-format (concat "%b - emacs@" (system-name)))
|
||||||
(setq-default smime-CA-directory "/etc/ssl/certs/ca-bundle.crt")
|
(setq-default smime-CA-directory "/etc/ssl/certs")
|
||||||
|
@ -5,7 +5,7 @@ Summary: GNU Emacs text editor
|
|||||||
Name: emacs
|
Name: emacs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 24.5
|
Version: 24.5
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv3+ and CC0-1.0
|
License: GPLv3+ and CC0-1.0
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -448,6 +448,9 @@ update-desktop-database &> /dev/null || :
|
|||||||
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 8 2016 Jan Synáček <jsynacek@redhat.com> - 1:24.5-10
|
||||||
|
- refix: set default value for smime-CA-directory (#1131558)
|
||||||
|
|
||||||
* Tue Feb 2 2016 Jan Synáček <jsynacek@redhat.com> - 1:24.5-9
|
* Tue Feb 2 2016 Jan Synáček <jsynacek@redhat.com> - 1:24.5-9
|
||||||
- emacs "deadlocked" after using mercurial with huge amounts of ignored files in the repository (#1232422)
|
- emacs "deadlocked" after using mercurial with huge amounts of ignored files in the repository (#1232422)
|
||||||
- GDB interface gets confused by non-ASCII (#1283412)
|
- GDB interface gets confused by non-ASCII (#1283412)
|
||||||
|
Loading…
Reference in New Issue
Block a user