Accepting request 238604 from YaST:Head
submit new version 3.1.39 OBS-URL: https://build.opensuse.org/request/show/238604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=151
This commit is contained in:
commit
0b02a73d00
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8cbdb63db6e11498af9a0068642fba178de445a0cd6f53c02cb47f502f5ff0f
|
||||
size 621470
|
3
autoyast2-3.1.39.tar.bz2
Normal file
3
autoyast2-3.1.39.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7f2c5ed0efd62d29644da8a84892a3a340f1b738130092059f0ba158cc85093
|
||||
size 622214
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 09:49:05 CEST 2014 - schubi@suse.de
|
||||
|
||||
- Setting default filesystem if it has not been set in autoinst.xml
|
||||
(bnc#880569)
|
||||
- 3.1.39
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 11:02:38 CEST 2014 - schubi@suse.de
|
||||
|
||||
- Restarting systemd-logind.service after finishing the configuration.
|
||||
(bnc#878920)
|
||||
- 3.1.38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 12:57:43 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
- allow cloning to custom file (bnc#881108)
|
||||
- 3.1.37
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 10:53:03 CEST 2014 - schubi@suse.de
|
||||
|
||||
- Fixed logging (bnc#883561)
|
||||
- 3.1.36
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 16:01:21 CEST 2014 - schubi@suse.de
|
||||
|
||||
- Do not set Mode.config after the autoyast installation has been
|
||||
booted into the system. The original Bug #881378 has been
|
||||
fixed on another place. The current fix solves the Bug
|
||||
bnc#883025
|
||||
- 3.1.35
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 14:33:38 UTC 2014 - schubi@suse.com
|
||||
|
||||
- Enable snapshots in autoyast. (bnc#878722)
|
||||
- 3.1.34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 10:45:16 CEST 2014 - schubi@suse.de
|
||||
|
||||
- Checking auto,max flag in storage correctly. (bnc#878950)
|
||||
- 3.1.33
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 12:55:07 UTC 2014 - schubi@suse.com
|
||||
|
||||
- Setting the Mode.config after the autoyast installation has been
|
||||
booted into the system. (bnc#881378)
|
||||
- 3.1.32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 05 17:36:47 CEST 2014 - aschnell@suse.de
|
||||
|
||||
- readded suse_update_desktop_file call in spec file (bnc#877671)
|
||||
- 3.1.31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 13:09:47 CEST 2014 - schubi@suse.de
|
||||
|
||||
- GRUB_BIOS partitions must not be formated with default filesystem
|
||||
btrfs
|
||||
(bnc#876411)
|
||||
- 3.1.30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 26 18:54:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: autoyast2
|
||||
Version: 3.1.29
|
||||
Version: 3.1.39
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -114,6 +114,12 @@ generated with the autoyast2 package.
|
||||
%install
|
||||
%yast_install
|
||||
|
||||
# Do not *blindly* remove the suse_update_desktop_file calls here. It is
|
||||
# different from the code in the yast_install macro.
|
||||
for d in $RPM_BUILD_ROOT/usr/share/autoinstall/modules/*.desktop ; do
|
||||
%suse_update_desktop_file $d
|
||||
done
|
||||
|
||||
# Class conf
|
||||
install -d -m 700 $RPM_BUILD_ROOT/etc/autoinstall
|
||||
# Installation files
|
||||
|
Loading…
x
Reference in New Issue
Block a user