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