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.88.tar.bz2 b/yast2-installation-3.1.88.tar.bz2 deleted file mode 100644 index 6b0d60a..0000000 --- a/yast2-installation-3.1.88.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7afdcb76ddcb119854b6146afc77e9cb63a3aabbe4b971a7266af971dd7f353 -size 1209004 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 0602ad1..81bb9d3 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +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 + +- make sure the CIO ignore config file ends with a new line + (bnc#883198) +- 3.1.93 + +------------------------------------------------------------------- +Tue Jun 17 12:34:33 UTC 2014 - lslezak@suse.cz + +- inst_upgrade_urls.rb: set the future target distribution to not + ignore the SCC online repositories in libzypp (bnc#881320) +- 3.1.92 + +------------------------------------------------------------------- +Mon Jun 16 12:33:18 UTC 2014 - jreidinger@suse.com + +- write list of active devices for cio_ignore ( partially written + by Ihno ) +- 3.1.91 + +------------------------------------------------------------------- +Thu Jun 12 15:20:04 UTC 2014 - jreidinger@suse.com + +- restore backup if yast failed during installation/upgrade + (bnc#882039) +- 3.1.90 + +------------------------------------------------------------------- +Thu Jun 12 08:27:01 UTC 2014 - lslezak@suse.cz + +- properly enable the add-on module in the installation workflow +- 3.1.89 + ------------------------------------------------------------------- Tue Jun 3 13:53:15 UTC 2014 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 3d69eec..f8d56fc 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.88 +Version: 3.1.96 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build