Release 242-3mamba
This commit is contained in:
parent
928b9adc51
commit
450b02fc7f
11
systemd.spec
11
systemd.spec
@ -27,7 +27,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 242
|
Version: 242
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -215,6 +215,7 @@ This package include development files for building software using udev librarie
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%define _default_patch_fuzz 1
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
@ -266,7 +267,8 @@ meson build \
|
|||||||
-Dtty-gid=4 \
|
-Dtty-gid=4 \
|
||||||
-Dusers-gid=100 \
|
-Dusers-gid=100 \
|
||||||
-Dsplit-usr=true \
|
-Dsplit-usr=true \
|
||||||
-Drc-local=/etc/rc.d/init.d/rc.local \
|
-Dsysvinit-path=%{_initrddir} \
|
||||||
|
-Drc-local=%{_initrddir}/rc.local \
|
||||||
-Ddebug-shell=/bin/sh \
|
-Ddebug-shell=/bin/sh \
|
||||||
-Dsystem-uid-max=998 \
|
-Dsystem-uid-max=998 \
|
||||||
-Dsystem-gid-max=998 \
|
-Dsystem-gid-max=998 \
|
||||||
@ -486,7 +488,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/init.d/README
|
%{_initrddir}/README
|
||||||
/sbin/halt
|
/sbin/halt
|
||||||
/sbin/init
|
/sbin/init
|
||||||
/sbin/poweroff
|
/sbin/poweroff
|
||||||
@ -708,6 +710,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libudev.pc
|
%{_libdir}/pkgconfig/libudev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 242-3mamba
|
||||||
|
- set sysvinit-path=%{_initrddir}
|
||||||
|
|
||||||
* Thu Jul 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 242-2mamba
|
* Thu Jul 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 242-2mamba
|
||||||
- rebuilt with iptables 1.8.3
|
- rebuilt with iptables 1.8.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user