Skip to content

Commit

Permalink
Fix dependencies on el9 (#7)
Browse files Browse the repository at this point in the history
* Fix dependencies on EL9.
* Prepare release 1.14.1

Fix #6
  • Loading branch information
gwarf authored Jun 28, 2024
1 parent 5e9e3f2 commit c3933c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [Unreleased]

## [1.14.1] - 2024-06-28

## Added

- Add missing dependencies for EL9. (#7) (Baptiste Grenier)

## [1.14.0] - 2023-04-11

## Added
Expand Down
9 changes: 8 additions & 1 deletion glite-info-provider-service.spec
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
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c3933c4

Please sign in to comment.