cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #01061
Re: [Merge] ~larsks/cloud-init:feature/move-to-git into cloud-init:master
Diff comments:
> diff --git a/README.rst b/README.rst
> new file mode 100644
> index 0000000..e56e663
> --- /dev/null
> +++ b/README.rst
> @@ -0,0 +1,15 @@
> +Cloud-init
> +==========
> +
> +Cloud-init is the defacto multi-distribution package that handles
> +early initialization of a cloud instance.
> +
> +The package is hosted at <https://github.com/cloud-init/cloud-init/>.
Is this updated, seems pretty old. Whose repo is this :-/
> +
> +Additional documentation can be found in the `doc/` subdirectory.
> +
> +Contributing
> +------------
> +
> +For information about how to contribute to cloud-init development, see
> +the file ``HACKING.rst`` included in this distribution.
> diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in
> index 254d209..71c71be 100644
> --- a/packages/redhat/cloud-init.spec.in
> +++ b/packages/redhat/cloud-init.spec.in
> @@ -5,13 +5,9 @@
> # Or: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets
> # Or: http://www.rpm.org/max-rpm/ch-rpm-inside.html
>
> -#for $d in $defines
> -%define ${d}
> -#end for
> -
> Name: cloud-init
> Version: ${version}
> -Release: ${release}${subrelease}%{?dist}
> +Release: 1${subrelease}%{?dist}
The 1 is the epoch?
> Summary: Cloud instance init scripts
>
> Group: System Environment/Base
> diff --git a/packages/suse/cloud-init.spec.in b/packages/suse/cloud-init.spec.in
> index 53e6ad1..74b6f12 100644
> --- a/packages/suse/cloud-init.spec.in
> +++ b/packages/suse/cloud-init.spec.in
> @@ -157,7 +153,3 @@ mkdir -p %{buildroot}/var/lib/cloud
> %{python_sitelib}/*
>
> /var/lib/cloud
> -
> -%changelog
> -
> -${changelog}
Damn, didn't like my changelog ;)
Yes I know redhat folks like to manually curate the changelog (and really its the spec file changelog, not the package/code changelog, which always confused me, but whatever, ha).
--
https://code.launchpad.net/~larsks/cloud-init/+git/cloud-init/+merge/300953
Your team cloud init development team is requested to review the proposed merge of ~larsks/cloud-init:feature/move-to-git into cloud-init:master.
References