-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix dependencies on EL9. * Prepare release 1.14.1 Fix #6
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: glite-info-provider-service | ||
Version: 1.14.0 | ||
Version: 1.14.1 | ||
Release: 1%{?dist} | ||
Summary: The GLUE service information provider | ||
Group: Development/Libraries | ||
|
@@ -10,6 +10,10 @@ BuildArch: noarch | |
BuildRoot: %{_tmppath}/%{name}-%{version}-build | ||
BuildRequires: rsync | ||
BuildRequires: make | ||
%if 0%{?rhel} >= 9 | ||
Requires: hostname | ||
Requires: initscripts-service | ||
%endif | ||
|
||
%description | ||
The GLUE service information provider | ||
|
@@ -107,6 +111,9 @@ rm -rf %{buildroot} | |
%license %{_datadir}/licenses/%{name}-%{version}/LICENSE.txt | ||
|
||
%changelog | ||
* Tue Apr 28 2024 Baptiste Grenier <[email protected]> - 1.14.1-1 | ||
- Add missing dependencies for EL9. (#7) (Baptiste Grenier) | ||
|
||
* Tue Apr 11 2023 Baptiste Grenier <[email protected]> - 1.14.0-1 | ||
- Drop some deprecated providers (gatekeeper, gridice, lbserver, wmproxy). (#3) (Baptiste Grenier) | ||
- Lint code. (#3) (Enol Fernandez) (Baptiste Grenier) | ||
|