[python-sgutils] update to 0.2.1-4

Andy Grover grover at fedoraproject.org
Fri Oct 18 05:37:23 UTC 2013


commit 05433f5841b489371124c6353b2e3395f1c4bcd5
Author: Andy Grover <agrover at redhat.com>
Date:   Thu Oct 17 20:53:57 2013 -0700

    update to 0.2.1-4
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 python-sgutils.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-sgutils.spec b/python-sgutils.spec
index 2f303e6..1cb8a39 100644
--- a/python-sgutils.spec
+++ b/python-sgutils.spec
@@ -3,7 +3,7 @@ License:        BSD
 Group:          System Environment/Libraries
 Summary:        Python support for sg3_utils
 Version:        0.2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 URL:            https://github.com/agrover/python-sgutils
 Source:         https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  python2-devel python-setuptools sg3_utils-devel
@@ -23,13 +23,15 @@ devices.
 
 %install
 %{__python} setup.py install --skip-build --root %{buildroot}
-chmod a-x %{buildroot}%{python_sitearch}/sgutils.so
 
 %files
 %{python_sitearch}/*
 %doc README.md LICENSE
 
 %changelog
+* Thu Oct 17 2013 Andy Grover <agrover at redhat.com> - 0.2.1-4
+- Remove chmod of sgutils.so, per comments in rhbz#1012681
+
 * Thu Sep 26 2013 Andy Grover <agrover at redhat.com> - 0.2.1-3
 - Initial packaging
 


More information about the scm-commits mailing list