Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:sp5-rebuild
sle-module-containers-release.15559
sle-module-containers-release.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sle-module-containers-release.spec of Package sle-module-containers-release.15559
# # spec file for package sle-module-containers-release (Version 15.2) # # Copyright (c) 2020 SUSE. # # 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://bugzilla.suse.com/ # Name: sle-module-containers-release %define product sle-module-containers Summary: Containers Module%{?betaversion: %{betaversion}} Version: 15.2 Release: 0 License: BSD-3-Clause Group: System/Fhs Provides: %name-%version Provides: product() = sle-module-containers Provides: product(sle-module-containers) = 15.2-0 %ifarch x86_64 Provides: product-register-target() = sle%2D15%2Dx86_64 %endif %ifarch s390x Provides: product-register-target() = sle%2D15%2Ds390x %endif %ifarch ppc64le Provides: product-register-target() = sle%2D15%2Dppc64le %endif %ifarch aarch64 Provides: product-register-target() = sle%2D15%2Daarch64 %endif Provides: product-label() = Containers%2DModule Provides: product-cpeid() = cpe%3A%2Fo%3Asuse%3Asle%2Dmodule%2Dcontainers%3A15%3Asp2 Provides: product-url(bugtracker) = https%3A%2F%2Fbugzilla.suse.com%2F %ifarch x86_64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3Ax86_64%2Fupdate %endif %ifarch s390x Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3As390x%2Fupdate %endif %ifarch ppc64le Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3Appc64le%2Fupdate %endif %ifarch aarch64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3Aaarch64%2Fupdate %endif %ifarch x86_64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3Ax86_64%2Fupdate_debug %endif %ifarch s390x Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3As390x%2Fupdate_debug %endif %ifarch ppc64le Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3Appc64le%2Fupdate_debug %endif %ifarch aarch64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DContainers%3A15%2DSP2%3Aaarch64%2Fupdate_debug %endif Provides: product-endoflife() = 2021%2D06%2D30 Provides: product(sle-module-containers-SP2) = %version-%release Obsoletes: sle-module-containers-SP2-migration Obsoletes: product:sle-module-containers-SP2-migration Requires: product(SUSE_SLE) >= 15.2 Requires: product(sle-module-basesystem) >= 15.2 AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build %description <p>This Module contains several packages revolving around containers and related tools. </p> %prep %build %install mkdir -p $RPM_BUILD_ROOT/etc/products.d cat >$RPM_BUILD_ROOT/etc/products.d/sle-module-containers.prod << EOF <?xml version="1.0" encoding="UTF-8"?> <product schemeversion="0"> <vendor>SUSE</vendor> <name>sle-module-containers</name> <version>15.2</version> <baseversion>15</baseversion> <patchlevel>2</patchlevel> <release>0</release> <endoflife>2021-06-30</endoflife> <arch>%{_target_cpu}</arch> <cpeid>cpe:/o:suse:sle-module-containers:15:sp2</cpeid> <productline>sle-module-containers</productline> <register> %ifarch x86_64 <target>sle-15-x86_64</target> %endif %ifarch s390x <target>sle-15-s390x</target> %endif %ifarch ppc64le <target>sle-15-ppc64le</target> %endif %ifarch aarch64 <target>sle-15-aarch64</target> %endif <flavor>module</flavor> </register> <repositories> %ifarch x86_64 <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:x86_64/update" /> %endif %ifarch s390x <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:s390x/update" /> %endif %ifarch ppc64le <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:ppc64le/update" /> %endif %ifarch aarch64 <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:aarch64/update" /> %endif %ifarch x86_64 <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:x86_64/update_debug" /> %endif %ifarch s390x <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:s390x/update_debug" /> %endif %ifarch ppc64le <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:ppc64le/update_debug" /> %endif %ifarch aarch64 <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Containers:15-SP2:aarch64/update_debug" /> %endif %ifarch x86_64 <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:x86_64/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch s390x <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:s390x/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch ppc64le <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:ppc64le/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch aarch64 <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:aarch64/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch x86_64 <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:x86_64/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch s390x <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:s390x/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch ppc64le <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:ppc64le/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch aarch64 <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:aarch64/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch x86_64 <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:x86_64/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch s390x <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:s390x/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch ppc64le <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:ppc64le/sle-module-containers/15.2/%{_target_cpu}" /> %endif %ifarch aarch64 <repository type="pool" repoid="obsproduct://build.suse.de/SUSE:Products:SLE-Module-Containers:15-SP2:aarch64/sle-module-containers/15.2/%{_target_cpu}" /> %endif </repositories> <summary>Containers Module</summary> <shortsummary>Containers-Module</shortsummary> <description><p>This Module contains several packages revolving around containers and related tools. </p></description> <urls> <url name="bugtracker">https://bugzilla.suse.com/</url> </urls> <buildconfig> <producttheme>SLES</producttheme> </buildconfig> <installconfig> <defaultlang>en_US</defaultlang> <releasepackage name="%{name}" flag="EQ" version="%{version}" release="%{release}"/> <distribution>SUSE_SLE</distribution> </installconfig> <runtimeconfig/> <productdependency relationship="requires" name="SUSE_SLE" baseversion="15" patchlevel="2" flag="GE"/> <productdependency relationship="requires" name="sle-module-basesystem" baseversion="15" patchlevel="2" flag="GE"/> </product> EOF %clean rm -rf %buildroot %files %defattr(644,root,root,755) %dir /etc/products.d /etc/products.d/*.prod %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor