Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into repository_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 20, 2025
2 parents c050f35 + 294b21f commit eff1a18
Show file tree
Hide file tree
Showing 23 changed files with 417 additions and 50 deletions.
8 changes: 8 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 20 10:30:55 UTC 2025 - Angela Briel <[email protected]>

- Add pattern sles_minimal_sap to the user selectable patterns list
of the SLES product to give the admin the chance to get a minimal
preparation of the operating system to run SAP workloads on plain
SLES.

-------------------------------------------------------------------
Thu Jan 16 15:12:08 UTC 2025 - Josef Reidinger <[email protected]>

Expand Down
1 change: 1 addition & 0 deletions products.d/sles_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ software:
- kvm_host
- cockpit
- sles_enhanced_base
- sles_minimal_sap
mandatory_packages:
- NetworkManager
optional_packages: null
Expand Down
10 changes: 6 additions & 4 deletions service/agama-yast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ Gem::Specification.new do |spec|
spec.add_dependency "nokogiri", "~> 1.15"
spec.add_dependency "rexml", "~> 3.2"
spec.add_dependency "ruby-dbus", ">= 0.23.1", "< 1.0"
spec.add_dependency "csv", "~> 3.3"
spec.add_dependency "prime", "~> 0.1.3"
spec.add_dependency "logger", "~> 1.6"
spec.add_dependency "ostruct", "~> 0.6.1"
spec.add_dependency "csv", "~> 3.2"
spec.add_dependency "prime", "~> 0.1"
spec.add_dependency "logger", "~> 1.5"
# here we have problem as ruby3.2 on SLFO does not provide rubygem-ostruct, but newer ruby will separate it after 3.4
# but dynamic dependencies are not possible in gemspec
# spec.add_dependency "ostruct", "~> 0.6.1"
end
8 changes: 7 additions & 1 deletion service/package/rubygem-agama-yast.changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
-------------------------------------------------------------------
Fri Jan 17 15:47:39 UTC 2025 - Ladislav Slezák <[email protected]>
Mon Jan 20 14:44:52 UTC 2025 - Ladislav Slezák <[email protected]>

- The software service provides DBus API for reading the currently
configured repositories, related to (gh#agama-project/agama#1894)

-------------------------------------------------------------------
Fri Jan 17 20:42:58 UTC 2025 - Josef Reidinger <[email protected]>

- Relax gems version in the gemspec file
(gh#agama-project/agama#1917)

-------------------------------------------------------------------
Thu Jan 16 17:30:03 UTC 2025 - Ladislav Slezák <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions service/po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-12 02:47+0000\n"
"POT-Creation-Date: 2025-01-19 02:40+0000\n"
"PO-Revision-Date: 2024-10-30 13:48+0000\n"
"Last-Translator: David Medina <[email protected]>\n"
"Language-Team: Catalan <https://l10n.opensuse.org/projects/agama/agama-"
Expand Down Expand Up @@ -127,7 +127,7 @@ msgstr "El producte ha d'estar registrat."
#. Returns solver error messages from the last attempt
#.
#. @return [Array<String>] Error messages
#: service/lib/agama/software/proposal.rb:223
#: service/lib/agama/software/proposal.rb:225
#, c-format
msgid "Found %s dependency issues."
msgstr "S'han trobat %s problemes de dependències."
Expand Down
4 changes: 2 additions & 2 deletions service/po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-12 02:47+0000\n"
"POT-Creation-Date: 2025-01-19 02:40+0000\n"
"PO-Revision-Date: 2024-11-13 18:48+0000\n"
"Last-Translator: Jan Papež <[email protected]>\n"
"Language-Team: Czech <https://l10n.opensuse.org/projects/agama/agama-service-"
Expand Down Expand Up @@ -127,7 +127,7 @@ msgstr "Produkt musí být zaregistrován"
#. Returns solver error messages from the last attempt
#.
#. @return [Array<String>] Error messages
#: service/lib/agama/software/proposal.rb:223
#: service/lib/agama/software/proposal.rb:225
#, c-format
msgid "Found %s dependency issues."
msgstr "Nalezeno %s problémů v závislostech."
Expand Down
4 changes: 2 additions & 2 deletions service/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-12 02:47+0000\n"
"POT-Creation-Date: 2025-01-19 02:40+0000\n"
"PO-Revision-Date: 2024-12-12 06:48+0000\n"
"Last-Translator: Ettore Atalan <[email protected]>\n"
"Language-Team: German <https://l10n.opensuse.org/projects/agama/agama-"
Expand Down Expand Up @@ -127,7 +127,7 @@ msgstr "Produkt muss registriert sein"
#. Returns solver error messages from the last attempt
#.
#. @return [Array<String>] Error messages
#: service/lib/agama/software/proposal.rb:223
#: service/lib/agama/software/proposal.rb:225
#, c-format
msgid "Found %s dependency issues."
msgstr "%s Abhängigkeitsprobleme gefunden."
Expand Down
4 changes: 2 additions & 2 deletions service/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-12 02:47+0000\n"
"POT-Creation-Date: 2025-01-19 02:40+0000\n"
"PO-Revision-Date: 2024-12-11 16:48+0000\n"
"Last-Translator: \"Marina J. Donis\" <[email protected]>\n"
"Language-Team: Spanish <https://l10n.opensuse.org/projects/agama/agama-"
Expand Down Expand Up @@ -127,7 +127,7 @@ msgstr "El producto debe estar registrado"
#. Returns solver error messages from the last attempt
#.
#. @return [Array<String>] Error messages
#: service/lib/agama/software/proposal.rb:223
#: service/lib/agama/software/proposal.rb:225
#, c-format
msgid "Found %s dependency issues."
msgstr "Se encontraron %s problemas de dependencias."
Expand Down
Loading

0 comments on commit eff1a18

Please sign in to comment.