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

rebuild for Fedora 38 (1.0.7-1)

parent 4964136a
No related branches found
No related tags found
No related merge requests found
image: registry.fedoraproject.org/fedora:36
before_script:
......@@ -13,3 +12,18 @@ rpmlint:
script:
- rpmlint --version
- rpmlint *.spec
rpmlint:fc36:
image: registry.fedoraproject.org/fedora:36
stage: Static Analysis
script:
- rpmlint --version
- rpmlint *.spec
rpmlint:fc38:
image: registry.fedoraproject.org/fedora:38
stage: Static Analysis
script:
- rpmlint --version
- rpmlint *.spec
......@@ -71,3 +71,21 @@
- "ww8-bash-tools"
rpms: "release/fedora34/x86_64"
spms: "release/fedora34/SRPMS"
- release: "fedora-36-x86_64"
source:
- "ww8-bash"
packages:
- "ww8-bash-env"
- "ww8-bash-tools"
rpms: "release/fedora36/x86_64"
spms: "release/fedora36/SRPMS"
- release: "fedora-38-x86_64"
source:
- "ww8-bash"
packages:
- "ww8-bash-env"
- "ww8-bash-tools"
rpms: "release/fedora38/x86_64"
spms: "release/fedora38/SRPMS"
Name: ww8-bash
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
License: MIT
Summary: Environment settings
......@@ -73,6 +73,8 @@ rm -rf %{buildroot}
%changelog
* Mon May 15 2023 Christof Schulze <christof.schulze@fau.de> - 1.0.7-1
- rebuild for Fedora 38
* Wed May 18 2022 Christof Schulze <christof.schulze@fau.de> - 1.0.6-1
- rebuild for Fedora 36
- remove %clean section
......
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