updated to 0.8.4 and removed unused file
Conflicts: ocserv.spec
This commit is contained in:
parent
c758c8c129
commit
757b3d707a
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@
|
|||||||
/ocserv-0.8.1.tar.xz.sig
|
/ocserv-0.8.1.tar.xz.sig
|
||||||
/ocserv-0.8.2.tar.xz
|
/ocserv-0.8.2.tar.xz
|
||||||
/ocserv-0.8.2.tar.xz.sig
|
/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
|
Name: ocserv
|
||||||
Version: 0.8.2
|
Version: 0.8.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenConnect SSL VPN server
|
Summary: OpenConnect SSL VPN server
|
||||||
|
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -12,7 +12,6 @@ Source1: ocserv.conf
|
|||||||
Source2: ocserv.service
|
Source2: ocserv.service
|
||||||
Source3: ocserv-pamd.conf
|
Source3: ocserv-pamd.conf
|
||||||
Source4: PACKAGE-LICENSING
|
Source4: PACKAGE-LICENSING
|
||||||
Source5: org.infradead.ocserv.conf
|
|
||||||
Source6: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz.sig
|
Source6: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz.sig
|
||||||
Source7: ocserv-genkey
|
Source7: ocserv-genkey
|
||||||
|
|
||||||
@ -106,8 +105,6 @@ mkdir -p %{buildroot}/%{_sysconfdir}/pam.d/
|
|||||||
mkdir -p %{buildroot}/%{_sysconfdir}/ocserv/
|
mkdir -p %{buildroot}/%{_sysconfdir}/ocserv/
|
||||||
install -p -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/pam.d/ocserv
|
install -p -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/pam.d/ocserv
|
||||||
install -p -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/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}
|
mkdir -p %{buildroot}/%{_unitdir}
|
||||||
install -p -m 644 %{SOURCE2} %{buildroot}/%{_unitdir}
|
install -p -m 644 %{SOURCE2} %{buildroot}/%{_unitdir}
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ocserv/
|
mkdir -p %{buildroot}%{_localstatedir}/lib/ocserv/
|
||||||
@ -142,6 +139,9 @@ rm -rf %{buildroot}
|
|||||||
%{_localstatedir}/lib/ocserv/profile.xml
|
%{_localstatedir}/lib/ocserv/profile.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.4-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Aug 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-2
|
* Tue Aug 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-2
|
||||||
- Rebuilt with new protobuf-c
|
- Rebuilt with new protobuf-c
|
||||||
|
|
||||||
|
@ -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