Skip to content
Snippets Groups Projects
Commit 4964136a authored by Christof Schulze's avatar Christof Schulze :sunglasses:
Browse files

rebuild for Fedora 36,

remove %clean section,
added CI basics
parent f6b11e34
No related branches found
No related tags found
No related merge requests found
image: registry.fedoraproject.org/fedora:36
before_script:
- dnf -y install rpmlint rpm-build
stages:
- Static Analysis
rpmlint:
stage: Static Analysis
script:
- rpmlint --version
- rpmlint *.spec
Name: ww8-bash
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
License: MIT
Summary: Environment settings
......@@ -70,12 +70,13 @@ rm -rf %{buildroot}
%files tools
%clean
rm -rf %{buildroot}
%changelog
* Wed May 18 2022 Christof Schulze <christof.schulze@fau.de> - 1.0.6-1
- rebuild for Fedora 36
- remove %clean section
- added CI basics
* Tue Feb 8 2022 Christof Schulze <christof.schulze@fau.de> - 1.0.5-1
- fixing mkl_fix
* Thu Dec 2 2021 Christof Schulze <christof.schulze@fau.de> - 1.0.4-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment