OBS User unknown 2008-10-15 23:12:36 +00:00 committed by Git OBS Bridge
parent 584f4beb1a
commit 57650ea582
4 changed files with 26 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 15 13:39:26 CEST 2008 - ug@suse.de
- moved common.rnc from yast2-schema to autoyast2 to
fix yast2-schema build errors
- 2.17.17
-------------------------------------------------------------------
Tue Oct 14 13:59:35 CEST 2008 - ug@suse.de
- add-on product docu update (bnc#433981)
-------------------------------------------------------------------
Mon Oct 13 11:42:40 CEST 2008 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.17.16)
# spec file for package autoyast2 (Version 2.17.17)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,12 +20,12 @@
Url: http://www.suse.de/~ug
Name: autoyast2
Version: 2.17.16
Version: 2.17.17
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.17.16.tar.bz2
Source0: autoyast2-2.17.17.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
# API for Disabled Modules (ProductControl)
@ -61,7 +61,7 @@ Authors:
%package installation
License: GPL v2 or later
Version: 2.17.16
Version: 2.17.17
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -83,7 +83,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.17.16
%setup -n autoyast2-2.17.17
%build
%{prefix}/bin/y2tool y2autoconf
@ -235,6 +235,12 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog
* Wed Oct 15 2008 ug@suse.de
- moved common.rnc from yast2-schema to autoyast2 to
fix yast2-schema build errors
- 2.17.17
* Tue Oct 14 2008 ug@suse.de
- add-on product docu update (bnc#433981)
* Mon Oct 13 2008 ug@suse.de
- 2.17.16
* Thu Oct 09 2008 ug@suse.de