Fix rpminspect issue
Resolves: RHEL-70711 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
9103d4ebe9
commit
ae1ff1aef3
10
torque.spec
10
torque.spec
@ -74,7 +74,7 @@
|
||||
|
||||
Name: torque
|
||||
Version: 6.1.3
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?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
|
||||
@ -119,9 +119,10 @@ Patch6: torque-6.1.3-autoconf-fixes.patch
|
||||
# src/drmaa/ is LGPL-2.1-or-later
|
||||
# src/drmaa/src/lookup3.c is LicenseRef-Fedora-Public-Domain
|
||||
# src/include/md5.h and src/lib/Libnet/md5.c are RSA-MD
|
||||
# RSA-MD is not listed per https://docs.fedoraproject.org/en-US/legal/misc/#_licensing_of_rsa_implementations_of_md5
|
||||
# src/include/json/json-forwards.h is (LicenseRef-Fedora-Public-Domain OR MIT)
|
||||
# src/mom_rcp/extern.h is BSD-4-Clause-UC
|
||||
License: OpenPBS-2.3 AND TORQUE-1.1 AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND RSA-MD AND (LicenseRef-Fedora-Public-Domain OR MIT) AND BSD-4-Clause-UC
|
||||
License: OpenPBS-2.3 AND TORQUE-1.1 AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND (LicenseRef-Fedora-Public-Domain OR MIT) AND BSD-4-Clause-UC
|
||||
URL: https://github.com/adaptivecomputing/torque/
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
@ -243,6 +244,7 @@ Summary: Run-time libs for programs which will use the %{name} library
|
||||
Requires: munge
|
||||
Obsoletes: libtorque < 2.4.8-2
|
||||
Provides: libtorque = %{version}-%{release}
|
||||
Requires: torque-libs%{_isa} = %{version}-%{release}
|
||||
Requires: munge
|
||||
|
||||
%description libs
|
||||
@ -919,6 +921,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 18 2024 Kamal Heib <kheib@redhat.com> - 6.1.3-13
|
||||
- Fix rpminspect issue
|
||||
Resolves: RHEL-70711
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.1.3-12
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
Loading…
Reference in New Issue
Block a user