summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-08 20:29:58 +0000
committerB. Stack <bgstack15@gmail.com>2021-11-08 20:29:58 +0000
commit187ce25d2ef384e843d23fd219a29631746ec893 (patch)
treebe786b88580bc40951aa42cd70603bba8773eaae
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentadd __brp_check_rpaths for scite (diff)
downloadstackrpms-187ce25d2ef384e843d23fd219a29631746ec893.tar.gz
stackrpms-187ce25d2ef384e843d23fd219a29631746ec893.tar.bz2
stackrpms-187ce25d2ef384e843d23fd219a29631746ec893.zip
Merge branch 'scite-bump' into 'master'
add __brp_check_rpaths for scite See merge request bgstack15/stackrpms!271
-rw-r--r--scite-fedora/scite.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index fa67b39..c22d58d 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,6 +1,7 @@
# el is on 3.x, fc is on 5.x
-%global pkgversion 5.1.3
+%global pkgversion 5.1.4
%define tarballversion %( echo %pkgversion | tr -d '.' )
+%global __brp_check_rpaths %{nil}
%define scl_env %{nil}
%define scl_buildreq coreutils
@@ -109,6 +110,10 @@ desktop-file-install --delete-original \
%{_libdir}/*
%changelog
+* Mon Nov 08 2021 B. Stack <bgstack15@gmail.com> - 5.1.4-1/3.7.6-1
+- Update version
+- set __brp_check_rpaths to ignore hardcoded /usr/lib64 rpath on SciTE binary
+
* Thu Sep 30 2021 B. Stack <bgstack15@gmail.com> - 5.1.3-1/3.7.6-1
- Update version
bgstack15