[python-cpopen/el6] Adding umask option to subprocess

Yaniv Bronhaim bronhaim at fedoraproject.org
Wed Dec 11 10:40:53 UTC 2013


commit b16a02c046f9ef46857c5ac7c1fd702b82b1cd3a
Author: Yaniv Bronhaim <ybronhei at redhat.com>
Date:   Wed Dec 11 12:42:19 2013 +0200

    Adding umask option to subprocess

 python-cpopen.spec |   10 ++++++----
 sources            |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-cpopen.spec b/python-cpopen.spec
index a61f271..95fc35b 100644
--- a/python-cpopen.spec
+++ b/python-cpopen.spec
@@ -4,7 +4,7 @@
 
 Name:           python-%{libname}
 Version:        1.2.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Creates a sub-process in simpler safer manner
 
 License:        GPLv2+
@@ -28,16 +28,18 @@ code.
 
 
 %install
-%{__python} setup.py install --root $RPM_BUILD_ROOT \
-			     --install-lib %{python_sitearch}/%{libname}
+%{__python} setup.py install --root $RPM_BUILD_ROOT
 
 %files
 %doc AUTHORS COPYING readme.md
 %{python_sitearch}/%{libname}/__init__.py*
-%{python_sitearch}/%{libname}/%{libname}-%{version}-py*.egg-info
+%{python_sitearch}/%{libname}-%{version}-py*.egg-info
 %attr(755, root, root) %{python_sitearch}/%{libname}/%{libname}.so*
 
 %changelog
+* Wed Dec 11 2013 Yaniv Bronhaim <ybronhei at redhat.com> - 1.2.3-5
+- Adding umask configuration to the child process
+
 * Mon Oct 28 2013 Yaniv Bronhaim <ybronhei at redhat.com> - 1.2.3-4
 - Wrong code were packed on previous release
 
diff --git a/sources b/sources
index 2197d1f..a26b589 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d7e63a51560e290e208209ff4021a36  cpopen-1.2.3.tar.gz
+b16a9b1ed3c29290fb99af6debf38fae  cpopen-1.2.3.tar.gz


More information about the scm-commits mailing list