From 9c235ed4e429b89317f3e28d2b716fda18490ab9 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 8 Nov 2021 14:29:23 -0500 Subject: 5.1.4 rc1 --- scite-fedora/scite.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scite-fedora') diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec index fa67b39..80aca77 100644 --- a/scite-fedora/scite.spec +++ b/scite-fedora/scite.spec @@ -1,5 +1,5 @@ # 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 '.' ) %define scl_env %{nil} @@ -109,6 +109,9 @@ desktop-file-install --delete-original \ %{_libdir}/* %changelog +* Mon Nov 08 2021 B. Stack - 5.1.4-1/3.7.6-1 +- Update version + * Thu Sep 30 2021 B. Stack - 5.1.3-1/3.7.6-1 - Update version -- cgit From 27058bea29b11775c09043506e6b433e60416a1b Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 8 Nov 2021 14:53:30 -0500 Subject: add __brp_check_rpaths for scite https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild --- scite-fedora/scite.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scite-fedora') diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec index 80aca77..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.4 %define tarballversion %( echo %pkgversion | tr -d '.' ) +%global __brp_check_rpaths %{nil} %define scl_env %{nil} %define scl_buildreq coreutils @@ -111,6 +112,7 @@ desktop-file-install --delete-original \ %changelog * Mon Nov 08 2021 B. Stack - 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 - 5.1.3-1/3.7.6-1 - Update version -- cgit