Loading .gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line 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 ww8-bash.spec +5 −4 Original line number Diff line number Diff line Name: ww8-bash Version: 1.0.5 Version: 1.0.6 Release: 1%{?dist} License: MIT Summary: Environment settings Loading Loading @@ -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 Loading Loading
.gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line 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
ww8-bash.spec +5 −4 Original line number Diff line number Diff line Name: ww8-bash Version: 1.0.5 Version: 1.0.6 Release: 1%{?dist} License: MIT Summary: Environment settings Loading Loading @@ -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 Loading