Hello community, here is the log from the commit of package yast2-runlevel checked in at Fri Oct 27 18:51:29 CEST 2006. -------- --- yast2-runlevel/yast2-runlevel.changes 2006-10-10 11:38:45.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-runlevel/yast2-runlevel.changes 2006-10-27 09:33:11.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 27 09:30:19 CEST 2006 - locilka@suse.cz + +- Added runlevels.rnc for AutoYaST profile validation (#215248). +- 2.14.1 + +------------------------------------------------------------------- Old: ---- yast2-runlevel-2.14.0.tar.bz2 New: ---- yast2-runlevel-2.14.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-runlevel.spec ++++++ --- /var/tmp/diff_new_pack.qybWOz/_old 2006-10-27 18:50:41.000000000 +0200 +++ /var/tmp/diff_new_pack.qybWOz/_new 2006-10-27 18:50:41.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-runlevel (Version 2.14.0) +# spec file for package yast2-runlevel (Version 2.14.1) # # 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-runlevel -Version: 2.14.0 +Version: 2.14.1 Release: 1 -License: GPL +License: GNU General Public License (GPL) - all versions Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-runlevel-2.14.0.tar.bz2 +Source0: yast2-runlevel-2.14.1.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-testsuite Requires: yast2 @@ -41,7 +41,7 @@ Lukas Ocilka <locilka@suse.cz> %prep -%setup -n yast2-runlevel-2.14.0 +%setup -n yast2-runlevel-2.14.1 %build %{prefix}/bin/y2tool y2autoconf @@ -80,9 +80,13 @@ %dir /usr/share/YaST2/modules /usr/share/YaST2/modules/RunlevelEd.ycp /usr/share/YaST2/modules/RunlevelEd.ybc +/usr/share/YaST2/schema/autoyast/rnc/runlevels.rnc %doc %{prefix}/share/doc/packages/yast2-runlevel %changelog -n yast2-runlevel +* Fri Oct 27 2006 - locilka@suse.cz +- Added runlevels.rnc for AutoYaST profile validation (#215248). +- 2.14.1 * Tue Oct 10 2006 - locilka@suse.cz - Merged SLES10 SP1 branch to openSUSE 10.2. - 2.14.0 ++++++ yast2-runlevel-2.14.0.tar.bz2 -> yast2-runlevel-2.14.1.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/Makefile.am new/yast2-runlevel-2.14.1/Makefile.am --- old/yast2-runlevel-2.14.0/Makefile.am 2006-10-10 11:39:58.000000000 +0200 +++ new/yast2-runlevel-2.14.1/Makefile.am 2006-10-27 09:41:39.000000000 +0200 @@ -215,4 +215,4 @@ # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am -SUBDIRS = doc src testsuite +SUBDIRS = config doc src testsuite diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/Makefile.in new/yast2-runlevel-2.14.1/Makefile.in --- old/yast2-runlevel-2.14.0/Makefile.in 2006-10-10 11:40:05.000000000 +0200 +++ new/yast2-runlevel-2.14.1/Makefile.in 2006-10-27 09:41:45.000000000 +0200 @@ -234,7 +234,7 @@ # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am -SUBDIRS = doc src testsuite +SUBDIRS = config doc src testsuite all: all-recursive .SUFFIXES: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/VERSION new/yast2-runlevel-2.14.1/VERSION --- old/yast2-runlevel-2.14.0/VERSION 2006-10-10 11:38:59.000000000 +0200 +++ new/yast2-runlevel-2.14.1/VERSION 2006-10-27 09:29:57.000000000 +0200 @@ -1 +1 @@ -2.14.0 +2.14.1 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/config/Makefile.am new/yast2-runlevel-2.14.1/config/Makefile.am --- old/yast2-runlevel-2.14.0/config/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-runlevel-2.14.1/config/Makefile.am 2006-10-27 08:47:46.000000000 +0200 @@ -0,0 +1,7 @@ +# Makefile.am for source/firewall/src/config +# $Id: $ + +rncdir = $(schemadir)/autoyast/rnc +rnc_DATA = runlevels.rnc + +EXTRA_DIST = $(rnc_DATA) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/config/Makefile.in new/yast2-runlevel-2.14.1/config/Makefile.in --- old/yast2-runlevel-2.14.0/config/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-runlevel-2.14.1/config/Makefile.in 2006-10-27 09:41:44.000000000 +0200 @@ -0,0 +1,344 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Makefile.am for source/firewall/src/config +# $Id: $ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = config +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(rncdir)" +rncDATA_INSTALL = $(INSTALL_DATA) +DATA = $(rnc_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CREATE_PKGCONFIG_FALSE = @CREATE_PKGCONFIG_FALSE@ +CREATE_PKGCONFIG_NOARCH_FALSE = @CREATE_PKGCONFIG_NOARCH_FALSE@ +CREATE_PKGCONFIG_NOARCH_TRUE = @CREATE_PKGCONFIG_NOARCH_TRUE@ +CREATE_PKGCONFIG_TRUE = @CREATE_PKGCONFIG_TRUE@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINTAINER = @MAINTAINER@ +MAKEINFO = @MAKEINFO@ +MYEXPECT = @MYEXPECT@ +MYRUNTEST = @MYRUNTEST@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RPMNAME = @RPMNAME@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +STYLESHEET_CSS = @STYLESHEET_CSS@ +STYLESHEET_HTML = @STYLESHEET_HTML@ +STYLESHEET_PDF = @STYLESHEET_PDF@ +STYLESHEET_YCPDOC = @STYLESHEET_YCPDOC@ +STYLESHEET_YDOC = @STYLESHEET_YDOC@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +YCPC = @YCPC@ +YCPDOC = @YCPDOC@ +YCPMAKEDEP = @YCPMAKEDEP@ +ac_ct_STRIP = @ac_ct_STRIP@ +agentdir = @agentdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +clientdir = @clientdir@ +datadir = @datadir@ +desktopdir = @desktopdir@ +docdir = @docdir@ +exec_prefix = @exec_prefix@ +execcompdir = @execcompdir@ +fillupdir = @fillupdir@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +imagedir = @imagedir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +moduledir = @moduledir@ +oldincludedir = @oldincludedir@ +pkgconfigdatadir = @pkgconfigdatadir@ +pkgconfigdir = @pkgconfigdir@ +plugindir = @plugindir@ +potdir = @potdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +schemadir = @schemadir@ +scrconfdir = @scrconfdir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +themedir = @themedir@ +yast2dir = @yast2dir@ +ybindir = @ybindir@ +ydatadir = @ydatadir@ +yncludedir = @yncludedir@ +ystartupdir = @ystartupdir@ +rncdir = $(schemadir)/autoyast/rnc +rnc_DATA = runlevels.rnc +EXTRA_DIST = $(rnc_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu config/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +uninstall-info-am: +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: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(rncdir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-rncDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am uninstall-rncDATA + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-rncDATA install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am 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. +.NOEXPORT: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/config/runlevels.rnc new/yast2-runlevel-2.14.1/config/runlevels.rnc --- old/yast2-runlevel-2.14.0/config/runlevels.rnc 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-runlevel-2.14.1/config/runlevels.rnc 2006-10-27 09:20:48.000000000 +0200 @@ -0,0 +1,26 @@ +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" + +service_name = element service_name { text } +service_status = element service_status { text } +service_start = element service_start { text } +service_stop = element service_stop { text } + +service = + element service { + attribute config:type { text }? & + service_name? & + service_start? & + service_stop? & + service_status? + } + +services = + element services { + attribute config:type { text }?, + service* + } + +\default = element \default { text } +runlevel = element runlevel { \default? & services? } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/configure new/yast2-runlevel-2.14.1/configure --- old/yast2-runlevel-2.14.0/configure 2006-10-10 11:40:03.000000000 +0200 +++ new/yast2-runlevel-2.14.1/configure 2006-10-27 09:41:42.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for yast2-runlevel 2.14.0. +# Generated by GNU Autoconf 2.59 for yast2-runlevel 2.14.1. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='yast2-runlevel' PACKAGE_TARNAME='yast2-runlevel' -PACKAGE_VERSION='2.14.0' -PACKAGE_STRING='yast2-runlevel 2.14.0' +PACKAGE_VERSION='2.14.1' +PACKAGE_STRING='yast2-runlevel 2.14.1' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' ac_unique_file="RPMNAME" @@ -728,7 +728,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-runlevel 2.14.0 to adapt to many kinds of systems. +\`configure' configures yast2-runlevel 2.14.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-runlevel 2.14.0:";; + short | recursive ) echo "Configuration of yast2-runlevel 2.14.1:";; esac cat <<\_ACEOF @@ -908,7 +908,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-runlevel configure 2.14.0 +yast2-runlevel configure 2.14.1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-runlevel $as_me 2.14.0, which was +It was created by yast2-runlevel $as_me 2.14.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1652,7 +1652,7 @@ # Define the identity of the package. PACKAGE='yast2-runlevel' - VERSION='2.14.0' + VERSION='2.14.1' cat >>confdefs.h <<_ACEOF @@ -1863,7 +1863,7 @@ -VERSION="2.14.0" +VERSION="2.14.1" RPMNAME="yast2-runlevel" MAINTAINER="Lukas Ocilka <locilka@suse.cz>" @@ -2375,7 +2375,7 @@ fi - ac_config_files="$ac_config_files Makefile doc/autodocs/Makefile doc/Makefile src/Makefile testsuite/Makefile" + ac_config_files="$ac_config_files Makefile config/Makefile doc/autodocs/Makefile doc/Makefile src/Makefile testsuite/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -2784,7 +2784,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-runlevel $as_me 2.14.0, which was +This file was extended by yast2-runlevel $as_me 2.14.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2839,7 +2839,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-runlevel config.status 2.14.0 +yast2-runlevel config.status 2.14.1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -2943,6 +2943,7 @@ case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;; "doc/autodocs/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/autodocs/Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/configure.in new/yast2-runlevel-2.14.1/configure.in --- old/yast2-runlevel-2.14.0/configure.in 2006-10-10 11:39:58.000000000 +0200 +++ new/yast2-runlevel-2.14.1/configure.in 2006-10-27 09:41:38.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-runlevel, 2.14.0, http://bugs.opensuse.org/, yast2-runlevel) +AC_INIT(yast2-runlevel, 2.14.1, http://bugs.opensuse.org/, yast2-runlevel) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.14.0" +VERSION="2.14.1" RPMNAME="yast2-runlevel" MAINTAINER="Lukas Ocilka <locilka@suse.cz>" @@ -154,7 +154,8 @@ fi -AC_CONFIG_FILES(Makefile doc/autodocs/Makefile +AC_CONFIG_FILES(Makefile config/Makefile +doc/autodocs/Makefile doc/Makefile src/Makefile testsuite/Makefile) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-runlevel-2.14.0/src/runlevel.desktop new/yast2-runlevel-2.14.1/src/runlevel.desktop --- old/yast2-runlevel-2.14.0/src/runlevel.desktop 2006-10-09 15:51:30.000000000 +0200 +++ new/yast2-runlevel-2.14.1/src/runlevel.desktop 2006-10-27 09:49:52.000000000 +0200 @@ -15,6 +15,7 @@ X-SuSE-YaST-Geometry= X-SuSE-YaST-SortKey= X-SuSE-YaST-AutoInstClonable=true +X-SuSE-YaST-AutoInstSchema=runlevels.rnc Icon=yast-runlevel Exec=/sbin/yast2 runlevel ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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