diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 58e91d6..ef6e688 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -9,7 +9,7 @@ Type=oneshot Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux ExecStartPre=-/usr/bin/plymouth --hide-splash ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot -ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system +ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service TimeoutSec=0 RemainAfterExit=true diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index b635f39..7d56e0f 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -11,7 +11,7 @@ ExecStartPre=-/usr/bin/plymouth --hide-splash ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 -ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot +ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/runme_at_boot ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service StandardInput=tty diff --git a/yast2-installation-3.1.93.tar.bz2 b/yast2-installation-3.1.93.tar.bz2 deleted file mode 100644 index e0dd9e5..0000000 --- a/yast2-installation-3.1.93.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610cf1b35960807ed879fe38213cf926d2f9c760fda6600fd683f99b5d51c0c4 -size 1210263 diff --git a/yast2-installation-3.1.96.tar.bz2 b/yast2-installation-3.1.96.tar.bz2 new file mode 100644 index 0000000..8f7a42c --- /dev/null +++ b/yast2-installation-3.1.96.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15b432f3b4dff59b29481013febf30eeba23c9ecacfee484db6f6e370f5f16f +size 1209542 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3aab4cf..81bb9d3 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 23 16:09:32 CEST 2014 - locilka@suse.com + +- Changed /bin/rm path to /usr/bin/rm path (bnc#882453) +- 3.1.96 + +------------------------------------------------------------------- +Mon Jun 23 13:02:27 UTC 2014 - jreidinger@suse.com + +- directly export autoyast profile to target file (bnc#881108) +- 3.1.95 + +------------------------------------------------------------------- +Thu Jun 19 19:05:10 UTC 2014 - lslezak@suse.cz + +- removed random_finish client, haveged service is by default + enabled, no need for explicit enabling by Yast + (gh#yast/yast-installation#214) +- 3.1.94 + ------------------------------------------------------------------- Wed Jun 18 11:47:26 UTC 2014 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index a3263d5..f8d56fc 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.93 +Version: 3.1.96 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build