Bug 1926073
| Summary: | vdr-graphlcd plugin config file not used | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Bieringer <pb> |
| Component: | vdr-graphlcd | Assignee: | MartinKG <mgansser> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | mgansser |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | vdr-graphlcd-1.0.4-1.fc32 vdr-graphlcd-1.0.4-1.fc33 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-17 05:08:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
FEDORA-2021-0606ac972e has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2021-0606ac972e FEDORA-2021-ac46050ce1 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac46050ce1 FEDORA-2021-ac46050ce1 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-ac46050ce1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac46050ce1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-0606ac972e has been pushed to the Fedora 32 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-0606ac972e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-0606ac972e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-0606ac972e has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-ac46050ce1 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: config file (sample) included in RPM are not used and has to be renamed. Version-Release number of selected component (if applicable): 1.0.3 How reproducible: always Actual results: rpm -ql vdr-graphlcd |grep sysconfig /etc/sysconfig/vdr-plugins.d/vdr-graphlcd.conf /etc/sysconfig/vdr-plugins.d/vdr-graphlcd.conf.sample Additional info: %{name} -> %{sname} install -Dpm 644 %{SOURCE1} \ - %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{name}.conf + %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{sname}.conf install -Dpm 644 %{SOURCE2} \ - %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{name}.conf.sample + %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{sname}.conf.sample -%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{name}.conf -%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{name}.conf.sample +%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{sname}.conf +%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{sname}.conf.sample BTW: Potentially wait with new RPM until 1.0.4 is released, see also https://github.com/vdr-projects/vdr-plugin-graphlcd/pull/5