Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
ww8-bash
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ww8it
packaging
ww8-bash
Commits
e1607a1a
Commit
e1607a1a
authored
1 year ago
by
Christof Schulze
Browse files
Options
Downloads
Patches
Plain Diff
rebuild for Fedora 38 (1.0.7-1)
parent
4964136a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+15
-1
15 additions, 1 deletion
.gitlab-ci.yml
.target
+18
-0
18 additions, 0 deletions
.target
ww8-bash.spec
+3
-1
3 additions, 1 deletion
ww8-bash.spec
with
36 additions
and
2 deletions
.gitlab-ci.yml
+
15
−
1
View file @
e1607a1a
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
This diff is collapsed.
Click to expand it.
.target
+
18
−
0
View file @
e1607a1a
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
ww8-bash.spec
+
3
−
1
View file @
e1607a1a
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment