d0d21f
From 295ae5cb8198ea6dc45fc176ba9b2ee649997f2d Mon Sep 17 00:00:00 2001
d0d21f
From: Jan Zeleny <jzeleny@redhat.com>
d0d21f
Date: Wed, 30 Jul 2014 10:05:56 +0200
d0d21f
Subject: [PATCH] Changed script paths in __os_install_post
d0d21f
d0d21f
Required to keep up with rpm and the current system layout
d0d21f
---
d0d21f
 macros.scl | 8 ++++----
d0d21f
 1 file changed, 4 insertions(+), 4 deletions(-)
d0d21f
d0d21f
diff --git a/macros.scl b/macros.scl
d0d21f
index 56d85c9ed7af098e138704a5267beaf86d8f76ba..d888e01a22acc2b2cb8ea56ebeae6814f4ffa721 100644
d0d21f
--- a/macros.scl
d0d21f
+++ b/macros.scl
d0d21f
@@ -78,12 +78,12 @@ package or when debugging this package.
d0d21f
 %scl_debug
d0d21f
 %global __os_install_post %{expand:
d0d21f
     /usr/lib/rpm/brp-scl-compress %{_scl_root}
d0d21f
-    %{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip}
d0d21f
-    /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump}
d0d21f
+    %{!?__debug_package:/usr/lib/rpm/brp-strip %{__strip}
d0d21f
+    /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump}
d0d21f
     }
d0d21f
-    /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip}
d0d21f
+    /usr/lib/rpm/brp-strip-static-archive %{__strip}
d0d21f
     /usr/lib/rpm/brp-scl-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build} %{_scl_root}
d0d21f
-    /usr/lib/rpm/redhat/brp-python-hardlink
d0d21f
+    /usr/lib/rpm/brp-python-hardlink
d0d21f
     %{!?__jar_repack:/usr/lib/rpm/redhat/brp-java-repack-jars}
d0d21f
 %{nil}}
d0d21f
 BuildRequires: scl-utils-build
d0d21f
-- 
d0d21f
1.9.3
d0d21f