Release 215-1mamba
This commit is contained in:
parent
0170a21d00
commit
a8c59f4520
27
systemd.spec
27
systemd.spec
@ -19,8 +19,8 @@
|
|||||||
%define group_systemd_timesync 64
|
%define group_systemd_timesync 64
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 214
|
Version: 215
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -388,17 +388,19 @@ fi
|
|||||||
%files core -f %{name}.lang
|
%files core -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/systemd
|
%dir %{_sysconfdir}/systemd
|
||||||
%config %{_sysconfdir}/systemd/bootchart.conf
|
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
|
||||||
%config %{_sysconfdir}/systemd/journald.conf
|
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
||||||
%config %{_sysconfdir}/systemd/logind.conf
|
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
||||||
%config %{_sysconfdir}/systemd/resolved.conf
|
%config(noreplace) %{_sysconfdir}/systemd/logind.conf
|
||||||
%config %{_sysconfdir}/systemd/timesyncd.conf
|
%config(noreplace) %{_sysconfdir}/systemd/resolved.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/systemd/system.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
|
||||||
%dir %{_sysconfdir}/systemd/system
|
%dir %{_sysconfdir}/systemd/system
|
||||||
%config %{_sysconfdir}/systemd/system.conf
|
|
||||||
%dir %{_sysconfdir}/systemd/system/multi-user.target.wants
|
%dir %{_sysconfdir}/systemd/system/multi-user.target.wants
|
||||||
%{_sysconfdir}/systemd/system/multi-user.target.wants/remote-fs.target
|
%{_sysconfdir}/systemd/system/multi-user.target.wants/remote-fs.target
|
||||||
%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-networkd.service
|
%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-networkd.service
|
||||||
%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-resolved.service
|
%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-resolved.service
|
||||||
|
%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-timesyncd.service
|
||||||
%{_sysconfdir}/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
|
%{_sysconfdir}/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
|
||||||
%dir %{_sysconfdir}/systemd/system/getty.target.wants
|
%dir %{_sysconfdir}/systemd/system/getty.target.wants
|
||||||
%{_sysconfdir}/systemd/system/getty.target.wants/getty@tty1.service
|
%{_sysconfdir}/systemd/system/getty.target.wants/getty@tty1.service
|
||||||
@ -414,10 +416,12 @@ fi
|
|||||||
%{_sysconfdir}/xdg/systemd/user
|
%{_sysconfdir}/xdg/systemd/user
|
||||||
%{_bindir}/busctl
|
%{_bindir}/busctl
|
||||||
%{_bindir}/bootctl
|
%{_bindir}/bootctl
|
||||||
|
%{_bindir}/coredumpctl
|
||||||
%{_bindir}/hostnamectl
|
%{_bindir}/hostnamectl
|
||||||
%{_bindir}/kernel-install
|
%{_bindir}/kernel-install
|
||||||
%{_bindir}/localectl
|
%{_bindir}/localectl
|
||||||
%{_bindir}/systemd-coredumpctl
|
%{_bindir}/systemd-coredumpctl
|
||||||
|
%{_bindir}/systemd-path
|
||||||
%{_bindir}/systemd-run
|
%{_bindir}/systemd-run
|
||||||
%{_bindir}/timedatectl
|
%{_bindir}/timedatectl
|
||||||
/bin/journalctl
|
/bin/journalctl
|
||||||
@ -430,6 +434,7 @@ fi
|
|||||||
/bin/systemd-notify
|
/bin/systemd-notify
|
||||||
/bin/systemd-tmpfiles
|
/bin/systemd-tmpfiles
|
||||||
/bin/systemd-tty-ask-password-agent
|
/bin/systemd-tty-ask-password-agent
|
||||||
|
/bin/systemd-sysusers
|
||||||
%{_bindir}/systemd-cat
|
%{_bindir}/systemd-cat
|
||||||
%{_bindir}/systemd-cgtop
|
%{_bindir}/systemd-cgtop
|
||||||
%{_bindir}/systemd-delta
|
%{_bindir}/systemd-delta
|
||||||
@ -452,6 +457,8 @@ fi
|
|||||||
%dir %{_prefix}/lib/tmpfiles.d
|
%dir %{_prefix}/lib/tmpfiles.d
|
||||||
%dir %{_prefix}/lib/systemd
|
%dir %{_prefix}/lib/systemd
|
||||||
%{_prefix}/lib/systemd/*
|
%{_prefix}/lib/systemd/*
|
||||||
|
%dir %{_prefix}/lib/sysusers.d
|
||||||
|
%{_prefix}/lib/sysusers.d/*.conf
|
||||||
%dir /lib/systemd
|
%dir /lib/systemd
|
||||||
/lib/systemd/*
|
/lib/systemd/*
|
||||||
%exclude /lib/systemd/systemd-udevd
|
%exclude /lib/systemd/systemd-udevd
|
||||||
@ -474,6 +481,7 @@ fi
|
|||||||
%dir %{_localstatedir}/lib/systemd
|
%dir %{_localstatedir}/lib/systemd
|
||||||
%{_mandir}/man1/bootctl.1*
|
%{_mandir}/man1/bootctl.1*
|
||||||
%{_mandir}/man1/busctl.1*
|
%{_mandir}/man1/busctl.1*
|
||||||
|
%{_mandir}/man1/coredumpctl.1*
|
||||||
%{_mandir}/man1/hostnamectl.1*
|
%{_mandir}/man1/hostnamectl.1*
|
||||||
%{_mandir}/man1/journalctl.1*
|
%{_mandir}/man1/journalctl.1*
|
||||||
%{_mandir}/man1/localectl.1*
|
%{_mandir}/man1/localectl.1*
|
||||||
@ -593,6 +601,9 @@ fi
|
|||||||
%{_datadir}/pkgconfig/udev.pc
|
%{_datadir}/pkgconfig/udev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 10 2014 Automatic Build System <autodist@mambasoft.it> 215-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 214-3mamba
|
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 214-3mamba
|
||||||
- add systemd-timesync user and group
|
- add systemd-timesync user and group
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user