Accepting request 213360 from YaST:Head
submit new version 3.1.7 OBS-URL: https://build.opensuse.org/request/show/213360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=139
This commit is contained in:
commit
392aca2092
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2087b6cba0db336b841163d6367997174a0c4cd24fb1789fbe679199165fbfa9
|
|
||||||
size 528621
|
|
3
autoyast2-3.1.7.tar.bz2
Normal file
3
autoyast2-3.1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ff3bce4adabf5db645ca80fe8a94296de35bf3f08896cda1625aced2b62c4f1
|
||||||
|
size 528701
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 9 19:38:09 CET 2014 - fehr@suse.de
|
||||||
|
|
||||||
|
- remove dependency on yast2-slp (bnc#858102)
|
||||||
|
- 3.1.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 16:18:16 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- initial support for semi-automatic installation starting with
|
||||||
|
network module (FATE#314695)
|
||||||
|
- 3.1.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 08:56:27 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- move clone_system client to first stage so yast can generate
|
||||||
|
profile even on the end of first stage
|
||||||
|
- 3.1.5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 18 15:05:02 UTC 2013 - lslezak@suse.cz
|
Wed Dec 18 15:05:02 UTC 2013 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2
|
# spec file for package autoyast2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 3.1.4
|
Version: 3.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -31,6 +31,13 @@ BuildRequires: yast2-installation-control
|
|||||||
# xmllint
|
# xmllint
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
|
|
||||||
|
# %%{_unitdir} macro definition is in a separate package since 13.1
|
||||||
|
%if 0%{?suse_version} >= 1310
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
|
%else
|
||||||
|
BuildRequires: systemd
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: autoyast2-installation = %{version}
|
Requires: autoyast2-installation = %{version}
|
||||||
Requires: libxslt
|
Requires: libxslt
|
||||||
Requires: yast2
|
Requires: yast2
|
||||||
@ -84,7 +91,6 @@ Requires: yast2-country
|
|||||||
Requires: yast2-ncurses
|
Requires: yast2-ncurses
|
||||||
Requires: yast2-packager
|
Requires: yast2-packager
|
||||||
Requires: yast2-services-manager
|
Requires: yast2-services-manager
|
||||||
Requires: yast2-slp
|
|
||||||
Requires: yast2-storage
|
Requires: yast2-storage
|
||||||
Requires: yast2-transfer >= 2.21.0
|
Requires: yast2-transfer >= 2.21.0
|
||||||
Requires: yast2-update >= 2.18.3
|
Requires: yast2-update >= 2.18.3
|
||||||
@ -170,7 +176,6 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast
|
|||||||
%{yast_clientdir}/software_auto.rb
|
%{yast_clientdir}/software_auto.rb
|
||||||
%{yast_clientdir}/storage_auto.rb
|
%{yast_clientdir}/storage_auto.rb
|
||||||
%{yast_clientdir}/autoyast.rb
|
%{yast_clientdir}/autoyast.rb
|
||||||
%{yast_clientdir}/clone_system.rb
|
|
||||||
%{yast_clientdir}/ayast_setup.rb
|
%{yast_clientdir}/ayast_setup.rb
|
||||||
|
|
||||||
%dir %{yast_scrconfdir}
|
%dir %{yast_scrconfdir}
|
||||||
@ -254,6 +259,7 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast
|
|||||||
%{yast_clientdir}/ayast_probe.rb
|
%{yast_clientdir}/ayast_probe.rb
|
||||||
%{yast_clientdir}/inst_autosetup_upgrade.rb
|
%{yast_clientdir}/inst_autosetup_upgrade.rb
|
||||||
%{yast_clientdir}/inst_store_upgrade_software.rb
|
%{yast_clientdir}/inst_store_upgrade_software.rb
|
||||||
|
%{yast_clientdir}/clone_system.rb
|
||||||
|
|
||||||
%{yast_yncludedir}/autoinstall/xml.rb
|
%{yast_yncludedir}/autoinstall/xml.rb
|
||||||
%{yast_yncludedir}/autoinstall/ask.rb
|
%{yast_yncludedir}/autoinstall/ask.rb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user