rpms/stonevpn/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 stonevpn.spec, 1.2, 1.3

Leon Keijser leon at fedoraproject.org
Tue Feb 2 21:23:24 UTC 2010


Author: leon

Update of /cvs/pkgs/rpms/stonevpn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4474

Modified Files:
	.cvsignore sources stonevpn.spec 
Log Message:
Changed mail settings (example usage only) in conf. Fixed a bug when
writing/reading the openssl index.txt. StoneVPN would crash when a
field in the DN contained a space, while trying to read index.txt
Updated to 0.4.5




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stonevpn/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	16 Nov 2009 20:43:17 -0000	1.2
+++ .cvsignore	2 Feb 2010 21:23:23 -0000	1.3
@@ -1 +1 @@
-stonevpn-0.4.4.tar.gz
+stonevpn-0.4.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stonevpn/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 Nov 2009 20:43:17 -0000	1.2
+++ sources	2 Feb 2010 21:23:23 -0000	1.3
@@ -1 +1 @@
-99f121f33b1082e06af87b7a8565af88  stonevpn-0.4.4.tar.gz
+139f5785a32264e3b8d91cec260f653e  stonevpn-0.4.5.tar.gz


Index: stonevpn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stonevpn/devel/stonevpn.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- stonevpn.spec	18 Nov 2009 05:52:10 -0000	1.2
+++ stonevpn.spec	2 Feb 2010 21:23:23 -0000	1.3
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		stonevpn
-Version:	0.4.4
-Release:	2%{?dist}
+Version:	0.4.5
+Release:	1%{?dist}
 Summary:	Easy OpenVPN certificate and configuration management
 
 Group:		Applications/Internet
@@ -31,6 +31,10 @@ it to a user.
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install --root %{buildroot}
+#mkdir %{buildroot}/%{_mandir}
+mkdir -p %{buildroot}/%{_mandir}/man{1,5}
+install -m 644 man/stonevpn.1 %{buildroot}/%{_mandir}/man1/
+install -m 644 man/stonevpn.conf.5 %{buildroot}/%{_mandir}/man5/
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -41,17 +45,15 @@ it to a user.
 %dir %{python_sitelib}/StoneVPN
 %{python_sitelib}/StoneVPN/app.py*
 %{python_sitelib}/StoneVPN/__init__.py*
-%if 0%{?fedora}
-    %{python_sitelib}/%{name}*.egg-info
-%endif
+%{python_sitelib}/%{name}*.egg-info
 %{_bindir}/stonevpn
-
 %config(noreplace) %{_sysconfdir}/%{name}.conf
+%{_mandir}/man1/%{name}.*
+%{_mandir}/man5/%{name}.*
 
 %changelog
-* Tue Nov 17 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.4-2
-- updated so *egg-info file(s) don't get installed on distro's
-  other than fedora. On EPEL-5 for example, this occurs
+* Tue Feb 02 2010 L.S. Keijser <keijser at stone-it.com> - 0.4.5-1
+- new version from upstream
 
 * Mon Nov 09 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.4-1
 - new version from upstream



More information about the scm-commits mailing list