7 Commits

Author SHA256 Message Date
754bfc240d Accepting request 1321155 from YaST:Head
submit new version 5.0.10

OBS-URL: https://build.opensuse.org/request/show/1321155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-packager?expand=0&rev=448
2025-12-15 10:35:12 +00:00
YaST Team Bot
5019eef470 Updated to git ref f494c7a
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-packager?expand=0&rev=753
2025-12-04 12:45:04 +00:00
YaST Team Bot
65531548ec - Add dependency on rubygem-cgi which is separated in ruby4.
ruby3.4 has provision for that rubygem.
  (gh#yast/yast-packager#664)
- 5.0.10

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-packager?expand=0&rev=752
2025-12-03 13:46:23 +00:00
ba8a93d316 Accepting request 1319737 from YaST:Head
submit new version 5.0.9

OBS-URL: https://build.opensuse.org/request/show/1319737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-packager?expand=0&rev=447
2025-11-25 14:50:33 +00:00
YaST Team Bot
cee21e510a - Do not add the biosdevname package to the list of packages to be
installed (bsc#1253690, jsc#PED-262).
- 5.0.9

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-packager?expand=0&rev=751
2025-11-24 12:54:45 +00:00
b00beeaf84 Accepting request 1293883 from YaST:Head
submit new version 5.0.8

OBS-URL: https://build.opensuse.org/request/show/1293883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-packager?expand=0&rev=446
2025-07-20 13:28:23 +00:00
YaST Team Bot
76bb9ebc62 - Fix Internal Error: Encoding::CompatibilityError when
adding SLE-HA as add-on product (bsc#1245555)
- 5.0.8

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-packager?expand=0&rev=750
2025-07-16 18:54:49 +00:00
4 changed files with 39 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0125a4e8c11d0ed4f5e185669f2ab32014d90b544aad22013b5bdafaef3a2b3e
size 1956924

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Dec 3 12:33:19 UTC 2025 - Josef Reidinger <jreidinger@suse.com>
- Add dependency on rubygem-cgi which is separated in ruby4.
ruby3.4 has provision for that rubygem.
(gh#yast/yast-packager#664)
- 5.0.10
-------------------------------------------------------------------
Mon Nov 24 10:56:20 UTC 2025 - Knut Anderssen <kanderssen@suse.com>
- Do not add the biosdevname package to the list of packages to be
installed (bsc#1253690, jsc#PED-262).
- 5.0.9
-------------------------------------------------------------------
Tue Jul 15 14:57:19 UTC 2025 - Martin Vidner <mvidner@suse.com>
- Fix Internal Error: Encoding::CompatibilityError when
adding SLE-HA as add-on product (bsc#1245555)
- 5.0.8
-------------------------------------------------------------------
Wed Jun 4 11:41:30 UTC 2025 - Stefan Hundhammer <shundhammer@suse.com>
- Prevent a crash if a repo doesn't have a baseurl, but possibly
a mirrorlist instead (bsc#1244040)
- 5.0.7
-------------------------------------------------------------------
Mon Jan 6 10:45:35 UTC 2025 - Martin Vidner <mvidner@suse.com>
@@ -442,8 +471,8 @@ Fri Mar 5 10:41:42 UTC 2021 - Ancor Gonzalez Sosa <ancor@suse.com>
contributed by Sasi Olin (hel@lcp.world).
- 4.3.15
Fri Feb 19 14:07:15 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
-------------------------------------------------------------------
Fri Feb 19 14:07:15 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
- Show correct number of downloaded packages in log (bsc#1180278)
- Fix crash when installation proposal require pattern and such
@@ -2255,7 +2284,6 @@ Mon Apr 4 09:15:27 CEST 2016 - schubi@suse.de
- 3.1.93
-------------------------------------------------------------------
Fri Apr 1 12:37:51 UTC 2016 - knut.anderssen@suse.com
- Added [Network Configuration] button to Source Dialog for

View File

@@ -1,7 +1,7 @@
#
# spec file for package yast2-packager
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: 5.0.6
Version: 5.0.10
Release: 0
Summary: YaST2 - Package Library
License: GPL-2.0-or-later
@@ -32,6 +32,8 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:cfa) >= 0.5.0
BuildRequires: rubygem(%{rb_default_ruby_abi}:nokogiri)
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
# CGI is separate gem from ruby4, but older ruby versions provide it
BuildRequires: rubygem(%{rb_default_ruby_abi}:cgi)
# Y2Storage::Device#exists_in_raw_probed
BuildRequires: yast2-storage-ng >= 4.0.141
# break the yast2-packager -> yast2-storage-ng -> yast2-packager build cycle
@@ -68,6 +70,8 @@ Requires: augeas-lenses
Requires: rubygem(%{rb_default_ruby_abi}:cfa) >= 0.5.0
# parsing xml with repositories
Requires: rubygem(%{rb_default_ruby_abi}:nokogiri)
# parsing URI
Requires: rubygem(%{rb_default_ruby_abi}:cgi)
# One of libyui-qt-pkg, libyui-ncurses-pkg, libyui-gtk-pkg
Requires: libyui_pkg
Requires: ruby-solv