- Add ip library,
- Move ip low level functions to ip library, - Add libs RPM package.
This commit is contained in:
@@ -52,6 +52,8 @@ BuildArch: noarch
|
||||
|
||||
Requires: rx3-base
|
||||
|
||||
|
||||
|
||||
%description
|
||||
These tools aims to manage network operation on Rx3 systems. This include:
|
||||
- Boot time network setup,
|
||||
@@ -69,6 +71,15 @@ This release support IPTables and OpenVPN.
|
||||
|
||||
|
||||
|
||||
%package libs
|
||||
Summary: Meta Package Manager - Server repository
|
||||
Requires: apache
|
||||
|
||||
%description libs
|
||||
These tools aims to manage network operation on Rx3 systems.
|
||||
This is the bash libraires.
|
||||
|
||||
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
@@ -106,7 +117,6 @@ cp etc/sysconfig/* %{buildroot}%{_sysconfdir}/sysconfig
|
||||
%{__mkdir_p} %{buildroot}%{_unitdir}
|
||||
cp etc/systemd/system/* %{buildroot}%{_unitdir}
|
||||
|
||||
|
||||
# Bash completion
|
||||
%{__mkdir_p} %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||
cp etc/bash_completion.d/* %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||
@@ -170,11 +180,16 @@ cp www/cgi-bin/*.cgi %{buildroot}%{_webcgi}
|
||||
%defattr(644,root,root)
|
||||
%{_sysconfdir}/bash_completion.d/*
|
||||
%{_unitdir}/*.service
|
||||
%{_prefix}/lib/rx3/*
|
||||
%defattr(0755,root,root)
|
||||
%{_sbindir}/*
|
||||
%{_webcgi}/*.cgi
|
||||
|
||||
%files libs
|
||||
%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
|
||||
%defattr(644,root,root)
|
||||
%{_prefix}/lib/rx3/*
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -184,5 +199,5 @@ cp www/cgi-bin/*.cgi %{buildroot}%{_webcgi}
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Apr 20 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.2.0-1rx3.mga9
|
||||
* Tue Apr 21 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