Skip to content

Commit

Permalink
Update spec config files list
Browse files Browse the repository at this point in the history
Anaconda uses multiple configuration files stored in /etc
This commit marks two locations used by anaconda as config:
- /etc/pam.d/anaconda
- /etc/xdg/autostart/*.desktop
  • Loading branch information
elkoniu committed Oct 15, 2024
1 parent b31182e commit 02a1f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ rm -rf \
%{_sbindir}/anaconda
%{_sbindir}/handle-sshpw
%{_datadir}/anaconda
%{_sysconfdir}/pam.d/anaconda
%config(noreplace) %{_sysconfdir}/pam.d/anaconda
%{_prefix}/libexec/anaconda
%exclude %{_datadir}/anaconda/gnome
%exclude %{_datadir}/anaconda/pixmaps
Expand Down Expand Up @@ -448,7 +448,7 @@ rm -rf \
%{_libexecdir}/liveinst-setup.sh
%{_datadir}/applications/*.desktop
%{_datadir}/anaconda/gnome
%{_sysconfdir}/xdg/autostart/*.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/*.desktop

%endif

Expand Down

0 comments on commit 02a1f20

Please sign in to comment.