Bug #9001
closed[rudder-packages] invalid spec files for SLES12 SP1
Description
As of SLES12 SP1 (presumably), the SPEC File's %{sles_version}
is obsoleted in favor of the all-present %{suse_release}
.
Since the macro is only used to determine if it's SLES or not, and not to determine anything version-related, replacing it will not cause any issues.
- %if 0%{?sles_version} + %if 0%{?suse_version}
Updated by Benoît PECCATTE about 8 years ago
is %{suse_release} available in sles 11 and sles 10 ?
Updated by Matthieu CERDA about 8 years ago
Well, according to "rpm --showrc", at least on SLES 11 there is no suse_release
Updated by Janos Mattyasovszky about 8 years ago
Try rpm --eval '%{suse_version}'
:
SLES12 SP1:
# rpm --eval '%{sles_version} %{suse_version}' 0 1315
SLES11 SP1:
# rpm --eval '%{sles_version} %{suse_version}' 11 1110
SLES10 SP2:
# rpm --eval '%{sles_version} %{suse_version}' 10 1010
According to this site, it is defined since SLES 9
SUSE Linux 10.1 %if 0%{?suse_version} == 1010 could also be SLE10* SUSE Linux 10.0 %if 0%{?suse_version} == 1000 SUSE Linux 9.3 %if 0%{?suse_version} == 930 SLES 9 %if 0%{?suse_version} == 910 SLE 10 %if 0%{?suse_version} == 1010 SLE 11 %if 0%{?suse_version} == 1110 SLE 12 %if 0%{?suse_version} == 1315 could also be Leap 42.1*
Updated by Janos Mattyasovszky about 8 years ago
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1043
Updated by Janos Mattyasovszky about 8 years ago
- Subject changed from [rudder-packages] Webapp has invalid spec file on SLES12 SP1 to [rudder-packages] invalid spec files for SLES12 SP1
Updated by Jonathan CLARKE about 8 years ago
- Status changed from New to Pending technical review
A pull request has been added to this ticket, so it's status should be "Pending technical review" to ensure both coherance and that it gets the attention needed.
Updated by Jonathan CLARKE about 8 years ago
- Target version set to 4.0.0~rc2
A target version should always be present if a Pull Request is too - this enables the changelog to be built correctly.
Updated by Benoît PECCATTE about 8 years ago
- Status changed from Pending technical review to In progress
- Assignee set to Benoît PECCATTE
I'm taking over this ticket!
Updated by Benoît PECCATTE about 8 years ago
- Target version changed from 4.0.0~rc2 to 3.1.14
Updated by Benoît PECCATTE about 8 years ago
- Status changed from In progress to Pending technical review
- Pull Request changed from https://github.com/Normation/rudder-packages/pull/1043 to https://github.com/Normation/rudder-packages/pull/1080
Updated by Janos Mattyasovszky about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|1c4a47d83191b58f1a649d3972cdd30c69958b8e.
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.15/14 and 3.2.8/7 which were released today.
- 3.1: Announce Changelog
- 3.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/