|
Bugzilla – Full Text Bug Listing |
| Summary: | suse-filelist-forbidden-sysconfig (Badness: 10000) /etc/sysconfig/corosync-qdevice is not allowed in SUSE | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Bin Liu <bliu> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | astieger, nwang |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bin Liu
2016-10-17 05:57:44 UTC
Follow the instructions given in the message. Do not package the file in /etc/sysconfig. Instead .. (In reply to Bin Liu from comment #0) > [ 169s] Please use /var/adm/fillup-templates/sysconfig.<pkgname> > [ 169s] and call %fillup_and_insserv for new sysconfig files. https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25fillup_and_insserv (In reply to Andreas Stieger from comment #1) > Follow the instructions given in the message. Do not package the file in > /etc/sysconfig. Instead .. > > (In reply to Bin Liu from comment #0) > > [ 169s] Please use /var/adm/fillup-templates/sysconfig.<pkgname> > > [ 169s] and call %fillup_and_insserv for new sysconfig files. > > https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#. > 25fillup_and_insserv I tried the method, take corosync-qdevice as an example: %post -n corosync-qdevice %{fillup_and_insserv corosync-qdevice} It fails to fillup if file "/etc/sysconfig/corosync-qdevice" does not exist. And when I use touch to create an empty file "/etc/sysconfig/corosync-qdevice", fillup operation can success. I think there is something wrong with either %fillup_and_insserv or fillup binary. reopen this bug to let bug owner know the issue, please feel free to close if this is not a bug. close the bug as invalid as this because the file name has "-", without "-n", it will fetch the part before "-". |