SHA256
1
0
forked from pool/systemd
Dr. Werner Fink 2014-11-20 12:20:19 +00:00 committed by Git OBS Bridge
parent 166750a669
commit f286c827e3
4 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 20 12:18:57 UTC 2014 - werner@suse.de
- Re-add directory /usr/lib/systemd/system/basic.target.wants
-------------------------------------------------------------------
Wed Nov 19 00:58:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashisms in write_net_rules script
- update patches:
* 1053-better-checks-in-write_net_rules.patch
-------------------------------------------------------------------
Tue Nov 18 10:26:08 UTC 2014 - werner@suse.de

View File

@ -2222,6 +2222,7 @@ ln -s systemd-udevd.service %{buildroot}/%{_prefix}/lib/systemd/system/udev.serv
install -m755 -D %{S:1063} %{buildroot}/%{_prefix}/lib/udev/udev-generate-persistent-rule
install -m755 -D %{S:1064} %{buildroot}/%{_bindir}/systemd-sleep-grub
install -m755 -D %{S:1065} %{buildroot}/%{_prefix}/lib/udev/remount-tmpfs
mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system/basic.target.wants
rm -rf %{buildroot}%{_sysconfdir}/rpm
find %{buildroot} -type f -name '*.la' -delete
mkdir -p %{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated} %{buildroot}/usr/lib/systemd/{system-generators,user-generators,system-preset,user-preset,system/halt.target.wants,system/kexec.target.wants,system/poweroff.target.wants,system/reboot.target.wants,system/shutdown.target.wants}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 20 12:18:57 UTC 2014 - werner@suse.de
- Re-add directory /usr/lib/systemd/system/basic.target.wants
-------------------------------------------------------------------
Wed Nov 19 00:58:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -2217,6 +2217,7 @@ ln -s systemd-udevd.service %{buildroot}/%{_prefix}/lib/systemd/system/udev.serv
install -m755 -D %{S:1063} %{buildroot}/%{_prefix}/lib/udev/udev-generate-persistent-rule
install -m755 -D %{S:1064} %{buildroot}/%{_bindir}/systemd-sleep-grub
install -m755 -D %{S:1065} %{buildroot}/%{_prefix}/lib/udev/remount-tmpfs
mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system/basic.target.wants
rm -rf %{buildroot}%{_sysconfdir}/rpm
find %{buildroot} -type f -name '*.la' -delete
mkdir -p %{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated} %{buildroot}/usr/lib/systemd/{system-generators,user-generators,system-preset,user-preset,system/halt.target.wants,system/kexec.target.wants,system/poweroff.target.wants,system/reboot.target.wants,system/shutdown.target.wants}