[asterisk-bugs] [JIRA] (ASTERISK-27710) [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed.
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Fri Mar 2 07:00:14 CST 2018
Alexander Traud created ASTERISK-27710:
------------------------------------------
Summary: [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed.
Key: ASTERISK-27710
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27710
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/BuildSystem
Affects Versions: 15.2.1, 13.19.2
Environment: openSUSE Tumbleweed
Reporter: Alexander Traud
Severity: Minor
Attachments: init_openSUSE.patch
The latest openSUSE rolling release, [openSUSE Tumbleweed|http://software.opensuse.org/distributions/tumbleweed], does not come with the file {{/etc/SuSE-release}} anymore. Instead, [{{/etc/os-release}}|http://0pointer.de/blog/projects/os-release] must be used. In Asterisk, the following rely on {{/etc/xyz-release}} files:
* {{make config}}
* {{./contrib/scripts/autosupport}}
* {{./contrib/scripts/ast_version}}
* {{./contrib/scripts/install_prereq}}
The attached patch adds a new switch/case for openSUSE Tumbleweed. However, as long-term solution all queries for {{/etc/xyz-release}} should be removed and switched to {{/etc/os-release}}. CentOS 6 is the only known/supported platform which does not offer {{/etc/os-release}}.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list