Skip to content
Merged
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
5 changes: 2 additions & 3 deletions components/runtimes/charliecloud/SPECS/charliecloud.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@
%define versionize_script() (sed -i 's,/env python,/env %1,g' %2)

# Unfortunately this changes with every release
%define package_file_id 290882913

%{!?build_ldflags:%global build_ldflags %nil}

Summary: Lightweight user-defined software stacks for high-performance computing
Name: %{pname}%{PROJ_DELIM}
Version: 0.44
Version: 0.45.1
Release: 1%{?dist}
License: Apache-2.0
Group: %{PROJ_NAME}/runtimes
URL: https://charliecloud.io/
Source0: https://gitlab.com/charliecloud/charliecloud/-/package_files/%{package_file_id}/download#/charliecloud-%{version}.tar.gz
Source0: https://gitlab.com/%{pname}/%{pname}/-/releases/v%{version}/downloads/%{pname}-%{version}.tar.gz
Source1: Build

BuildRequires: make
Expand Down
Loading