awood pushed to python-rhsm (f21). "Update python-rhsm to 1.15.1-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 18:23:01 UTC 2015


From 7b9c21be9f525d3d7820b48d2c3c8fdb6e908d0a Mon Sep 17 00:00:00 2001
From: Alex Wood <awood at redhat.com>
Date: Thu, 11 Jun 2015 13:29:01 -0400
Subject: Update python-rhsm to 1.15.1-1 Resolves: #1092564 - Provide LDFLAGS
 to setup.py to enable hardened build. Resolves: #1225600 - Default config
 entry needs to include the substitution string


diff --git a/.gitignore b/.gitignore
index 3c42835..ecd5a48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
 /python-rhsm-1.13.10.tar.gz
 /python-rhsm-1.14.1.tar.gz
 /python-rhsm-1.14.2.tar.gz
+/python-rhsm-1.15.1.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index 4efbf26..1758849 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -8,9 +8,10 @@
 # simplejson is not available in RHEL 7 at all.
 %global use_simplejson (0%{?rhel} && 0%{?rhel} == 5)
 
+%global _hardened_build 1
 
 Name: python-rhsm
-Version: 1.14.2
+Version: 1.15.1
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -48,7 +49,7 @@ entitlements, certificates, and access to content.
 
 %build
 # create a version.py with the rpm version info
-PYTHON_RHSM_VERSION=%{version} PYTHON_RHSM_RELEASE=%{release} %{__python} setup.py build
+PYTHON_RHSM_VERSION=%{version} PYTHON_RHSM_RELEASE=%{release} CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
@@ -72,6 +73,19 @@ rm -rf %{buildroot}
 %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
+* Thu Jun 11 2015 Alex Wood <awood at redhat.com> 1.15.1-1
+- Move Python.h include to be first include (alikins at redhat.com)
+- 1092564: Provide LDFLAGS to setup.py to enable hardened build.
+  (awood at redhat.com)
+- Bump version to 1.15 (wpoteat at redhat.com)
+- Do not process proxy environment variables if host is in no_proxy
+  (martin.matuska at axelspringer.de)
+
+* Tue Jun 02 2015 William Poteat <wpoteat at redhat.com> 1.14.3-1
+- 1225600: Default config entry needs to include the substitution string
+  (wpoteat at redhat.com)
+- Add F22 to Fedora branches. (awood at redhat.com)
+
 * Thu Feb 26 2015 Alex Wood <awood at redhat.com> 1.14.2-1
 - 1195446: Only set global socket timeout on RHEL 5. (alikins at redhat.com)
 - Cleanup up connection logging. (alikins at redhat.com)
diff --git a/sources b/sources
index 2a58120..5b0edc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7aff3910353bf61d8b02aa9ef116880e  python-rhsm-1.14.2.tar.gz
+9644a4c3b944f4fa684c52a0f5bc6d4e  python-rhsm-1.15.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-rhsm.git/commit/?h=f21&id=7b9c21be9f525d3d7820b48d2c3c8fdb6e908d0a


More information about the scm-commits mailing list