Skip to content
Open
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
5 changes: 4 additions & 1 deletion MACSio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Name: MACSio
Version: 1.1
Release: 4%{?commit:.git%{shortcommit}}%{?dist}
Release: 5%{?commit:.git%{shortcommit}}%{?dist}
Summary: A Multi-purpose, Application-Centric, Scalable I/O Proxy Application

License: GPL
Expand Down Expand Up @@ -135,6 +135,9 @@ done
%endif

%changelog
* Tue Jan 26 2021 Maureen Jean <maureen.jean@intel.com> - 1.1-5
- update to build with hdf5 1.13.0-rc5

* Tue Nov 17 2020 Maureen Jean <maureen.jean@intel.com> - 1.1-4
- update to build with latest hdf5

Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm_chrootbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ set -uex
IFS=\| read -r -a distro_base_local_repos <<< "$DISTRO_BASE_LOCAL_REPOS"

if [ -w /etc/mock/"$CHROOT_NAME".cfg ]; then
# Remove the distro repos
if [[ $CHROOT_NAME =~ opensuse-leap-* ]]; then
ed /etc/mock/"$CHROOT_NAME".cfg << EOF
/^# repos$/+2;/^"""$/-1d
wq
EOF
fi
echo -e "config_opts['yum.conf'] += \"\"\"\n" >> /etc/mock/"$CHROOT_NAME".cfg
for repo in $DISTRO_BASE_PR_REPOS $PR_REPOS; do
branch="master"
Expand Down