Commit e1607a1a authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

rebuild for Fedora 38 (1.0.7-1)

parent 4964136a
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
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
+18 −0
Original line number Diff line number Diff line
@@ -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"
+3 −1
Original line number Diff line number Diff line

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