[asterisk-bugs] [JIRA] (ASTERISK-27710) [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Aug 8 10:11:00 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27710:
-------------------------------------
Target Release Version/s: 16.0.0
> [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: 13.19.2, 15.2.1
> Environment: openSUSE Tumbleweed
> Reporter: Alexander Traud
> Assignee: Alexander Traud
> Severity: Minor
> Labels: patch
> Target Release: 13.21.0, 15.4.0, 16.0.0
>
> 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. Therefore {{make config}} gives: ‘We could not install init scripts for your distribution.’ 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