[ioprocess/f20] Added touch command

smizrahi smizrahi at fedoraproject.org
Mon Jun 2 13:40:07 UTC 2014


commit f70feac4bc93a69b0f8813c8b6f75e3439675c43
Author: Saggi Mizrahi <ficoos at gmail.com>
Date:   Mon Jun 2 16:40:10 2014 +0300

    Added touch command
    
    Changed truncate to include setting file mode and creating a file only when one
    doesn't exist

 ioprocess.spec |   13 +++++++++++--
 sources        |    1 -
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/ioprocess.spec b/ioprocess.spec
index fe43d87..36f23cb 100644
--- a/ioprocess.spec
+++ b/ioprocess.spec
@@ -1,8 +1,13 @@
 %global owner smizrahi
 
+#python2_sitelib is declared as python_sitelib in EL6
+%if 0%{?rhel} && 0%{?rhel} <= 6
+%global python2_sitelib %{python_sitelib}
+%endif
+
 Name:		ioprocess
-Version:	0.3
-Release:	1%{?dist}
+Version:	0.4
+Release:	2%{?dist}
 Summary:	Slave process to perform risky IO
 
 Group:		System Environment/Base
@@ -51,5 +56,9 @@ Python bindings for ioprocess
 %{python2_sitelib}/ioprocess/
 
 %changelog
+* Mon Jun 02 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.4-2
+Added touch command
+Changed truncate to include setting file mode and creating a file only when one
+doesn't exist
 * Sun Jan 05 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.3-1
 Inital RPM release
diff --git a/sources b/sources
index 1fcd5a7..76f826e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
 f35809f0477540a33d779e2e68c146dc  ioprocess-0.4-2.fc20.src.rpm
-e79de58e9e121fece931b9c8bfbf109e  ioprocess.spec


More information about the scm-commits mailing list