Skip to content

Commit

Permalink
Merge pull request #137 from yast/bump_properly_version
Browse files Browse the repository at this point in the history
bump properly version
  • Loading branch information
jreidinger authored Nov 13, 2023
2 parents 37dabe3 + a8bd134 commit c34b321
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Git Fix
# fix the ownership to pass a git security check
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Rubocop
run: rake check:rubocop
Expand All @@ -69,7 +69,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Package Build
run: yast-ci-ruby -o package
Expand All @@ -86,7 +86,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Yardoc
run: rake check:doc
Expand All @@ -105,7 +105,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Perl Syntax
run: yast-ci-ruby -o perl_syntax
Expand Down
8 changes: 8 additions & 0 deletions package/yast2-kdump.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 13 15:35:53 UTC 2023 - Josef Reidinger <[email protected]>

- Bump properly version as old 4.6.1 contains removal of keys from
AY that breaks old autoyast profile. So we fix it to just
deprecate it, but we need proper new version. (bsc#1217057)
- 4.6.2

-------------------------------------------------------------------
Fri Jun 23 12:00:54 CEST 2023 - Jiri Bohac <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-kdump.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-kdump
Version: 4.6.1
Version: 4.6.2
Release: 0
Summary: Configuration of kdump
License: GPL-2.0-only
Expand Down

0 comments on commit c34b321

Please sign in to comment.