[ocserv/epel7] updated to 0.8.4 and removed unused file

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Aug 28 10:08:30 UTC 2014


commit 757b3d707a2e92923fec8775e9b39d118bce6770
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Aug 28 11:14:20 2014 +0200

    updated to 0.8.4 and removed unused file
    
    Conflicts:
    	ocserv.spec

 .gitignore                |    2 ++
 ocserv.spec               |   10 +++++-----
 org.infradead.ocserv.conf |   14 --------------
 sources                   |    4 ++--
 4 files changed, 9 insertions(+), 21 deletions(-)
---
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 <nmav at redhat.com> - 0.8.4-1
+- New upstream release
+
 * Tue Aug 05 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.8.2-2
 - Rebuilt with new protobuf-c
 
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


More information about the scm-commits mailing list