diff --git a/.gitignore b/.gitignore index 3d40924..c4b2660 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ocserv.spec b/ocserv.spec index 921ecc7..01cd229 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -1,6 +1,6 @@ Name: ocserv -Version: 0.8.2 -Release: 2%{?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 - 0.8.4-1 +- New upstream release + * Tue Aug 05 2014 Nikos Mavrogiannopoulos - 0.8.2-2 - Rebuilt with new protobuf-c diff --git a/org.infradead.ocserv.conf b/org.infradead.ocserv.conf deleted file mode 100644 index 8c69f93..0000000 --- a/org.infradead.ocserv.conf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/sources b/sources index e9ded37..a00d33a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -fd890e121445dfe8bb514da67c91c675 ocserv-0.8.2.tar.xz -d7fb256c6b4c9837ffc16c9844ded77f ocserv-0.8.2.tar.xz.sig +3eb452fddebda887eaa5f6412dab634c ocserv-0.8.4.tar.xz +bd84f29bc6fb278c37275d1eca420145 ocserv-0.8.4.tar.xz.sig