SHA256
1
0
forked from pool/cloud-init

+ Remove skip-argparse-on-python3.patch

+ Add zypp_add_repo_test.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=90
This commit is contained in:
2017-10-05 05:21:11 +00:00
committed by Git OBS Bridge
parent df5785e52d
commit b710a65ad2
3 changed files with 266 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ Source0: %{name}-%{version}.tar.gz
Source1: rsyslog-cloud-init.cfg
# FIXME zypp_add_repos.diff needs proposed for upstream merge
Patch4: zypp_add_repos.diff
Patch5: zypp_add_repo_test.patch
Patch10: cloud-init-no-user-lock-if-already-locked.patch
Patch12: fix-default-systemd-unit-dir.patch
# FIXME cloud-init-more-tasks.patch proposed for upstream merge
@@ -188,6 +189,7 @@ Documentation and examples for cloud-init tools
%prep
%setup -q
%patch4 -p0
%patch5 -p0
%patch10 -p1
%patch12
%patch13