Sync from SUSE:SLFO:Main yast2-packager revision a36f376861ce032dda7d0e2579184b17
This commit is contained in:
parent
0ae8df325f
commit
fd42b93e6d
BIN
yast2-packager-4.6.2.tar.bz2
(Stored with Git LFS)
BIN
yast2-packager-4.6.2.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
yast2-packager-5.0.6.tar.bz2
(Stored with Git LFS)
Normal file
BIN
yast2-packager-5.0.6.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 10:45:35 UTC 2025 - Martin Vidner <mvidner@suse.com>
|
||||
|
||||
- Adjust test for ruby-3.4 (bsc#1235099)
|
||||
- 5.0.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 13:43:26 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Change the product mapping API to be the same as in SP5 and older
|
||||
(related to bsc#1220567)
|
||||
- 5.0.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 09:34:54 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Display a better product summary for the SLE_HPC => SLES upgrade
|
||||
(jsc#PED-7841)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 16:40:17 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- SLE HPC is not a base product anymore, it is replaced by
|
||||
SLES + HPC module, added migration mapping (jsc#PED-7841)
|
||||
- 5.0.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 13:49:00 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Fixed ERB template loading in self update, if the template
|
||||
cannot be found using a relative path then fallback to the
|
||||
absolute path (bsc#1219174)
|
||||
- 5.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 13:39:32 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- After installation disable the empty installation repository
|
||||
from the SLE15 Online medium (bsc#1182303)
|
||||
- 5.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 15:58:33 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Properly save the repo file when changing URL of a repository
|
||||
from a service (bsc#1214135)
|
||||
- Also display a warning when changing URL of a service repository,
|
||||
the change might be lost after the service is refreshed
|
||||
- 5.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <jreidinger@suse.cz>
|
||||
|
||||
- 5.0.0 (bsc#1185510)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 11:22:18 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-packager
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-packager
|
||||
Version: 4.6.2
|
||||
Version: 5.0.6
|
||||
Release: 0
|
||||
Summary: YaST2 - Package Library
|
||||
License: GPL-2.0-or-later
|
||||
@ -38,8 +38,8 @@ BuildRequires: yast2-storage-ng >= 4.0.141
|
||||
#!BuildIgnore: yast2-packager
|
||||
# Replace PackageSystem with Package
|
||||
BuildRequires: yast2 >= 4.4.38
|
||||
# raw_name
|
||||
BuildRequires: yast2-pkg-bindings >= 4.2.8
|
||||
# "service" attribute in Pkg.SourceEditSet()
|
||||
BuildRequires: yast2-pkg-bindings >= 5.0.2
|
||||
# yast/rspec/helpers.rb
|
||||
BuildRequires: yast2-ruby-bindings >= 4.4.7
|
||||
# Augeas lenses
|
||||
@ -48,8 +48,8 @@ BuildRequires: ruby-solv
|
||||
|
||||
# Newly added RPM
|
||||
Requires: yast2-country-data >= 2.16.3
|
||||
# raw_name
|
||||
Requires: yast2-pkg-bindings >= 4.2.8
|
||||
# "service" attribute in Pkg.SourceEditSet()
|
||||
Requires: yast2-pkg-bindings >= 5.0.2
|
||||
# Replace PackageSystem with Package
|
||||
Requires: yast2 >= 4.4.38
|
||||
# unzipping license file
|
||||
@ -77,6 +77,8 @@ Requires: yast2-ruby-bindings >= 1.0.0
|
||||
Conflicts: yast2-core < 2.15.10
|
||||
# NotEnoughMemory-related functions moved to misc.ycp import-file
|
||||
Conflicts: yast2-add-on < 2.15.15
|
||||
# changed API in Y2Packager::ProductUpgrade and Yast::AddOnProduct
|
||||
Conflicts: yast2-registration < 5.0.1
|
||||
|
||||
# ensure that 'checkmedia' is on the medium
|
||||
Recommends: checkmedia
|
||||
|
Loading…
x
Reference in New Issue
Block a user