1
0

- Changed /bin/rm path to /usr/bin/rm path (bnc#882453)

- 3.1.96

- directly export autoyast profile to target file (bnc#881108)
- 3.1.95

- 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

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=629
This commit is contained in:
YaST Team Bot 2014-06-24 12:35:47 +00:00 committed by Git OBS Bridge
parent 43db21e915
commit cd353f027e
6 changed files with 26 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:610cf1b35960807ed879fe38213cf926d2f9c760fda6600fd683f99b5d51c0c4
size 1210263

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c15b432f3b4dff59b29481013febf30eeba23c9ecacfee484db6f6e370f5f16f
size 1209542

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: yast2-installation
Version: 3.1.93
Version: 3.1.96
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build