Add an environment variable to prevent gating from complaining about rpaths (rhbz#2193429)
Related: RHEL-11772
This commit is contained in:
parent
b5aa3efc24
commit
bc0ed6bd47
@ -1,7 +1,7 @@
|
|||||||
Summary: A DSSSL implementation
|
Summary: A DSSSL implementation
|
||||||
Name: openjade
|
Name: openjade
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 71%{?dist}
|
Release: 72%{?dist}
|
||||||
Requires: sgml-common
|
Requires: sgml-common
|
||||||
URL: http://openjade.sourceforge.net/
|
URL: http://openjade.sourceforge.net/
|
||||||
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
||||||
@ -86,6 +86,9 @@ cd -
|
|||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
|
# Stop check-rpaths from complaining about standard runpaths.
|
||||||
|
export QA_RPATHS=0x0001
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{?ldconfig}
|
%{?ldconfig}
|
||||||
/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
|
/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
|
||||||
@ -114,6 +117,10 @@ touch %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
|
|||||||
%{_datadir}/sgml/%{name}-%{version}
|
%{_datadir}/sgml/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 15 2023 Ondrej Sloup <osloup@redhat.com> - 1.3.2-72
|
||||||
|
- Add an environment variable to prevent gating from complaining about rpaths (rhbz#2193429)
|
||||||
|
Related: RHEL-11772
|
||||||
|
|
||||||
* Mon Sep 18 2023 Ondřej Sloup <osloup@redhat.com> - 1.3.2-71
|
* Mon Sep 18 2023 Ondřej Sloup <osloup@redhat.com> - 1.3.2-71
|
||||||
- Add %verify to ignore modified socket file after install
|
- Add %verify to ignore modified socket file after install
|
||||||
- Remove unused OpenSP-1.5 from sources
|
- Remove unused OpenSP-1.5 from sources
|
||||||
|
Loading…
Reference in New Issue
Block a user