Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
kiwi-instsource-plugins-openSUSE-11-1
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
kiwi-instsource-plugins-openSUSE-11-1.spec
@@ -0,0 +1,127 @@ +# +# spec file for package kiwi-instsource-plugins-openSUSE-11-1 (Version 2.0) +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Url: http://kiwi.berlios.de + +Name: kiwi-instsource-plugins-openSUSE-11-1 +Summary: OpenSuSE - KIWI Image System +Version: 2.0 +Release: 4 +Group: System/Management +License: GPL v2 only +Source: %{name}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: kiwi-instsource +Supplements: kiwi-instsource +BuildArch: noarch + +%description +OpenSuSE - KIWI Image System InstSource plugins provides information +and plugin code to create meta information for a Novell/SUSE +installation source This particular package contains the metadata +plugins specific for the openSUSE-11.1 targets. + + + +Authors: +-------- + Jan-Christoph Bornschlegel <jcborn@novell.com> + Marcus Schäfer <ms@novell.com> + +%prep +%setup -n kiwi-instsource-plugins-openSUSE-11-1 + +%build +# empty because of rpmlint warning rpm-buildroot-usage + +%install +# build +test -e /.buildenv && . /.buildenv +make buildroot=$RPM_BUILD_ROOT \ + version="11.1" install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-, root, root) +%dir %{_datadir}/kiwi +%dir %{_datadir}/kiwi/modules +%dir %{_datadir}/kiwi/modules/plugins +%dir %{_datadir}/kiwi/modules/plugins/suse-11.1 +%{_datadir}/kiwi/modules/plugins/suse-11.1/*.pm +%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-11.1/*.ini +/usr/bin/kiwi-plugintest + +%changelog +* Mon Feb 09 2009 adrian@suse.de +- add fix for single media creation (svn r6343) +- tag config ini files as (noreplace) to avoid config setting + dropping on update +* Thu Jan 29 2009 jcborn@suse.de +- reverted to svn 6261 +* Wed Jan 28 2009 jcborn@suse.de +- fixed broken path in case of single media repos (same as in + EulaPlugin) [fixes bnc #470370] +* Mon Jan 26 2009 jcborn@suse.de +- fixed broken return value handling, allowing much better messages in + logfile +- changed processing of debug media: they have a separate call to + create_package_descr now and the media.<n> is called media.1 on debug + media now (bnc #458645) +- fixed unreported severe bug in EulaPlugin: wrong paths in case of + multi-cd media sets +* Fri Jan 16 2009 jcborn@suse.de +- fixed annoying typo in EulaPlugin +- EulaPlugin exits if packages.<lang> file can't be read +- cought return value of shell command in DescrPlugin (missing option + due to old version of create_package_descr made the plugin fail + unnoticed and caused EulaPlugin to fail for missing input file) +* Tue Nov 25 2008 jcborn@suse.de +- added parameter expansion in DescrPlugin +* Fri Nov 21 2008 jcborn@suse.de +- fixed logic in MiniIso plugin (http urls didn't work so far) +* Wed Nov 12 2008 jcborn@suse.de +- added kiwi-plugintest to package (verify script for plugin + loadability) +* Fri Nov 07 2008 jcborn@suse.de +- changed the underlying repository structure (use branches for + subsequent versions) +- added plugin for Mini-Iso creation; this fixes the intall source + in the ./boot/<arch>/loader/gfxboot.cfg file. For miniiso it is + set to slp, otherwise a given http server/path is set +* Tue Nov 04 2008 jcborn@suse.de +- fixed missing LICENSE and corrected license information entry + in spec file +* Thu Oct 23 2008 jcborn@suse.de +- create content file in all media +- print content more beautifully +- use SUMMARY var in products file +* Mon Oct 20 2008 jcborn@suse.de +- added -V option to create_package_descr call +* Wed Oct 08 2008 jcborn@suse.de +- branched off version for 11.1 +* Fri Sep 26 2008 jcborn@suse.de +- added plugin for EULA.txt modifications +- fixed a path error in PatternsPlugin +* Wed Sep 24 2008 jcborn@suse.de +- added Supplements in specfile +* Wed Sep 24 2008 jcborn@suse.de +- added the base plugin +* Tue Sep 23 2008 ms@suse.de +- initial release