update to 2.5 [release 2.5-1mamba;Sat Jan 08 2022]
This commit is contained in:
parent
c351218662
commit
e47eaedd18
@ -1,14 +1,14 @@
|
|||||||
%define utmp_groupid 17
|
%define utmp_groupid 17
|
||||||
|
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Common tools used by initscripts-sysv5 and systemd in sysv5 mode
|
Summary: Common tools used by initscripts-sysv5 and systemd in sysv5 mode
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.openmamba.org/packages.html
|
URL: https://openmamba.org/en/
|
||||||
Source: https://gitlab.mambasoft.it/openmamba/initscripts.git/v%{version}/initscripts-%{version}.tar.bz2
|
Source: https://gitlab.mambasoft.it/openmamba/initscripts.git/v%{version}/initscripts-%{version}.tar.bz2
|
||||||
Patch0: %{name}-1.3.33-initlog_deprecated_warning.patch
|
Patch0: %{name}-1.3.33-initlog_deprecated_warning.patch
|
||||||
Patch1: initscripts-1.6.11-gcc-4.7.patch
|
Patch1: initscripts-1.6.11-gcc-4.7.patch
|
||||||
@ -28,6 +28,7 @@ Requires: e2fsprogs
|
|||||||
Requires: gzip
|
Requires: gzip
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
Requires: psmisc
|
Requires: psmisc
|
||||||
|
Requires: hwdata
|
||||||
Provides: /etc/init.d
|
Provides: /etc/init.d
|
||||||
Obsoletes: initscripts-sysv5 < 2.4
|
Obsoletes: initscripts-sysv5 < 2.4
|
||||||
|
|
||||||
@ -36,23 +37,23 @@ The initscripts package contains the basic system scripts used to boot your open
|
|||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Obsolete tools formerly used by SysV5 initscripts
|
||||||
|
Group: System/Tools
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
Obsolete tools formerly used by SysV5 initscripts.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make CC=%{_target_platform}-gcc
|
%make CC=%{_target_platform}-gcc tools
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall install-tools
|
||||||
|
|
||||||
%ifnarch %{ix86} x86_64
|
|
||||||
# don't blacklist framebuffer drivers for non x86 archs which don't have VESA/BIOS
|
|
||||||
rm -f %{buildroot}%{_prefix}/lib/modprobe.d/blacklist-framebuffer.conf
|
|
||||||
# RTC clock is kept as localtime on PCs only due to windows
|
|
||||||
#sed -i "s|UTC=0|UTC=1|" %{buildroot}%{_sysconfdir}/sysconfig/clock
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -144,20 +145,9 @@ fi
|
|||||||
%dir %{_sysconfdir}/modules.d
|
%dir %{_sysconfdir}/modules.d
|
||||||
%{_sysconfdir}/sysconfig/functions
|
%{_sysconfdir}/sysconfig/functions
|
||||||
%{_sysconfdir}/sysconfig/rc
|
%{_sysconfdir}/sysconfig/rc
|
||||||
%{_bindir}/doexec
|
|
||||||
%{_bindir}/ipcalc
|
|
||||||
%{_bindir}/usleep
|
|
||||||
%{_sbindir}/console_init
|
|
||||||
%{_sbindir}/service
|
%{_sbindir}/service
|
||||||
%{_sbindir}/consoletype
|
|
||||||
%{_sbindir}/genhostid
|
|
||||||
%{_sbindir}/getkey
|
|
||||||
%{_sbindir}/minilogd
|
|
||||||
%{_prefix}/lib/modprobe.d/lp.conf
|
%{_prefix}/lib/modprobe.d/lp.conf
|
||||||
%{_prefix}/lib/modprobe.d/rtl8192ce.conf
|
%{_prefix}/lib/modprobe.d/rtl8192ce.conf
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
%{_prefix}/lib/modprobe.d/blacklist-framebuffer.conf
|
|
||||||
%endif
|
|
||||||
%{_prefix}/lib/modprobe.d/blacklist-net.conf
|
%{_prefix}/lib/modprobe.d/blacklist-net.conf
|
||||||
%{_prefix}/lib/sysctl.d/40-openmamba.conf
|
%{_prefix}/lib/sysctl.d/40-openmamba.conf
|
||||||
%ghost %attr(0600,root,utmp) %{_var}/log/btmp
|
%ghost %attr(0600,root,utmp) %{_var}/log/btmp
|
||||||
@ -165,7 +155,17 @@ fi
|
|||||||
%ghost %attr(0644,root,root) %{_var}/log/wtmp
|
%ghost %attr(0644,root,root) %{_var}/log/wtmp
|
||||||
#%ghost %attr(0664,root,utmp) %{_var}/run/utmp
|
#%ghost %attr(0664,root,utmp) %{_var}/run/utmp
|
||||||
#%dir %{_var}/run/netreport
|
#%dir %{_var}/run/netreport
|
||||||
%dir %{_var}/spool/gdm
|
%doc COPYING
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/doexec
|
||||||
|
%{_bindir}/ipcalc
|
||||||
|
%{_bindir}/usleep
|
||||||
|
%{_sbindir}/consoletype
|
||||||
|
%{_sbindir}/genhostid
|
||||||
|
%{_sbindir}/getkey
|
||||||
|
%{_sbindir}/minilogd
|
||||||
%attr(4755,root,root) %{_sbindir}/usernetctl
|
%attr(4755,root,root) %{_sbindir}/usernetctl
|
||||||
%{_mandir}/man1/consoletype.*
|
%{_mandir}/man1/consoletype.*
|
||||||
%{_mandir}/man1/doexec.*
|
%{_mandir}/man1/doexec.*
|
||||||
@ -175,9 +175,12 @@ fi
|
|||||||
%{_mandir}/man1/netreport.*
|
%{_mandir}/man1/netreport.*
|
||||||
%{_mandir}/man1/usleep.*
|
%{_mandir}/man1/usleep.*
|
||||||
%{_mandir}/man8/usernetctl.*
|
%{_mandir}/man8/usernetctl.*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-1mamba
|
||||||
|
- update to 2.5
|
||||||
|
|
||||||
* Thu Aug 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1mamba
|
* Thu Aug 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1mamba
|
||||||
- update to 2.4
|
- update to 2.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user