Updating link to change in openSUSE:Factory/autoyast2 revision 75.0
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=f2335d3d639ee9084a1e92eb8258397f
This commit is contained in:
parent
4dedd67231
commit
1dd19948cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51439ed3d049af6b06515e1a131274491280a40cc27dc57d3a0f2f048b2ea290
|
||||
size 1240632
|
3
autoyast2-2.19.1.tar.bz2
Normal file
3
autoyast2-2.19.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7c722ae978e979750b9f4a7c71da8c57a89c6ff0406f318648d7745b5b7b68c
|
||||
size 1220865
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 15:05:16 CET 2010 - ug@suse.de
|
||||
|
||||
- autoyast=label://LABEL/PATH implemented (fate#308525)
|
||||
- 2.19.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 11:30:12 CET 2009 - ug@suse.de
|
||||
|
||||
- merged the code for autoyast=device and autoyast=usb to reduce
|
||||
redundancy and fix the "already mounted" bug for USB (bnc#565558)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 18:44:20 CET 2009 - aschnell@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.19.0)
|
||||
# spec file for package autoyast2 (Version 2.19.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,10 +19,10 @@
|
||||
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.19.0
|
||||
Version: 2.19.1
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.19.0.tar.bz2
|
||||
Source0: autoyast2-2.19.1.tar.bz2
|
||||
Prefix: /usr
|
||||
Group: System/YaST
|
||||
License: GPLv2+
|
||||
@ -31,10 +31,12 @@ BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Wr
|
||||
BuildRequires: yast2 >= 2.16.36
|
||||
# After API cleanup
|
||||
BuildRequires: yast2-update >= 2.18.3
|
||||
BuildRequires: yast2-storage >= 2.19.2
|
||||
Requires: yast2 >= 2.16.36
|
||||
Requires: yast2-core yast2-xml libxslt
|
||||
Requires: autoyast2-installation = %{version}
|
||||
Requires: yast2-schema yast2 yast2-country yast2-storage
|
||||
Requires: yast2-storage >= 2.19.2
|
||||
Provides: yast2-module-autoinst yast2-config-autoinst
|
||||
Obsoletes: yast2-module-autoinst yast2-config-autoinst
|
||||
Provides: yast2-lib-autoinst
|
||||
@ -55,7 +57,7 @@ installation sources.
|
||||
|
||||
%package installation
|
||||
License: GPLv2+
|
||||
Version: 2.19.0
|
||||
Version: 2.19.1
|
||||
Release: 1
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
@ -72,7 +74,7 @@ This package performs auto-installation relying on a control file
|
||||
generated with the autoyast2 package.
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.19.0
|
||||
%setup -n autoyast2-2.19.1
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user