7 Commits

Author SHA256 Message Date
e5ec552618 Accepting request 1318470 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1318470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=110
2025-11-20 13:46:15 +00:00
469991c935 - Fix dependency replace -serial with -pyserial
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=251
2025-11-11 14:45:09 +00:00
da97e65d84 Accepting request 1312230 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1312230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=109
2025-10-21 09:14:38 +00:00
b5f3c36112 - Drop unneeded test dependency on httpretty, fixed long ago
* https://github.com/canonical/cloud-init/pull/1720

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=250
2025-10-19 14:11:03 +00:00
e36edf49ba Accepting request 1306721 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1306721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=108
2025-09-23 18:47:07 +00:00
f674e56888 - Update to version 25.1.3 (bsc#1245401,bsc#1245403)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=249
2025-09-16 11:12:53 +00:00
8f71310b1d accomodate SL Micro 6+
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=248
2025-08-04 11:56:18 +00:00
2 changed files with 16 additions and 4 deletions

View File

@@ -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)

View File

@@ -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