OBS User unknown 2009-01-25 00:17:10 +00:00 committed by Git OBS Bridge
parent 2f1cf0df81
commit c38337562a
4 changed files with 23 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 23 12:33:54 CET 2009 - jcborn@suse.de
- added gen-s390-cd-kernel.pl because it is required to create
bootable S/390 media with kiwi-isntsource
-------------------------------------------------------------------
Mon Nov 24 15:12:14 CET 2008 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package inst-source-utils (Version 2008.11.24)
# spec file for package inst-source-utils (Version 2009.1.25)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@ -18,23 +18,24 @@
Name: inst-source-utils
Summary: Utilities for creating customized installation sources
Version: 2009.1.25
Release: 1
Url: http://en.opensuse.org/Inst-source-utils
License: GPL v2 or later
Group: System/YaST
AutoReqProv: on
BuildArch: noarch
Obsoletes: autoyast2-utils <= 2.14.10
Provides: autoyast2-utils = 2.14.10
Summary: Utilities for creating customized installation sources
Version: 2008.11.24
Release: 1
Recommends: create-repo-utils
Source: inst-source-utils.tar.bz2
Source1: split.pl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Utilities supporting autoinstallation and creation of customized
installation and update sources.
installation sources.
Have a look at http://en.opensuse.org/Inst-source-utils for a detailed
description of each script.
@ -60,6 +61,9 @@ rm -rf %{buildroot}
%_datadir/%name
%changelog
* Fri Jan 23 2009 jcborn@suse.de
- added gen-s390-cd-kernel.pl because it is required to create
bootable S/390 media with kiwi-isntsource
* Mon Nov 24 2008 ro@suse.de
- update create_package_descr
* Mon Nov 24 2008 lrupp@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99fcfcf1d62b9f5bb6063c5944ac7e4ae7061f1d101a36d95b5860a94fbad807
size 25719
oid sha256:f1d0ebdba76e0e71e6993d635776f875bc940a5f6eb46cbe65a98db613db90fa
size 27041

View File

@ -9,10 +9,11 @@ BUILD_ETC=${MODULEDIR}/etc
BINFILES="/work/cd/bin/tools/mk_listings /work/cd/bin/tools/create_directory.yast
/work/cd/bin/tools/create_md5sums /work/cd/bin/tools/create_package_descr
/work/cd/bin/tools/create_repo_for_patch.sh /work/cd/bin/createpatch
/work/cd/bin/tools/create_update_source.sh /work/cd/bin/tools/create_sha1sums
/work/cd/bin/tools/create_sha1sums /work/cd/lib/m_cd/gen-s390-cd-kernel.pl
/work/cd/bin/tools/create_sha1sum /work/cd/bin/tools/compress_susetags
/work/cd/bin/tools/packages2eula.pl /work/cd/lib/mach_cd/mk_changelog"
/work/cd/bin/tools/packages2eula.pl /work/cd/lib/mach_cd/mk_changelog
/work/cd/bin/tools/create_repo_for_patch.sh /work/cd/bin/createpatch
/work/cd/bin/tools/create_update_source.sh"
mkdir -p $TOPDIR$BINDIR
mkdir -p $TOPDIR$MODULEDIR/modules