Skip to content
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: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Build RPMs and SRPMs for EL${{ matrix.alma_version }}
name: EL${{ matrix.alma_version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-and-publish:
name: EL${{ matrix.alma_version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
5 changes: 4 additions & 1 deletion dist/bitshuffle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gcc -shared -Wl,-soname,libbitshuffle.so.%{version} -o libbitshuffle.so.%{versio
%{__install} -d -m 0755 %{buildroot}%{_libdir}
%{__install} -d -m 0755 %{buildroot}%{_includedir}/bitshuffle

%{__install} -m 0644 build/libbitshuffle.so.%{version} %{buildroot}%{_libdir}/.
%{__install} -m 0755 build/libbitshuffle.so.%{version} %{buildroot}%{_libdir}/.
ln -s libbitshuffle.so.%{version} %{buildroot}%{_libdir}/libbitshuffle.so

cp src/*.h %{buildroot}%{_includedir}/bitshuffle
Expand All @@ -69,5 +69,8 @@ cp lz4/*.h %{buildroot}%{_includedir}/bitshuffle


%changelog
* Wed Mar 11 2026 Wlodek, Jakub <jwlodek@bnl.gov> - 0.5.2-2
- Update permissions on main shared library file.

* Wed Mar 11 2026 Wlodek, Jakub <jwlodek@bnl.gov> - 0.5.2-1
- Initial release of the bitshuffle library as an rpm.
Loading