Release 215-2mamba
This commit is contained in:
parent
a8c59f4520
commit
15c8f3f7c9
41
systemd.spec
41
systemd.spec
@ -20,7 +20,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 215
|
Version: 215
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -223,9 +223,9 @@ done
|
|||||||
ln -s ../lib/systemd/systemd %{buildroot}/sbin/init
|
ln -s ../lib/systemd/systemd %{buildroot}/sbin/init
|
||||||
|
|
||||||
# udev
|
# udev
|
||||||
install -D -m755 %{S:1} %{buildroot}%{_initrddir}/udev
|
#install -D -m755 %{S:1} %{buildroot}%{_initrddir}/udev
|
||||||
install -D -m755 %{S:15} %{buildroot}%{_initrddir}/udev-post
|
#install -D -m755 %{S:15} %{buildroot}%{_initrddir}/udev-post
|
||||||
install -D -m644 %{S:16} %{buildroot}%{_sysconfdir}/sysconfig/udev
|
#install -D -m644 %{S:16} %{buildroot}%{_sysconfdir}/sysconfig/udev
|
||||||
install -D -m755 %{S:2} \
|
install -D -m755 %{S:2} \
|
||||||
%{buildroot}/lib/udev/rules.d/60-permissions.rules
|
%{buildroot}/lib/udev/rules.d/60-permissions.rules
|
||||||
install -D -m755 %{S:4} \
|
install -D -m755 %{S:4} \
|
||||||
@ -235,14 +235,14 @@ install -D -m755 %{S:14} \
|
|||||||
install -D -m755 %{S:8} \
|
install -D -m755 %{S:8} \
|
||||||
%{buildroot}/lib/udev/check-cdrom.sh
|
%{buildroot}/lib/udev/check-cdrom.sh
|
||||||
|
|
||||||
install -d %{buildroot}%{_sysconfdir}/rc.d/rcsysinit.d
|
#install -d %{buildroot}%{_sysconfdir}/rc.d/rcsysinit.d
|
||||||
ln -s ../init.d/udev %{buildroot}%{_sysconfdir}/rc.d/rcsysinit.d/S12udev
|
#ln -s ../init.d/udev %{buildroot}%{_sysconfdir}/rc.d/rcsysinit.d/S12udev
|
||||||
install -d %{buildroot}%{_sysconfdir}/rc0.d
|
#install -d %{buildroot}%{_sysconfdir}/rc0.d
|
||||||
ln -s ../init.d/udev %{buildroot}%{_sysconfdir}/rc0.d/K97udev
|
#ln -s ../init.d/udev %{buildroot}%{_sysconfdir}/rc0.d/K97udev
|
||||||
install -d %{buildroot}%{_sysconfdir}/rc6.d
|
#install -d %{buildroot}%{_sysconfdir}/rc6.d
|
||||||
ln -s ../init.d/udev %{buildroot}%{_sysconfdir}/rc6.d/K97udev
|
#ln -s ../init.d/udev %{buildroot}%{_sysconfdir}/rc6.d/K97udev
|
||||||
install -D -m755 %{S:11} \
|
#install -D -m755 %{S:11} \
|
||||||
%{buildroot}/lib/udev/devices/MAKEDEV
|
# %{buildroot}/lib/udev/devices/MAKEDEV
|
||||||
install -D -m644 %{S:13} \
|
install -D -m644 %{S:13} \
|
||||||
%{buildroot}%{_sysconfdir}/modprobe.d/udev.conf
|
%{buildroot}%{_sysconfdir}/modprobe.d/udev.conf
|
||||||
install -d -m0755 %{buildroot}/sbin
|
install -d -m0755 %{buildroot}/sbin
|
||||||
@ -546,18 +546,18 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/udev/udev.conf
|
%{_sysconfdir}/udev/udev.conf
|
||||||
%{_sysconfdir}/modprobe.d/udev.conf
|
%{_sysconfdir}/modprobe.d/udev.conf
|
||||||
%{_initrddir}/udev
|
#%{_initrddir}/udev
|
||||||
%{_initrddir}/udev-post
|
#%{_initrddir}/udev-post
|
||||||
%{_sysconfdir}/rc0.d/K97udev
|
#%{_sysconfdir}/rc0.d/K97udev
|
||||||
%{_sysconfdir}/rc6.d/K97udev
|
#%{_sysconfdir}/rc6.d/K97udev
|
||||||
%{_sysconfdir}/rc.d/rcsysinit.d/S12udev
|
#%{_sysconfdir}/rc.d/rcsysinit.d/S12udev
|
||||||
%{_sysconfdir}/sysconfig/udev
|
#%{_sysconfdir}/sysconfig/udev
|
||||||
/sbin/udevd
|
/sbin/udevd
|
||||||
/bin/udevadm
|
/bin/udevadm
|
||||||
%{_datadir}/bash-completion/completions/udevadm
|
%{_datadir}/bash-completion/completions/udevadm
|
||||||
/lib/systemd/systemd-udevd
|
/lib/systemd/systemd-udevd
|
||||||
%dir /lib/udev
|
%dir /lib/udev
|
||||||
/lib/udev/devices/MAKEDEV
|
#/lib/udev/devices/MAKEDEV
|
||||||
/lib/udev/accelerometer
|
/lib/udev/accelerometer
|
||||||
/lib/udev/ata_id
|
/lib/udev/ata_id
|
||||||
/lib/udev/cdrom_id
|
/lib/udev/cdrom_id
|
||||||
@ -601,6 +601,9 @@ fi
|
|||||||
%{_datadir}/pkgconfig/udev.pc
|
%{_datadir}/pkgconfig/udev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 215-2mamba
|
||||||
|
- udev: remove initscripts udev and udev-post and /etc/sysconfig/udev
|
||||||
|
|
||||||
* Thu Jul 10 2014 Automatic Build System <autodist@mambasoft.it> 215-1mamba
|
* Thu Jul 10 2014 Automatic Build System <autodist@mambasoft.it> 215-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user