Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for 15.5:x86_64
openSUSE:Step:15-SP1
sles-ltss-release.13666
sles-ltss-release.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sles-ltss-release.spec of Package sles-ltss-release.13666
# # spec file for package sles-release (Version 15) # # Copyright (c) 2019 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. Name: sles-ltss-release %define product SLES-LTSS Summary: SUSE Linux Enterprise Server 15 LTSS%{?betaversion: %{betaversion}} Version: 15 Release: 0 License: BSD-3-Clause Group: System/Fhs Provides: %name-%version Provides: product() = SLES-LTSS Provides: product(SLES-LTSS) = 15-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() = SLES15%2DLTSS Provides: product-cpeid() = cpe%3A%2Fo%3Asuse%3Asles%2Dltss%3A15 Provides: product-url(releasenotes) = https%3A%2F%2Fwww.suse.com%2Freleasenotes%2F%{_target_cpu}%2FSUSE%2DSLES%2F15%2Frelease%2Dnotes%2Dsles.rpm %ifarch x86_64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3Ax86_64%2Fupdate %endif %ifarch s390x Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3As390x%2Fupdate %endif %ifarch ppc64le Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3Appc64le%2Fupdate %endif %ifarch aarch64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3Aaarch64%2Fupdate %endif %ifarch x86_64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3Ax86_64%2Fupdate_debug %endif %ifarch s390x Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3As390x%2Fupdate_debug %endif %ifarch ppc64le Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3Appc64le%2Fupdate_debug %endif %ifarch aarch64 Provides: product-updates-repoid() = obsrepository%3A%2F%2Fbuild.o.o%2FSUSE%3AUpdates%3ASLE%2DProduct%2DSLES%3A15%2DLTSS%3Aaarch64%2Fupdate_debug %endif Provides: product-endoflife() Requires: product(SUSE_SLE) = 15 AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SUSE Linux Enterprise offers a comprehensive suite of products built on a single code base. The platform addresses business needs from the smallest thin-client devices to the world's most powerful high-performance computing and mainframe servers. SUSE Linux Enterprise offers common management tools and technology certifications across the platform, and each product is enterprise-class. %prep %build %install mkdir -p $RPM_BUILD_ROOT/etc/products.d cat >$RPM_BUILD_ROOT/etc/products.d/SLES-LTSS.prod << EOF <?xml version="1.0" encoding="UTF-8"?> <product schemeversion="0"> <vendor>SUSE</vendor> <name>SLES-LTSS</name> <version>15</version> <baseversion>15</baseversion> <patchlevel>0</patchlevel> <release>0</release> <endoflife></endoflife> <arch>%{_target_cpu}</arch> <cpeid>cpe:/o:suse:sles-ltss:15</cpeid> <productline>sles</productline> <codestream> <name>SUSE Linux Enterprise Server 15</name> <endoflife>2028-07-31</endoflife> </codestream> <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>extension</flavor> </register> <repositories> %ifarch x86_64 <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:x86_64/update" /> %endif %ifarch s390x <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:s390x/update" /> %endif %ifarch ppc64le <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:ppc64le/update" /> %endif %ifarch aarch64 <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:aarch64/update" /> %endif %ifarch x86_64 <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:x86_64/update_debug" /> %endif %ifarch s390x <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:s390x/update_debug" /> %endif %ifarch ppc64le <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:ppc64le/update_debug" /> %endif %ifarch aarch64 <repository type="update" repoid="obsrepository://build.o.o/SUSE:Updates:SLE-Product-SLES:15-LTSS:aarch64/update_debug" /> %endif </repositories> <summary>SUSE Linux Enterprise Server 15 LTSS</summary> <shortsummary>SLES15-LTSS</shortsummary> <description>SUSE Linux Enterprise offers a comprehensive suite of products built on a single code base. The platform addresses business needs from the smallest thin-client devices to the world's most powerful high-performance computing and mainframe servers. SUSE Linux Enterprise offers common management tools and technology certifications across the platform, and each product is enterprise-class.</description> <linguas> <language>cs</language> <language>da</language> <language>de</language> <language>en</language> <language>en_GB</language> <language>en_US</language> <language>es</language> <language>fi</language> <language>fr</language> <language>hu</language> <language>it</language> <language>ja</language> <language>nb</language> <language>nl</language> <language>pl</language> <language>pt</language> <language>pt_BR</language> <language>ru</language> <language>sv</language> <language>zh</language> <language>zh_CN</language> <language>zh_TW</language> </linguas> <urls> <url name="releasenotes">https://www.suse.com/releasenotes/%{_target_cpu}/SUSE-SLES/15/release-notes-sles.rpm</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="0" flag="EQ"/> </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