Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-image for openSUSE:Factory checked in at 2024-12-03 20:47:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-image (Old) and /work/SRC/openSUSE:Factory/.git-image.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-image" Tue Dec 3 20:47:55 2024 rev:29 rq:1228028 version:2024 Changes: -------- --- /work/SRC/openSUSE:Factory/git-image/git-image.changes 2024-10-30 22:57:56.775103609 +0100 +++ /work/SRC/openSUSE:Factory/.git-image.new.28523/git-image.changes 2024-12-03 20:49:23.544525111 +0100 @@ -1,0 +2,10 @@ +Tue Dec 3 13:26:37 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- Change attribute order in _service + +------------------------------------------------------------------- +Thu Nov 28 14:48:16 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- add/extend README + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.PYMtwq/_old 2024-12-03 20:49:24.028545401 +0100 +++ /var/tmp/diff_new_pack.PYMtwq/_new 2024-12-03 20:49:24.028545401 +0100 @@ -1,7 +1,30 @@ -# The openSUSE Tumbleweed with Git container image +# openSUSE Tumbleweed with Git: Git application container  -A micro environment with Git based on the openSUSE Tumbleweed Base Container Image. + +## Description + +Git is a distributed version control system that tracks +versions of files. Git is primarily designed for controlling source code in collaborative software development. + + +## Usage + +This container provides the openSUSE Project version of Git. + +Example of using Git container: + +```ShellSession +$ podman run registry.opensuse.org/opensuse/git:2.47 git help +``` + +As Git requires a repository, the container +does not explicitly set an entrypoint. This way, you can launch the container in +interactive mode to clone a repository and work on it. To avoid losing all your changes when exiting the container, use a persistent volume mount on launch. + +For more use cases and documentation, refer to the +[Git SCM documentation](https://git-scm.com/doc). + ## Licensing ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PYMtwq/_old 2024-12-03 20:49:24.048546240 +0100 +++ /var/tmp/diff_new_pack.PYMtwq/_new 2024-12-03 20:49:24.052546407 +0100 @@ -1,12 +1,12 @@ <services> <service mode="buildtime" name="kiwi_label_helper"/> <service mode="buildtime" name="kiwi_metainfo_helper"/> - <service name="replace_using_package_version" mode="buildtime"> + <service mode="buildtime" name="replace_using_package_version"> <param name="file">git-image.kiwi</param> <param name="regex">%%git_version%%</param> <param name="package">git-core</param> </service> - <service name="replace_using_package_version" mode="buildtime"> + <service mode="buildtime" name="replace_using_package_version"> <param name="file">git-image.kiwi</param> <param name="regex">%%git_major_version%%</param> <param name="package">git-core</param>