- Add sudoers config file,
- Bug fixies
This commit is contained in:
@@ -113,6 +113,8 @@ This is the bash libraires.
|
||||
# Config
|
||||
%{__mkdir_p} %{buildroot}%{_sysconfdir}/sysconfig
|
||||
cp etc/sysconfig/* %{buildroot}%{_sysconfdir}/sysconfig
|
||||
%{__mkdir_p} %{buildroot}%{_sysconfdir}/sudoers.d
|
||||
cp etc/sudoers.d/* %{buildroot}%{_sysconfdir}/sudoers.d
|
||||
|
||||
# SystemD
|
||||
%{__mkdir_p} %{buildroot}%{_unitdir}
|
||||
@@ -180,6 +182,7 @@ cp www/cgi-bin/*.cgi %{buildroot}%{_webcgi}
|
||||
%doc ReadMe.txt ReleaseNotes.txt ToDo.txt
|
||||
%license COPYING COPYING.LESSER GNU_GPL-3.0.txt GNU_LGPL-3.0.txt GNU_FDL-1.3.txt
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/*
|
||||
%config(noreplace) %{_sysconfdir}/sudoers.d/*
|
||||
%defattr(644,root,root)
|
||||
%{_sysconfdir}/bash_completion.d/*
|
||||
%{_unitdir}/*.service
|
||||
@@ -202,5 +205,5 @@ cp www/cgi-bin/*.cgi %{buildroot}%{_webcgi}
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.2.0-1rx3.mga9
|
||||
* Fri May 1 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.2.0-1rx3.mga9
|
||||
- Create initial SPEC file for 1.2.0 on Mageia 9
|
||||
|
||||
Reference in New Issue
Block a user