updated to 0.8.4 and removed unused file
This commit is contained in:
parent
320435c864
commit
a6425598dc
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@
|
||||
/ocserv-0.8.1.tar.xz.sig
|
||||
/ocserv-0.8.2.tar.xz
|
||||
/ocserv-0.8.2.tar.xz.sig
|
||||
/ocserv-0.8.4.tar.xz
|
||||
/ocserv-0.8.4.tar.xz.sig
|
||||
|
10
ocserv.spec
10
ocserv.spec
@ -1,6 +1,6 @@
|
||||
Name: ocserv
|
||||
Version: 0.8.2
|
||||
Release: 4%{?dist}
|
||||
Version: 0.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenConnect SSL VPN server
|
||||
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -12,7 +12,6 @@ Source1: ocserv.conf
|
||||
Source2: ocserv.service
|
||||
Source3: ocserv-pamd.conf
|
||||
Source4: PACKAGE-LICENSING
|
||||
Source5: org.infradead.ocserv.conf
|
||||
Source6: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz.sig
|
||||
Source7: ocserv-genkey
|
||||
|
||||
@ -106,8 +105,6 @@ mkdir -p %{buildroot}/%{_sysconfdir}/pam.d/
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/ocserv/
|
||||
install -p -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/pam.d/ocserv
|
||||
install -p -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/ocserv/
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/dbus-1/system.d/
|
||||
install -p -m 644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/dbus-1/system.d/
|
||||
mkdir -p %{buildroot}/%{_unitdir}
|
||||
install -p -m 644 %{SOURCE2} %{buildroot}/%{_unitdir}
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ocserv/
|
||||
@ -142,6 +139,9 @@ rm -rf %{buildroot}
|
||||
%{_localstatedir}/lib/ocserv/profile.xml
|
||||
|
||||
%changelog
|
||||
* Thu Aug 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.4-1
|
||||
- New upstream release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
<!DOCTYPE busconfig PUBLIC
|
||||
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
<policy user="root">
|
||||
<allow own="org.infradead.ocserv"/>
|
||||
<allow send_destination="org.infradead.ocserv"/>
|
||||
</policy>
|
||||
<policy context="default">
|
||||
<deny own="org.infradead.ocserv"/>
|
||||
<deny send_destination="org.infradead.ocserv"/>
|
||||
</policy>
|
||||
</busconfig>
|
||||
|
Loading…
Reference in New Issue
Block a user