Hello community, here is the log from the commit of package yast2-bootloader checked in at Tue Oct 31 18:15:25 CET 2006. -------- --- yast2-bootloader/yast2-bootloader.changes 2006-10-31 02:54:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-bootloader/yast2-bootloader.changes 2006-10-31 17:25:37.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 31 17:08:26 CET 2006 - od@suse.de + +- autoyast Relax-NG Compact schema file added (#215263) +- 2.13.82 + +------------------------------------------------------------------- Old: ---- yast2-bootloader-2.13.81.tar.bz2 New: ---- yast2-bootloader-2.13.82.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.uVWUxa/_old 2006-10-31 18:14:32.000000000 +0100 +++ /var/tmp/diff_new_pack.uVWUxa/_new 2006-10-31 18:14:32.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.13.81) +# spec file for package yast2-bootloader (Version 2.13.82) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-bootloader -Version: 2.13.81 +Version: 2.13.82 Release: 1 License: GNU General Public License (GPL) - all versions Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.13.81.tar.bz2 +Source0: yast2-bootloader-2.13.82.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-bootloader limal-devel perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devel yast2-devtools yast2-installation yast2-perl-bindings yast2-testsuite PreReq: /bin/sed %fillup_prereq @@ -60,7 +60,7 @@ Dan Meszaros %prep -%setup -n yast2-bootloader-2.13.81 +%setup -n yast2-bootloader-2.13.82 %build %{prefix}/bin/y2tool y2autoconf @@ -102,6 +102,7 @@ /usr/lib/YaST2/servers_non_y2/ag_* /usr/share/YaST2/scrconf/*.scr /var/adm/fillup-templates/* +/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %files -n yast2-bootfloppy %defattr(-,root,root) @@ -112,6 +113,9 @@ %changelog -n yast2-bootloader * Tue Oct 31 2006 - od@suse.de +- autoyast Relax-NG Compact schema file added (#215263) +- 2.13.82 +* Tue Oct 31 2006 - od@suse.de - fixed exporting the device map to autoyast (#211908) * Tue Oct 17 2006 - od@suse.de - packaged missing grub/help.ycp and generic/help.ycp ++++++ yast2-bootloader-2.13.81.tar.bz2 -> yast2-bootloader-2.13.82.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.81/VERSION new/yast2-bootloader-2.13.82/VERSION --- old/yast2-bootloader-2.13.81/VERSION 2006-10-31 02:51:22.000000000 +0100 +++ new/yast2-bootloader-2.13.82/VERSION 2006-10-31 17:08:13.000000000 +0100 @@ -1 +1 @@ -2.13.81 +2.13.82 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.81/src/config/Makefile.am new/yast2-bootloader-2.13.82/src/config/Makefile.am --- old/yast2-bootloader-2.13.81/src/config/Makefile.am 2005-12-01 16:34:18.000000000 +0100 +++ new/yast2-bootloader-2.13.82/src/config/Makefile.am 2006-10-31 16:21:56.000000000 +0100 @@ -21,5 +21,7 @@ endif +rncdir = $(schemadir)/autoyast/rnc +rnc_DATA = bootloader.rnc -EXTRA_DIST = bootloader.desktop bootfloppy.desktop +EXTRA_DIST = bootloader.desktop bootfloppy.desktop bootloader.rnc diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.81/src/config/Makefile.in new/yast2-bootloader-2.13.82/src/config/Makefile.in --- old/yast2-bootloader-2.13.81/src/config/Makefile.in 2006-10-16 20:55:26.000000000 +0200 +++ new/yast2-bootloader-2.13.82/src/config/Makefile.in 2006-10-31 16:22:10.000000000 +0100 @@ -58,9 +58,10 @@ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(desktopdir)" +am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rncdir)" desktopDATA_INSTALL = $(INSTALL_DATA) -DATA = $(desktop_DATA) +rncDATA_INSTALL = $(INSTALL_DATA) +DATA = $(desktop_DATA) $(rnc_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AGENT_LIBADD = @AGENT_LIBADD@ @@ -222,7 +223,9 @@ @I386_OR_AMD64_TRUE@ bootloader.desktop \ @I386_OR_AMD64_TRUE@ bootfloppy.desktop -EXTRA_DIST = bootloader.desktop bootfloppy.desktop +rncdir = $(schemadir)/autoyast/rnc +rnc_DATA = bootloader.rnc +EXTRA_DIST = bootloader.desktop bootfloppy.desktop bootloader.rnc all: all-am .SUFFIXES: @@ -282,6 +285,23 @@ echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \ rm -f "$(DESTDIR)$(desktopdir)/$$f"; \ done +install-rncDATA: $(rnc_DATA) + @$(NORMAL_INSTALL) + test -z "$(rncdir)" || $(mkdir_p) "$(DESTDIR)$(rncdir)" + @list='$(rnc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(rncDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rncdir)/$$f'"; \ + $(rncDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rncdir)/$$f"; \ + done + +uninstall-rncDATA: + @$(NORMAL_UNINSTALL) + @list='$(rnc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(rncdir)/$$f'"; \ + rm -f "$(DESTDIR)$(rncdir)/$$f"; \ + done tags: TAGS TAGS: @@ -320,7 +340,7 @@ check: check-am all-am: Makefile $(DATA) installdirs: - for dir in "$(DESTDIR)$(desktopdir)"; do \ + for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rncdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am @@ -365,7 +385,7 @@ info-am: -install-data-am: install-desktopDATA +install-data-am: install-desktopDATA install-rncDATA install-exec-am: @@ -391,17 +411,19 @@ ps-am: -uninstall-am: uninstall-desktopDATA uninstall-info-am +uninstall-am: uninstall-desktopDATA uninstall-info-am \ + uninstall-rncDATA .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-desktopDATA install-exec \ install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-desktopDATA uninstall-info-am + install-rncDATA install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-desktopDATA \ + uninstall-info-am uninstall-rncDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.81/src/config/bootloader.desktop new/yast2-bootloader-2.13.82/src/config/bootloader.desktop --- old/yast2-bootloader-2.13.81/src/config/bootloader.desktop 2005-12-01 16:34:18.000000000 +0100 +++ new/yast2-bootloader-2.13.82/src/config/bootloader.desktop 2006-10-31 16:21:56.000000000 +0100 @@ -16,6 +16,7 @@ X-SuSE-YaST-SortKey= X-SuSE-YaST-AutoInstResource= X-SuSE-YaST-AutoInstPath=install +X-SuSE-YaST-AutoInstSchema=bootloader.rnc Icon=yast-bootloader Exec=/sbin/yast2 bootloader diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.81/src/config/bootloader.rnc new/yast2-bootloader-2.13.82/src/config/bootloader.rnc --- old/yast2-bootloader-2.13.81/src/config/bootloader.rnc 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-bootloader-2.13.82/src/config/bootloader.rnc 2006-10-31 16:21:56.000000000 +0100 @@ -0,0 +1,59 @@ +default namespace = "http://www.suse.com/1.0/yast2ns" +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" +namespace config = "http://www.suse.com/1.0/configns" + +bootloader = + element bootloader { + activate? & + bl_global? & + initrd_modules? & + loader_device? & + loader_type? & + bl_location? & + repl_mbr? & + sections? + } +activate = + element activate { BOOLEAN } +repl_mbr = + element repl_mbr { BOOLEAN } +initrd_modules = + element initrd_modules { + LIST, + initrd_module+ + } +initrd_module = element initrd_module { bl_module, module_args? } +module_args = element module_args { text } +bl_module = element module { text } +loader_device = element loader_device { text } +loader_type = element loader_type { text } +bl_location = element location { text } +bl_global = + element global { + lines_cache_id? & + stage1_dev? + } +lines_cache_id = element lines_cache_id { text } +stage1_dev = element stage1_dev { text } + +sections = + element sections { + LIST, + section+ + } +section = + element section { + element append {text}? & + element initial {text}? & + element initrd {text}? & + element kernel {text}? & + element name {text}? & + element original_name {text}? & + element root {text}? & + element type {text}? & + element vga {text}? & + element chainloader {text}? & + element lines_cache_id {text}? & + element sectors {text}? + } +kernel_parameters = element kernel_parameters { text } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de