Summary: | ASTERISK-27710: [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. | ||
Reporter: | Alexander Traud (traud) | Labels: | patch |
Date Opened: | 2018-03-02 06:59:50.000-0600 | Date Closed: | 2018-03-06 10:46:28.000-0600 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | Core/BuildSystem |
Versions: | 13.19.2 15.2.1 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | openSUSE Tumbleweed | Attachments: | ( 0) init_openSUSE.patch |
Description: | 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}}. | ||
Comments: | By: Asterisk Team (asteriskteam) 2018-03-02 06:59:50.498-0600 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. By: Friendly Automation (friendly-automation) 2018-03-06 10:46:30.650-0600 Change 8404 merged by Jenkins2: BuildSystem: Install init scripts on openSUSE Tumbleweed. [https://gerrit.asterisk.org/8404|https://gerrit.asterisk.org/8404] By: Friendly Automation (friendly-automation) 2018-03-06 11:15:24.986-0600 Change 8403 merged by Jenkins2: BuildSystem: Install init scripts on openSUSE Tumbleweed. [https://gerrit.asterisk.org/8403|https://gerrit.asterisk.org/8403] By: Friendly Automation (friendly-automation) 2018-03-06 11:15:57.412-0600 Change 8405 merged by Joshua Colp: BuildSystem: Install init scripts on openSUSE Tumbleweed. [https://gerrit.asterisk.org/8405|https://gerrit.asterisk.org/8405] |