File Leap-release-appliance-docker.spec of Package Leap-release-appliance-docker
#
# spec file for package Leap-release-docker
#
# Copyright (c) 2025 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: Leap-release-appliance-docker
Version: 16.0
Release: 0
Summary: openSUSE Leap %{version} Docker Appliance Flavor
License: MIT
Group: System/Fhs
BuildArch: noarch
Provides: product_flavor()
Provides: flavor(appliance-docker)
Provides: product_flavor(Leap) = %{version}-%{release}
Obsoletes: openSUSE-release-appliance-docker < %{version}
%description
openSUSE Leap %{version} flavor for Docker and container appliances.
This package exists to mark the product flavor "appliance-docker" and does not
contain runtime functionality.
%prep
%setup -qcT
%build
%install
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
cat >%{buildroot}%{_defaultdocdir}/%{name}/README << EOF
This package only exists for providing the product flavor 'appliance-docker',
which is used by container and appliance images.
EOF
%files
%defattr(-,root,root)
%doc %{_defaultdocdir}/%{name}
%changelog