Skip to content

Commit

Permalink
Merge pull request #38 from libyui/sp7
Browse files Browse the repository at this point in the history
Added SLE15-SP6 and SLE15-SP7 targets, "sle_latest" moved to SLE15-SP7
  • Loading branch information
lslezak authored Sep 5, 2024
2 parents a6f1ffb + c821301 commit 0bfdc59
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:

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

- name: Configure git
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Install Dependencies
run: zypper --non-interactive install --no-recommends "rubygem(`rpm --eval '%{rb_default_ruby_abi}'`:rubocop:1.24.1)" yast2-devtools
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.24
0.1.25
14 changes: 12 additions & 2 deletions data/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,21 @@
obs_project: "Devel:YaST:SLE-15-SP5"
obs_sr_project: "SUSE:SLE-15-SP5:Update"
obs_target: "SUSE_SLE-15-SP5_GA"
:sle15sp6:
obs_api: "https://api.suse.de/"
obs_project: "Devel:YaST:SLE-15-SP6"
obs_sr_project: "SUSE:SLE-15-SP6:Update"
obs_target: "SUSE_SLE-15-SP6_GA"
:sle15sp7:
obs_api: "https://api.suse.de/"
obs_project: "Devel:YaST:SLE-15-SP7"
obs_sr_project: "SUSE:SLE-15-SP7:Update"
obs_target: "SUSE_SLE-15-SP7_GA"
:sle_latest:
obs_api: "https://api.suse.de/"
obs_project: "Devel:YaST:Head"
obs_sr_project: "SUSE:SLE-15-SP5:GA"
obs_target: "SUSE_SLE-15-SP5_GA"
obs_sr_project: "SUSE:SLE-15-SP7:GA"
obs_target: "SUSE_SLE-15-SP7_GA"
:factory:
obs_project: "devel:libraries:libyui"
obs_sr_project: "openSUSE:Factory"
Expand Down
7 changes: 7 additions & 0 deletions package/rubygem-libyui-rake.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 5 12:12:43 UTC 2024 - Ladislav Slezák <[email protected]>

- Updated submit data, added SLE15-SP6 and SLE15-SP7 targets,
"sle_latest" moved to SLE15-SP7 (related to bsc#1230201)
- 0.1.25

-------------------------------------------------------------------
Fri Apr 8 07:14:20 UTC 2022 - Ladislav Slezák <[email protected]>

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


Name: rubygem-libyui-rake
Version: 0.1.24
Version: 0.1.25
Release: 0
%define mod_name libyui-rake
%define mod_full_name %{mod_name}-%{version}
Expand Down

0 comments on commit 0bfdc59

Please sign in to comment.