2018-02-19 13:00:31 +01:00
|
|
|
#
|
|
|
|
# spec file for package podman
|
|
|
|
#
|
2023-03-01 13:12:52 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2018-02-19 13:00:31 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 874870 from devel:kubic
Drop obsolete varlink.patch
- Update to v3.0.1
* Changes
- Several frequently-occurring WARN level log messages have been downgraded to INFO or DEBUG to not clutter terminal output.
Bugfixes
- Fixed a bug where the Created field of podman ps --format=json was formatted as a string instead of an Unix timestamp (integer) (#9315).
- Fixed a bug where failing lookups of individual layers during the podman images command would cause the whole command to fail without printing output.
- Fixed a bug where --cgroups=split did not function properly on cgroups v1 systems.
- Fixed a bug where mounting a volume over an directory in the container that existed, but was empty, could fail (#9393).
- Fixed a bug where mounting a volume over a directory in the container that existed could copy the entirety of the container's rootfs, instead of just the directory mounted over, into the volume (#9415).
- Fixed a bug where Podman would treat the --entrypoint=[""] option to podman run and podman create as a literal empty string in the entrypoint, when instead it should have been ignored (#9377).
- Fixed a bug where Podman would set the HOME environment variable to "" when the container ran as a user without an assigned home directory (#9378).
- Fixed a bug where specifying a pod infra image that had no tags (by using its ID) would cause podman pod create to panic (#9374).
- Fixed a bug where the --runtime option was not properly handled by the podman build command (#9365).
- Fixed a bug where Podman would incorrectly print an error message related to the remote API when the remote API was not in use and starting Podman failed.
- Fixed a bug where Podman would change ownership of a container's working directory, even if it already existed (#9387).
- Fixed a bug where the podman generate systemd --new command would incorrectly escape %t when generating the path for the PID file (#9373).
- Fixed a bug where Podman could, when run inside a Podman container with the host's containers/storage directory mounted into the container, erroneously detect a reboot and reset container state if the temporary directory was not also mounted in (#9191).
- Fixed a bug where some options of the podman build command (including but not limited to --jobs) were nonfunctional (#9247).
* API
- Fixed a breaking change to the Libpod Wait API for Containers where the Conditions parameter changed type in Podman v3.0 (#9351).
- Fixed a bug where the Compat Create endpoint for Containers did not properly handle forwarded ports that did not specify a host port.
- Fixed a bug where the Libpod Wait endpoint for Containers could write duplicate headers after an error occurred.
- Fixed a bug where the Compat Create endpoint for Images would not pull images that already had a matching tag present locally, even if a more recent version was available at the registry (#9232).
- The Compat Create endpoint for Images has had its compatibility with Docker improved, allowing its use with the docker-java library.
* Misc
- Updated Buildah to v1.19.4
- Updated the containers/storage library to v1.24.6
- Changes from v3.0.0
OBS-URL: https://build.opensuse.org/request/show/874870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=75
2021-03-02 12:27:51 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2018-02-19 13:00:31 +01:00
|
|
|
#
|
|
|
|
|
2023-11-16 10:26:08 +01:00
|
|
|
|
2022-11-25 13:08:37 +01:00
|
|
|
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
2020-10-02 17:16:45 +02:00
|
|
|
%define project github.com/containers/podman
|
2018-02-19 13:00:31 +01:00
|
|
|
Name: podman
|
2023-12-12 04:11:35 +01:00
|
|
|
Version: 4.8.2
|
2018-02-19 13:00:31 +01:00
|
|
|
Release: 0
|
2019-01-08 12:26:59 +01:00
|
|
|
Summary: Daemon-less container engine for managing containers, pods and images
|
2018-02-19 13:00:31 +01:00
|
|
|
License: Apache-2.0
|
|
|
|
Group: System/Management
|
2022-11-25 13:08:37 +01:00
|
|
|
URL: https://%{project}
|
2018-03-22 12:02:26 +01:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2020-03-08 22:23:55 +01:00
|
|
|
Source1: podman.conf
|
2018-02-19 13:00:31 +01:00
|
|
|
BuildRequires: bash-completion
|
|
|
|
BuildRequires: device-mapper-devel
|
|
|
|
BuildRequires: fdupes
|
2018-08-28 09:24:39 +02:00
|
|
|
BuildRequires: git-core
|
2018-02-19 13:00:31 +01:00
|
|
|
BuildRequires: glib2-devel-static
|
|
|
|
BuildRequires: glibc-devel-static
|
|
|
|
BuildRequires: go-go-md2man
|
|
|
|
BuildRequires: golang-packaging
|
|
|
|
BuildRequires: libapparmor-devel
|
|
|
|
BuildRequires: libassuan-devel
|
|
|
|
BuildRequires: libbtrfs-devel
|
2018-03-22 12:02:26 +01:00
|
|
|
BuildRequires: libcontainers-common
|
2018-02-19 13:00:31 +01:00
|
|
|
BuildRequires: libgpgme-devel
|
2023-06-28 16:00:13 +02:00
|
|
|
BuildRequires: libostree-devel
|
2018-02-19 13:00:31 +01:00
|
|
|
BuildRequires: libseccomp-devel
|
2023-04-18 08:16:06 +02:00
|
|
|
# at least go 1.18 is needed from go.mod
|
2023-09-29 08:17:32 +02:00
|
|
|
BuildRequires: golang(API) >= 1.21
|
2020-08-14 09:31:49 +02:00
|
|
|
BuildRequires: pkgconfig(libselinux)
|
2021-04-29 01:36:27 +02:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2023-06-28 16:00:13 +02:00
|
|
|
BuildRequires: pkgconfig(systemd)
|
2020-08-14 09:31:49 +02:00
|
|
|
Recommends: apparmor-abstractions
|
2021-04-10 15:26:04 +02:00
|
|
|
Recommends: apparmor-parser
|
2023-08-03 15:47:23 +02:00
|
|
|
# requirement for `podman machine`
|
|
|
|
Recommends: gvisor-tap-vsock
|
2022-04-22 21:52:39 +02:00
|
|
|
Requires: catatonit >= 0.1.7
|
2023-12-19 09:51:35 +01:00
|
|
|
# Needs a network backend
|
|
|
|
Requires: (netavark or cni-plugins)
|
|
|
|
# Force netavark on ALP
|
2023-06-28 16:00:13 +02:00
|
|
|
%if 0%{suse_version} >= 1600 && !0%{?is_opensuse}
|
|
|
|
Requires: netavark
|
|
|
|
%else
|
2023-12-19 09:51:35 +01:00
|
|
|
# Prefer netavark for fresh installations (bsc#1217828)
|
|
|
|
Suggests: netavark
|
2023-12-09 10:05:56 +01:00
|
|
|
%endif
|
2021-06-14 23:10:32 +02:00
|
|
|
Requires: conmon >= 2.0.24
|
Accepting request 874870 from devel:kubic
Drop obsolete varlink.patch
- Update to v3.0.1
* Changes
- Several frequently-occurring WARN level log messages have been downgraded to INFO or DEBUG to not clutter terminal output.
Bugfixes
- Fixed a bug where the Created field of podman ps --format=json was formatted as a string instead of an Unix timestamp (integer) (#9315).
- Fixed a bug where failing lookups of individual layers during the podman images command would cause the whole command to fail without printing output.
- Fixed a bug where --cgroups=split did not function properly on cgroups v1 systems.
- Fixed a bug where mounting a volume over an directory in the container that existed, but was empty, could fail (#9393).
- Fixed a bug where mounting a volume over a directory in the container that existed could copy the entirety of the container's rootfs, instead of just the directory mounted over, into the volume (#9415).
- Fixed a bug where Podman would treat the --entrypoint=[""] option to podman run and podman create as a literal empty string in the entrypoint, when instead it should have been ignored (#9377).
- Fixed a bug where Podman would set the HOME environment variable to "" when the container ran as a user without an assigned home directory (#9378).
- Fixed a bug where specifying a pod infra image that had no tags (by using its ID) would cause podman pod create to panic (#9374).
- Fixed a bug where the --runtime option was not properly handled by the podman build command (#9365).
- Fixed a bug where Podman would incorrectly print an error message related to the remote API when the remote API was not in use and starting Podman failed.
- Fixed a bug where Podman would change ownership of a container's working directory, even if it already existed (#9387).
- Fixed a bug where the podman generate systemd --new command would incorrectly escape %t when generating the path for the PID file (#9373).
- Fixed a bug where Podman could, when run inside a Podman container with the host's containers/storage directory mounted into the container, erroneously detect a reboot and reset container state if the temporary directory was not also mounted in (#9191).
- Fixed a bug where some options of the podman build command (including but not limited to --jobs) were nonfunctional (#9247).
* API
- Fixed a breaking change to the Libpod Wait API for Containers where the Conditions parameter changed type in Podman v3.0 (#9351).
- Fixed a bug where the Compat Create endpoint for Containers did not properly handle forwarded ports that did not specify a host port.
- Fixed a bug where the Libpod Wait endpoint for Containers could write duplicate headers after an error occurred.
- Fixed a bug where the Compat Create endpoint for Images would not pull images that already had a matching tag present locally, even if a more recent version was available at the registry (#9232).
- The Compat Create endpoint for Images has had its compatibility with Docker improved, allowing its use with the docker-java library.
* Misc
- Updated Buildah to v1.19.4
- Updated the containers/storage library to v1.24.6
- Changes from v3.0.0
OBS-URL: https://build.opensuse.org/request/show/874870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=75
2021-03-02 12:27:51 +01:00
|
|
|
Requires: fuse-overlayfs
|
2018-12-07 14:39:50 +01:00
|
|
|
Requires: iptables
|
2023-03-28 14:28:14 +02:00
|
|
|
Requires: libcontainers-common >= 20230214
|
2023-10-21 21:30:14 +02:00
|
|
|
# use crun on Tumbleweed & ALP for WASM support
|
|
|
|
%if 0%{suse_version} >= 1600
|
2023-11-16 10:26:08 +01:00
|
|
|
# crun is only available for selected archs (because of criu)
|
|
|
|
%ifarch x86_64 aarch64 ppc64le armv7l armv7hl s390x
|
2023-10-21 21:30:14 +02:00
|
|
|
Requires: crun
|
2023-11-16 10:26:08 +01:00
|
|
|
%else
|
|
|
|
Requires: runc >= 1.0.1
|
2023-11-01 08:05:54 +01:00
|
|
|
%endif
|
2023-10-21 21:30:14 +02:00
|
|
|
%else
|
2021-09-21 21:12:28 +02:00
|
|
|
Requires: runc >= 1.0.1
|
2023-10-21 21:30:14 +02:00
|
|
|
%endif
|
2020-03-27 21:56:03 +01:00
|
|
|
Requires: slirp4netns >= 0.4.0
|
2020-10-29 09:22:15 +01:00
|
|
|
Requires: timezone
|
2020-08-06 17:29:42 +02:00
|
|
|
Suggests: katacontainers
|
2023-06-28 16:00:13 +02:00
|
|
|
|
|
|
|
# deprecate unused podman-cni-config subpackage
|
2023-06-29 11:38:30 +02:00
|
|
|
Provides: %{name}-cni-config = %{version}
|
|
|
|
Obsoletes: %{name}-cni-config < 4.5.1
|
2022-11-25 13:08:37 +01:00
|
|
|
|
2018-02-19 13:00:31 +01:00
|
|
|
%description
|
2019-05-27 08:35:26 +02:00
|
|
|
Podman is a container engine for managing pods, containers, and container
|
|
|
|
images.
|
|
|
|
It is a standalone tool and it directly manipulates containers without the need
|
2019-01-08 12:26:59 +01:00
|
|
|
of a container engine daemon.
|
2019-05-27 08:35:26 +02:00
|
|
|
Podman is able to interact with container images create in buildah, cri-o, and
|
2019-01-08 12:26:59 +01:00
|
|
|
skopeo, as they all share the same datastore backend.
|
2018-02-19 13:00:31 +01:00
|
|
|
|
|
|
|
%prep
|
2022-04-08 22:45:21 +02:00
|
|
|
%autosetup -p1
|
2018-02-19 13:00:31 +01:00
|
|
|
|
2021-04-29 01:36:27 +02:00
|
|
|
%package remote
|
2023-11-16 10:26:08 +01:00
|
|
|
Summary: Client for managing podman containers remotely
|
2021-04-29 01:36:27 +02:00
|
|
|
Group: System/Management
|
|
|
|
Conflicts: %{name} < 3.1.2
|
2022-01-14 23:12:43 +01:00
|
|
|
Provides: podman:%{_bindir}/%{name}-remote
|
2021-04-29 01:36:27 +02:00
|
|
|
|
|
|
|
%description remote
|
|
|
|
This client allows controlling podman on a separate host, e.g. over SSH.
|
|
|
|
|
2021-04-10 15:26:04 +02:00
|
|
|
%package docker
|
|
|
|
Summary: Emulate Docker CLI using podman
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Conflicts: docker
|
|
|
|
Conflicts: docker-ce
|
|
|
|
Conflicts: docker-ee
|
|
|
|
Conflicts: docker-latest
|
|
|
|
Conflicts: moby-engine
|
2023-10-06 08:45:01 +02:00
|
|
|
Provides: docker
|
2021-04-10 15:26:04 +02:00
|
|
|
|
|
|
|
%description docker
|
|
|
|
This package installs a script named docker that emulates the Docker CLI by
|
|
|
|
executes podman commands, it also creates links between all Docker CLI man
|
|
|
|
pages and %{name}.
|
|
|
|
|
2023-07-22 21:12:50 +02:00
|
|
|
%package -n %{name}sh
|
2023-11-16 10:26:08 +01:00
|
|
|
Summary: Confined login and user shell using %{name}
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Provides: %{name}-%{name}sh = %{version}
|
|
|
|
Provides: %{name}-shell = %{version}
|
2023-07-22 21:12:50 +02:00
|
|
|
|
|
|
|
%description -n %{name}sh
|
|
|
|
%{name}sh provides a confined login and user shell with access to volumes and
|
|
|
|
capabilities specified in user quadlets.
|
|
|
|
|
|
|
|
It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container
|
|
|
|
when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0].
|
|
|
|
|
2018-02-19 13:00:31 +01:00
|
|
|
%build
|
|
|
|
# Build podman
|
2023-02-21 10:02:41 +01:00
|
|
|
BUILDFLAGS="-buildmode=pie" PREFIX=%{_prefix} %make_build
|
2019-07-26 12:37:52 +02:00
|
|
|
|
2018-02-19 13:00:31 +01:00
|
|
|
# Build manpages
|
2022-11-25 13:08:37 +01:00
|
|
|
%make_build docs
|
2018-02-19 13:00:31 +01:00
|
|
|
|
|
|
|
%check
|
|
|
|
# Too many tests fail due to the restricted permissions in the build enviroment.
|
|
|
|
# Updates must be tested manually.
|
|
|
|
|
|
|
|
%install
|
2023-02-21 10:02:41 +01:00
|
|
|
%make_install PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir} install.completions install.docker
|
2022-11-25 13:08:37 +01:00
|
|
|
|
|
|
|
# remove the user tmpfile on SLE/Leap as it cannot handle them
|
|
|
|
%if 0%{?suse_version} == 1500
|
|
|
|
rm %{buildroot}%{_user_tmpfilesdir}/podman-docker.conf
|
|
|
|
%endif
|
2018-02-19 13:00:31 +01:00
|
|
|
|
2020-03-08 22:23:55 +01:00
|
|
|
# Add podman modprobe.d drop-in config
|
2023-08-03 15:47:23 +02:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1703261
|
2020-08-20 22:27:54 +02:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d
|
|
|
|
install -m 0644 -t %{buildroot}%{_prefix}/lib/modules-load.d/ %{SOURCE1}
|
2020-03-08 22:23:55 +01:00
|
|
|
|
2022-11-25 13:08:37 +01:00
|
|
|
%fdupes %{buildroot}/%{_datadir}
|
|
|
|
%fdupes %{buildroot}/%{_systemd_util_dir}
|
2018-02-19 13:00:31 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
# Binaries
|
|
|
|
%{_bindir}/podman
|
|
|
|
# Manpages
|
2018-07-27 10:55:44 +02:00
|
|
|
%{_mandir}/man1/podman*.1*
|
2023-02-09 13:39:18 +01:00
|
|
|
%{_mandir}/man5/podman*.5*
|
|
|
|
%{_mandir}/man5/quadlet*.5*
|
2021-04-29 01:36:27 +02:00
|
|
|
%exclude %{_mandir}/man1/podman-remote*.1*
|
2018-02-19 13:00:31 +01:00
|
|
|
# Configs
|
2020-08-20 22:27:54 +02:00
|
|
|
%dir %{_prefix}/lib/modules-load.d
|
|
|
|
%{_prefix}/lib/modules-load.d/podman.conf
|
2020-12-05 20:36:11 +01:00
|
|
|
%{_tmpfilesdir}/podman.conf
|
2022-04-08 22:45:21 +02:00
|
|
|
# Rootless port
|
|
|
|
%dir %{_libexecdir}/podman
|
|
|
|
%{_libexecdir}/podman/rootlessport
|
2023-02-08 10:52:35 +01:00
|
|
|
%{_libexecdir}/podman/quadlet
|
2018-02-19 13:00:31 +01:00
|
|
|
# Completion
|
2018-07-27 10:55:44 +02:00
|
|
|
%{_datadir}/bash-completion/completions/podman
|
2020-09-10 22:48:34 +02:00
|
|
|
%{_datadir}/zsh/site-functions/_podman
|
2021-04-29 01:36:27 +02:00
|
|
|
%dir %{_datadir}/fish/
|
|
|
|
%dir %{_datadir}/fish/vendor_completions.d/
|
2020-12-05 20:36:11 +01:00
|
|
|
%{_datadir}/fish/vendor_completions.d/podman.fish
|
2020-09-10 22:48:34 +02:00
|
|
|
%{_unitdir}/podman.service
|
|
|
|
%{_unitdir}/podman.socket
|
2020-10-02 17:16:45 +02:00
|
|
|
%{_unitdir}/podman-auto-update.service
|
2022-08-15 10:20:01 +02:00
|
|
|
%{_unitdir}/podman-kube@.service
|
2021-09-21 21:12:28 +02:00
|
|
|
%{_unitdir}/podman-restart.service
|
2020-10-02 17:16:45 +02:00
|
|
|
%{_unitdir}/podman-auto-update.timer
|
2023-02-08 10:52:35 +01:00
|
|
|
%{_unitdir}/podman-clean-transient.service
|
2020-09-10 22:48:34 +02:00
|
|
|
%{_userunitdir}/podman.service
|
|
|
|
%{_userunitdir}/podman.socket
|
2020-10-02 17:16:45 +02:00
|
|
|
%{_userunitdir}/podman-auto-update.service
|
2022-08-15 10:20:01 +02:00
|
|
|
%{_userunitdir}/podman-kube@.service
|
2021-09-21 21:12:28 +02:00
|
|
|
%{_userunitdir}/podman-restart.service
|
2020-10-02 17:16:45 +02:00
|
|
|
%{_userunitdir}/podman-auto-update.timer
|
2023-02-08 10:52:35 +01:00
|
|
|
%{_systemdusergeneratordir}/podman-user-generator
|
|
|
|
%{_systemdgeneratordir}/podman-system-generator
|
2019-03-08 12:00:51 +01:00
|
|
|
%ghost /run/podman
|
2018-06-13 15:39:50 +02:00
|
|
|
%license LICENSE
|
2018-02-19 13:00:31 +01:00
|
|
|
|
2021-04-29 01:36:27 +02:00
|
|
|
%files remote
|
|
|
|
%{_bindir}/podman-remote
|
|
|
|
%{_mandir}/man1/podman-remote*.1*
|
|
|
|
%{_datadir}/bash-completion/completions/podman-remote
|
|
|
|
%{_datadir}/zsh/site-functions/_podman-remote
|
|
|
|
%dir %{_datadir}/fish/
|
|
|
|
%dir %{_datadir}/fish/vendor_completions.d/
|
|
|
|
%{_datadir}/fish/vendor_completions.d/podman-remote.fish
|
|
|
|
|
2021-04-10 15:26:04 +02:00
|
|
|
%files docker
|
|
|
|
%{_bindir}/docker
|
|
|
|
%{_tmpfilesdir}/podman-docker.conf
|
2022-11-25 13:08:37 +01:00
|
|
|
%if 0%{?suse_version} > 1500
|
|
|
|
%{_user_tmpfilesdir}/podman-docker.conf
|
|
|
|
%dir %{_user_tmpfilesdir}
|
|
|
|
%endif
|
2021-04-10 15:26:04 +02:00
|
|
|
|
2023-07-22 21:12:50 +02:00
|
|
|
%files -n %{name}sh
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md CONTRIBUTING.md install.md transfer.md
|
|
|
|
%{_bindir}/%{name}sh
|
|
|
|
|
2021-04-10 15:26:04 +02:00
|
|
|
%post docker
|
|
|
|
%tmpfiles_create %{_tmpfilesdir}/podman-docker.conf
|
|
|
|
|
2019-03-27 16:13:10 +01:00
|
|
|
%pre
|
2023-02-08 10:52:35 +01:00
|
|
|
%service_add_pre podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer podman-clean-transient.service
|
2019-03-08 12:00:51 +01:00
|
|
|
|
2019-03-27 16:13:10 +01:00
|
|
|
%post
|
2023-02-08 10:52:35 +01:00
|
|
|
%service_add_post podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer podman-clean-transient.service
|
2020-12-05 20:36:11 +01:00
|
|
|
%tmpfiles_create %{_tmpfilesdir}/podman.conf
|
2021-09-21 21:12:28 +02:00
|
|
|
%systemd_user_post podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer
|
2019-03-08 12:00:51 +01:00
|
|
|
|
2019-03-27 16:13:10 +01:00
|
|
|
%preun
|
2023-02-08 10:52:35 +01:00
|
|
|
%service_del_preun podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer podman-clean-transient.service
|
2021-09-21 21:12:28 +02:00
|
|
|
%systemd_user_preun podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer
|
2019-03-08 12:00:51 +01:00
|
|
|
|
2019-03-27 16:13:10 +01:00
|
|
|
%postun
|
2023-02-08 10:52:35 +01:00
|
|
|
%service_del_postun podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer podman-clean-transient.service
|
2021-09-21 21:12:28 +02:00
|
|
|
%systemd_user_postun podman.service podman.socket podman-auto-update.service podman-restart.service podman-auto-update.timer
|
2019-03-08 12:00:51 +01:00
|
|
|
|
2018-02-19 13:00:31 +01:00
|
|
|
%changelog
|