Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on CVMFS package #12

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
# FIXME: Remove htcondor and replace WLCG repo by UMD5 once available
dnf install -y https://linuxsoft.cern.ch/wlcg/el8/x86_64/wlcg-repo-1.0.0-1.el8.noarch.rpm
dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el8.noarch.rpm
dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
dnf config-manager --set-enabled powertools
dnf localinstall -y ui-*.rpm

Expand All @@ -103,5 +104,6 @@ jobs:
# FIXME: Remove htcondor and replace WLCG repo by UMD5 once available
dnf install -y https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm
dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el9.noarch.rpm
dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
dnf config-manager --set-enabled crb
dnf localinstall -y ui-*.rpm
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to

## [Unreleased]

## [6.2.0]
- Include CVMFS as a dependency (#12) (Baptiste Grenier)

## [6.1.0]
- Build and package for RHEL8 (#11) (Baptiste Grenier)

Expand Down
6 changes: 4 additions & 2 deletions ui.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: ui
Version: 6.1.0
Version: 6.2.0
Release: 1%{?dist}
Summary: User Interface meta-package
Group: Applications/Internet
Expand All @@ -10,9 +10,9 @@ URL: https://github.com/EGI-Federation/ui-metapackage
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build

# the above replaced by ca-policy-egi-core
Requires: ca-policy-egi-core
Requires: aria2
Requires: cvmfs
Requires: davix-libs
Requires: fetch-crl
Requires: condor
Expand Down Expand Up @@ -81,6 +81,8 @@ rm -rf %{buildroot}
%doc /usr/share/doc/ui/README.md

%changelog
* Tue Jun 18 2024 <[email protected]> - 6.2.0-1
- Include CVMFS as a dependency (#12) (Baptiste Grenier)
* Tue Jun 11 2024 <[email protected]> - 6.1.0-1
- Build and package for RHEL8 (#11) (Baptiste Grenier)
* Mon Jun 10 2024 <[email protected]> - 6.0.1-1
Expand Down
Loading