Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc/rasdaemon.spec.in: fix some issues on it
Sort of sync this file from Fedora's upstream, addressing some bugs sysfsdir install bugs. After such change, the main difference would be that, in Fedora, it uses different config settings, depending at the architecture: -%configure --enable-all --with-sysconfdefdir=%{_sysconfdir}/sysconfig +%ifarch %{arm} aarch64 +%configure --enable-sqlite3 --enable-aer --enable-mce --enable-extlog --enable-devlink --enable-diskerror --enable-abrt-report --enable-non-standard --enable-arm --enable-hisi-ns-decode --with-sysconfdefdir=%{_sysconfdir}/sysconfig +%else +%configure --enable-sqlite3 --enable-aer --enable-mce --enable-extlog --enable-devlink --enable-diskerror --enable-abrt-report --with-sysconfdefdir=%{_sysconfdir}/sysconfig +%endif Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information