Bug 1926073 - vdr-graphlcd plugin config file not used
Summary: vdr-graphlcd plugin config file not used
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vdr-graphlcd
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: MartinKG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-08 07:33 UTC by Peter Bieringer
Modified: 2021-02-17 05:08 UTC (History)
1 user (show)

Fixed In Version: vdr-graphlcd-1.0.4-1.fc32 vdr-graphlcd-1.0.4-1.fc33
Clone Of:
Environment:
Last Closed: 2021-02-17 05:08:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2021-02-08 07:33:13 UTC
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

Comment 1 Fedora Update System 2021-02-08 18:51:56 UTC
FEDORA-2021-0606ac972e has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2021-0606ac972e

Comment 2 Fedora Update System 2021-02-08 18:51:57 UTC
FEDORA-2021-ac46050ce1 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac46050ce1

Comment 3 Fedora Update System 2021-02-09 01:26:56 UTC
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.

Comment 4 Fedora Update System 2021-02-09 01:49:21 UTC
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.

Comment 5 Fedora Update System 2021-02-17 05:08:52 UTC
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.

Comment 6 Fedora Update System 2021-02-17 05:08:56 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.