Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions initscripts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
# =============================================================================

%files -n initscripts-rename-device
%license COPYING

%{_prefix}/lib/udev/rename_device

Expand All @@ -268,6 +269,7 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
# ---------------

%files -n initscripts-service
%license COPYING

%dir %{_libexecdir}/%{name}
%dir %{_libexecdir}/%{name}/legacy-actions
Expand All @@ -279,6 +281,7 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
# ---------------

%files -n netconsole-service
%license COPYING
%config(noreplace) %{_sysconfdir}/sysconfig/netconsole

%{_libexecdir}/netconsole
Expand All @@ -287,6 +290,8 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
# ---------------

%files -n readonly-root
%license COPYING

%dir %{_sharedstatedir}/stateless
%dir %{_sharedstatedir}/stateless/state
%dir %{_sharedstatedir}/stateless/writable
Expand Down
Loading