-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ Version: %(echo @PACKAGE_VERSION@ | cut -f 1 -d -) | |
Release: %(echo @PACKAGE_VERSION@ | cut -f 2- -d - | tr - _)%{?dist} | ||
License: CeCILL-C License | ||
Group: System Environment/Base | ||
URL: http://sourceforge.net/projects/auks/ | ||
Source0: @PACKAGE_NAME@-@[email protected] | ||
URL: https://github.com/cea-hpc/auks | ||
Source0: https://github.com/cea-hpc/auks/archive/refs/tags/@[email protected] #/@PACKAGE_NAME@-@[email protected] | ||
|
||
|
||
# For kerberos prior to 1.8, you should define | ||
|
@@ -73,9 +73,9 @@ for the AUKS API. | |
%package slurm | ||
Summary: Slurm plugins for Auks | ||
Group: System Environment/Base | ||
Requires: slurm >= 20.11.0 | ||
Requires: slurm >= 22.05.3 | ||
Requires: auks >= %{version} | ||
BuildRequires: slurm-devel >= 20.11.0 | ||
BuildRequires: slurm-devel >= 22.05.3 | ||
%description slurm | ||
Plugins that provides Kerberos Credential Support to Slurm | ||
%endif | ||
|
@@ -178,6 +178,8 @@ install -D -m644 src/plugins/slurm/slurm-spank-auks.conf ${RPM_BUILD_ROOT}/etc/s | |
%endif | ||
|
||
%changelog | ||
* Tue Feb 07 2023 Romain Fihue <[email protected]> - 0.5.4-1 | ||
- 0.5.4 Release | ||
* Tue Jan 11 2022 Matthieu Hautreux <[email protected]> - 0.5.3-1 | ||
- adapted to auks version 0.5.3 | ||
* Tue Jun 16 2020 Matthieu Hautreux <[email protected]> - 0.5.0-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters