[python3] python3-devel missing autogenerated pkgconfig() provides (#746751)

Rex Dieter rdieter at fedoraproject.org
Mon Oct 17 18:41:29 UTC 2011


commit 8c9e381740ccdddd44fb026abc216546c0c821a9
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Oct 17 13:48:14 2011 -0500

    python3-devel missing autogenerated pkgconfig() provides (#746751)
    
    In short, use
    /usr/lib/rpm/redhat/find-provides
    intead of
    /usr/lib/rpm/find-provides

 find-provides-without-python-sonames.sh |    4 ++--
 python3.spec                            |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/find-provides-without-python-sonames.sh b/find-provides-without-python-sonames.sh
index 8961b87..7a9e224 100755
--- a/find-provides-without-python-sonames.sh
+++ b/find-provides-without-python-sonames.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# The standard /usr/lib/rpm/find-provides script
+# The standard find-provides script
 # adds provides lines for all SONAME directives in all shared libraries,
 # even if those libraries are not in the LD_LIBRARY_PATH
 
@@ -10,6 +10,6 @@
 # So we strip out all /usr/lib/python lines first, before running them through
 # the standard script:
 grep -v "/usr/lib/python" | grep -v "/usr/lib64/python" | \
-    /usr/lib/rpm/find-provides
+    /usr/lib/rpm/redhat/find-provides
 
 exit 0
diff --git a/python3.spec b/python3.spec
index 536c3ec..3c078b5 100644
--- a/python3.spec
+++ b/python3.spec
@@ -122,7 +122,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -1391,6 +1391,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Mon Oct 17 2011 Rex Dieter <rdieter at fedoraproject.org> - 3.2.2-9
+- python3-devel missing autogenerated pkgconfig() provides (#746751)
+
 * Mon Oct 10 2011 David Malcolm <dmalcolm at redhat.com> - 3.2.2-8
 - cherrypick fix for distutils not using __pycache__ when byte-compiling
 files (rhbz#722578)


More information about the scm-commits mailing list