From 1c8a639455563004ed53a6091aa086b499a9815d9f037a3367f44333bb23a472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 23 Apr 2024 06:00:00 +0000 Subject: [PATCH] Accepting request 1169180 from home:ojkastl_buildservice:Branch_devel_microos convert to using obs_scm OBS-URL: https://build.opensuse.org/request/show/1169180 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=54 --- _service | 10 +++++----- podman-5.0.2.obscpio | 3 +++ podman-5.0.2.tar.xz | 3 --- podman.changes | 5 +++++ podman.obsinfo | 4 ++++ podman.spec | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 podman-5.0.2.obscpio delete mode 100644 podman-5.0.2.tar.xz create mode 100644 podman.obsinfo diff --git a/_service b/_service index da8955c..0b93006 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/containers/podman.git git v5.0.2 @@ -7,10 +7,10 @@ enable v(.*) - - - + + + *.tar - xz + gz diff --git a/podman-5.0.2.obscpio b/podman-5.0.2.obscpio new file mode 100644 index 0000000..8564c2f --- /dev/null +++ b/podman-5.0.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a4c0f916d39b69c3e510ece0ae957c1e5b38bed09e23b55a18f2cca965579c +size 109246990 diff --git a/podman-5.0.2.tar.xz b/podman-5.0.2.tar.xz deleted file mode 100644 index 792dbab..0000000 --- a/podman-5.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5acaa746eac815adf01329842c3d9a706cd61c5bcb0dd745cc6248ad3f906c5f -size 14741544 diff --git a/podman.changes b/podman.changes index a5240b4..2c61198 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 19 12:17:30 UTC 2024 - Johannes Kastl + +- convert to using obs_scm + ------------------------------------------------------------------- Thu Apr 18 09:52:56 UTC 2024 - danish.prakash@suse.com diff --git a/podman.obsinfo b/podman.obsinfo new file mode 100644 index 0000000..3807ae0 --- /dev/null +++ b/podman.obsinfo @@ -0,0 +1,4 @@ +name: podman +version: 5.0.2 +mtime: 1713363763 +commit: 3304dd95b8978a8346b96b7d43134990609b3b29 diff --git a/podman.spec b/podman.spec index 572da4d..e48c258 100644 --- a/podman.spec +++ b/podman.spec @@ -28,7 +28,7 @@ Summary: Daemon-less container engine for managing containers, pods and i License: Apache-2.0 Group: System/Management URL: https://%{project} -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz Source1: podman.conf BuildRequires: bash-completion BuildRequires: device-mapper-devel