Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 754bfc240d | |||
|
|
5019eef470 | ||
|
|
65531548ec | ||
| ba8a93d316 | |||
|
|
cee21e510a | ||
| b00beeaf84 | |||
|
|
76bb9ebc62 |
3
yast2-packager-5.0.10.tar.bz2
Normal file
3
yast2-packager-5.0.10.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0125a4e8c11d0ed4f5e185669f2ab32014d90b544aad22013b5bdafaef3a2b3e
|
||||
size 1956924
|
||||
BIN
yast2-packager-5.0.6.tar.bz2
LFS
BIN
yast2-packager-5.0.6.tar.bz2
LFS
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user