update to 1.9.3 (#1291683)

- use private /tmp in svnserve.service
Resolves: rhbz#1291683
This commit is contained in:
Joe Orton 2015-12-15 17:41:00 +00:00
parent 683bd34be9
commit 83917310da
4 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ subversion-1.6.12.tar.bz2
/subversion-1.9.0.tar.bz2
/subversion-1.9.1.tar.bz2
/subversion-1.9.2.tar.bz2
/subversion-1.9.3.tar.bz2

View File

@ -1 +1 @@
0a7e55bb58fe77072f19e108a56b468b subversion-1.9.2.tar.bz2
243036eb28b50ce517fc228eb3250add subversion-1.9.3.tar.bz2

View File

@ -19,7 +19,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.9.2
Version: 1.9.3
Release: 1%{?dist}
License: ASL 2.0
Group: Development/Tools
@ -466,6 +466,10 @@ make check-javahl
%endif
%changelog
* Tue Dec 15 2015 Joe Orton <jorton@redhat.com> - 1.9.3-1
- update to 1.9.3 (#1291683)
- use private /tmp in svnserve.service
* Thu Sep 24 2015 Joe Orton <jorton@redhat.com> - 1.9.2-1
- update to 1.9.2 (#1265447)

View File

@ -6,6 +6,7 @@ After=syslog.target network.target
Type=forking
EnvironmentFile=/etc/sysconfig/svnserve
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $OPTIONS
PrivateTmp=yes
[Install]
WantedBy=multi-user.target