Fix rpminspect pathmigration issue
Resolves: RHEL-70711 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
245ca4457d
commit
8296458e9d
12
torque.spec
12
torque.spec
@ -74,7 +74,7 @@
|
||||
|
||||
Name: torque
|
||||
Version: 6.1.3
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: Tera-scale Open-source Resource and QUEue manager
|
||||
# Source0: http://www.adaptivecomputing.com/download/%%{name}/%%{name}-%%{version}.tar.gz
|
||||
# git clone https://github.com/adaptivecomputing/torque.git
|
||||
@ -416,7 +416,7 @@ autoreconf -ifv
|
||||
# -fpermissive added to downgrade numerous 'invalid conversion' errors to warnings
|
||||
CFLAGS="%{optflags} -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE -fpermissive"
|
||||
%configure --includedir=%{_includedir}/torque \
|
||||
--with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
|
||||
--with-server-home=%{torquehomedir} --with-pam=%{_libdir}/security \
|
||||
--with-sendmail=%{_sbindir}/sendmail --disable-static \
|
||||
--with-tcp-retry-limit=2 --without-debug \
|
||||
--enable-drmaa --enable-munge-auth --with-munge \
|
||||
@ -452,7 +452,7 @@ popd
|
||||
# remove files we don't need
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
rm -f %{buildroot}%{_libdir}/*/buildindex
|
||||
rm -f %{buildroot}/%{_lib}/security/pam_pbssimpleauth.{a,la}
|
||||
rm -f %{buildroot}%{_libdir}/security/pam_pbssimpleauth.{a,la}
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
||||
@ -856,7 +856,7 @@ fi
|
||||
|
||||
%files pam
|
||||
%doc src/pam/README.pam
|
||||
/%{_lib}/security/pam_pbssimpleauth.so
|
||||
%{_libdir}/security/pam_pbssimpleauth.so
|
||||
|
||||
%files scheduler
|
||||
%attr(0755, root, root) %{_sbindir}/pbs_sched
|
||||
@ -918,6 +918,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Dec 28 2024 Kamal Heib <kheib@redhat.com> - 6.1.3-16
|
||||
- Fix rpminspect pathmigration issue
|
||||
Resolves: RHEL-70711
|
||||
|
||||
* Fri Dec 27 2024 Kamal Heib <kheib@redhat.com> - 6.1.3-15
|
||||
- Fix rpminspect permissions and capabilities issue
|
||||
Resolves: RHEL-70711
|
||||
|
Loading…
Reference in New Issue
Block a user