|
Bugzilla – Full Text Bug Listing |
| Summary: | package build set wrong value for macro %suse_version | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Giacomo Comes <comes> |
| Component: | Other | Assignee: | E-mail List <screening-team-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | adrian.schroeter |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
fixed in git master. However, factory is a moving target, I am not sure that this config file makes much sense in the package anyway... This is an autogenerated message for OBS integration: This bug (1170956) was mentioned in https://build.opensuse.org/request/show/828094 Factory / build SUSE-RU-2020:2658-1: An update that has three recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1170956,1172563,1174854 CVE References: JIRA References: Sources used: SUSE Linux Enterprise Module for Development Tools 15-SP2 (src): build-20200520-3.3.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. SUSE-RU-2021:0709-1: An update that has four recommended fixes can now be installed. Category: recommended (low) Bug References: 1170956,1172563,1174854,1181646 CVE References: JIRA References: Sources used: SUSE Linux Enterprise Software Development Kit 12-SP5 (src): build-20210120-9.9.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. |
The package build currently set the value of macro %suse_version to 1321 (as defined in /usr/lib/build/configs/sl15.5.conf). This causes problems when building locally some packages which have in their spec file something like: # Enable for tumbleweed only for now %if 0%{?suse_version} >= 1550 %suse_version in /usr/lib/build/configs/sl15.5.conf should be 1550 or higher value (whatever is appropriate).