Skip to content

Commit

Permalink
Merge pull request #279 from yast/huha-leap-15-6
Browse files Browse the repository at this point in the history
Adapted to Leap 15.6
  • Loading branch information
shundhammer committed Sep 20, 2023
2 parents 5343b1d + cfc4bb7 commit 669efee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ require "yast/rake"

Yast::Tasks.configuration do |conf|
conf.obs_api = "https://api.opensuse.org"
conf.obs_target = "openSUSE_Leap_15.5"
conf.obs_sr_project = "openSUSE:Leap:15.5"
conf.obs_project = "YaST:openSUSE:15.5"
conf.obs_target = "openSUSE_Leap_15.6"
conf.obs_sr_project = "openSUSE:Leap:15.6"
conf.obs_project = "YaST:openSUSE:15.6"
#lets ignore license check for now
conf.skip_license_check << /.*/
conf.exclude_files << /README.md/ #do not pack readme
Expand Down
4 changes: 2 additions & 2 deletions control/control.openSUSE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ textdomain="control"
<online_repos_preselected config:type="boolean">false</online_repos_preselected>

<!-- FATE #300898, List of external sources accesible during the installation time -->
<!-- the file for 15.5 does not exist, but the 15.3 file uses $releasever so it can be reused -->
<!-- the file for 15.6 does not exist, but the 15.3 file uses $releasever so it can be reused -->
<external_sources_link>https://download.opensuse.org/YaST/Repos/openSUSE_Leap_15.3_Servers.xml</external_sources_link>

<dropped_packages/>
Expand Down Expand Up @@ -248,7 +248,7 @@ textdomain="control"
<!-- Remove this entry when bsc#1177443 has been fixed -->
<product_upgrade>
<from>openSUSE Leap</from>
<to>openSUSE Leap 15.5</to>
<to>openSUSE Leap 15.6</to>
<compatible_vendors config:type="list">
<compatible_vendor>openSUSE</compatible_vendor>
<compatible_vendor>SUSE LLC</compatible_vendor>
Expand Down
6 changes: 6 additions & 0 deletions package/skelcd-control-openSUSE.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 20 12:31:53 UTC 2023 - Stefan Hundhammer <shundhammer@suse.com>

- Adapted for openSUSE Leap 15.6 (bsc#1215432)
- 15.6.0

-------------------------------------------------------------------
Fri May 12 13:55:53 UTC 2023 - Ladislav Slezák <lslezak@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/skelcd-control-openSUSE.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE
Version: 15.5.4
Version: 15.6.0
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
Expand Down

0 comments on commit 669efee

Please sign in to comment.