Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SLE15-SP6 and SLE15-SP7 targets, "sle_latest" moved to SLE15-SP7 #38

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <lslezak@suse.com>

- 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 <lslezak@suse.cz>

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