< Fri Sep 23 10:28:45 UTC 2011 - lslezak@suse.cz
< 
< - Update::ProposeSelection() has been removed, selections have
<   been replaced by patterns long time ago
< - 2.21.2
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=61
This commit is contained in:
Ladislav Slezák 2011-09-23 15:07:21 +00:00 committed by Git OBS Bridge
parent dcadbedf72
commit 3c39d36d03
4 changed files with 17 additions and 9 deletions

View File

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

3
autoyast2-2.21.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 23 10:28:45 UTC 2011 - lslezak@suse.cz
- Update::ProposeSelection() has been removed, selections have
been replaced by patterns long time ago
- 2.21.2
-------------------------------------------------------------------
Mon Sep 5 13:09:11 CEST 2011 - ug@suse.de

View File

@ -19,11 +19,11 @@
Name: autoyast2
Version: 2.21.1
Release: 1
Version: 2.21.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.21.1.tar.bz2
Source0: autoyast2-%{version}.tar.bz2
Prefix: /usr
@ -65,9 +65,9 @@ This file contains YaST2-independent files needed to create
installation sources.
%package installation
Version: 2.21.2
Version: 2.21.1
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
# API for Disabled Modules (ProductControl)
@ -84,7 +84,7 @@ This package performs auto-installation relying on a control file
generated with the autoyast2 package.
%prep
%setup -n autoyast2-2.21.1
%setup -n autoyast2-%{version}
%build
%{prefix}/bin/y2tool y2autoconf
@ -257,4 +257,5 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/adm/autoinstall/cache
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog