Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e5ec552618 | |||
| 469991c935 | |||
| da97e65d84 | |||
| b5f3c36112 | |||
| e36edf49ba | |||
| f674e56888 | |||
| 8f71310b1d |
@@ -1,7 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 14:44:03 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Fix dependency replace -serial with -pyserial
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 07:44:38 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Drop unneeded test dependency on httpretty, fixed long ago
|
||||
* https://github.com/canonical/cloud-init/pull/1720
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 16:56:58 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Update to version 25.1.3 (bsc#1245403)
|
||||
- Update to version 25.1.3 (bsc#1245401,bsc#1245403)
|
||||
+ Forward port
|
||||
- cloud-init-no-openstack-guess.patch
|
||||
+ docs: provide example3 for PAM and ssh_pwauth behavior (#27)
|
||||
|
||||
@@ -75,7 +75,6 @@ BuildRequires: %{pythons}-Jinja2
|
||||
BuildRequires: %{pythons}-PyYAML
|
||||
BuildRequires: %{pythons}-configobj >= 5.0.2
|
||||
BuildRequires: %{pythons}-flake8
|
||||
BuildRequires: %{pythons}-httpretty
|
||||
BuildRequires: %{pythons}-jsonpatch
|
||||
BuildRequires: %{pythons}-jsonschema
|
||||
BuildRequires: %{pythons}-oauthlib
|
||||
@@ -85,13 +84,15 @@ BuildRequires: %{pythons}-pytest-cov
|
||||
BuildRequires: %{pythons}-pytest-mock
|
||||
BuildRequires: %{pythons}-requests
|
||||
BuildRequires: %{pythons}-responses
|
||||
BuildRequires: %{pythons}-serial
|
||||
BuildRequires: %{pythons}-pyserial
|
||||
BuildRequires: system-user-nobody
|
||||
BuildRequires: distribution-release
|
||||
BuildRequires: util-linux
|
||||
Requires: bash
|
||||
%if 0%{?suse_version} >= 1600
|
||||
Requires: dhcpcd
|
||||
# Micro 6+ is identified in the Build Service with 1600 as SUSE version but
|
||||
# it does not provide dhcpcd
|
||||
Requires: (dhcpcd or dhcp-client)
|
||||
%else
|
||||
Requires: dhcp-client
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user