Hello community, here is the log from the commit of package yast2-nfs-server for openSUSE:Factory checked in at 2011-11-07 14:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-nfs-server (Old) and /work/SRC/openSUSE:Factory/.yast2-nfs-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-server", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes 2011-09-23 12:53:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-nfs-server.new/yast2-nfs-server.changes 2011-11-07 14:35:56.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 3 13:48:33 CET 2011 - [email protected] + +- Fixed testsuites +- 2.21.2 + +------------------------------------------------------------------- Old: ---- yast2-nfs-server-2.21.1.tar.bz2 New: ---- yast2-nfs-server-2.21.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nfs-server.spec ++++++ --- /var/tmp/diff_new_pack.BpupaU/_old 2011-11-07 14:35:57.000000000 +0100 +++ /var/tmp/diff_new_pack.BpupaU/_new 2011-11-07 14:35:57.000000000 +0100 @@ -19,16 +19,14 @@ Name: yast2-nfs-server -Version: 2.21.1 +Version: 2.21.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-nfs-server-2.21.1.tar.bz2 - -Prefix: /usr +Source0: yast2-nfs-server-%{version}.tar.bz2 Group: System/YaST -License: GPL v2 or later +License: GPL-2.0+ BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite # Service::Find # Wizard::SetDesktopTitleAndIcon @@ -55,26 +53,26 @@ - %prep -%setup -n yast2-nfs-server-2.21.1 +%setup -n yast2-nfs-server-%{version} %build -%{prefix}/bin/y2tool y2autoconf -%{prefix}/bin/y2tool y2automake +%{_prefix}/bin/y2tool y2autoconf +%{_prefix}/bin/y2tool y2automake autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} -./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} +./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do +[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" +for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done @@ -91,10 +89,10 @@ /usr/share/YaST2/clients/nfs_server_auto.ycp /usr/share/YaST2/modules/NfsServer.ycp /usr/share/YaST2/modules/NfsServer.ybc -%{prefix}/share/applications/YaST2/nfs_server.desktop +%{_prefix}/share/applications/YaST2/nfs_server.desktop /usr/share/YaST2/scrconf/etc_exports.scr /usr/lib/YaST2/servers_non_y2/ag_exports -%doc %{prefix}/share/doc/packages/yast2-nfs-server +%doc %{_prefix}/share/doc/packages/yast2-nfs-server /usr/share/YaST2/schema/autoyast/rnc/nfs_server.rnc %files -n yast2-nfs-common ++++++ yast2-nfs-server-2.21.1.tar.bz2 -> yast2-nfs-server-2.21.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/Makefile.am new/yast2-nfs-server-2.21.2/Makefile.am --- old/yast2-nfs-server-2.21.1/Makefile.am 2011-09-21 11:38:00.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/Makefile.am 2011-11-03 13:45:26.000000000 +0100 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/Makefile.in new/yast2-nfs-server-2.21.2/Makefile.in --- old/yast2-nfs-server-2.21.1/Makefile.in 2011-09-21 11:38:03.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/Makefile.in 2011-11-03 13:45:29.000000000 +0100 @@ -263,7 +263,6 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \ @@ -904,7 +903,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -932,21 +931,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/VERSION new/yast2-nfs-server-2.21.2/VERSION --- old/yast2-nfs-server-2.21.1/VERSION 2011-09-21 11:42:31.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/VERSION 2011-11-03 13:48:19.000000000 +0100 @@ -1 +1 @@ -2.21.1 +2.21.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/configure new/yast2-nfs-server-2.21.2/configure --- old/yast2-nfs-server-2.21.1/configure 2011-09-21 11:38:02.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/configure 2011-11-03 13:45:29.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for yast2-nfs-server 2.21.0. +# Generated by GNU Autoconf 2.68 for yast2-nfs-server 2.21.1. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-nfs-server' PACKAGE_TARNAME='yast2-nfs-server' -PACKAGE_VERSION='2.21.0' -PACKAGE_STRING='yast2-nfs-server 2.21.0' +PACKAGE_VERSION='2.21.1' +PACKAGE_STRING='yast2-nfs-server 2.21.1' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1231,7 +1231,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-nfs-server 2.21.0 to adapt to many kinds of systems. +\`configure' configures yast2-nfs-server 2.21.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1303,7 +1303,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-nfs-server 2.21.0:";; + short | recursive ) echo "Configuration of yast2-nfs-server 2.21.1:";; esac cat <<\_ACEOF @@ -1383,7 +1383,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-nfs-server configure 2.21.0 +yast2-nfs-server configure 2.21.1 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1400,7 +1400,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-nfs-server $as_me 2.21.0, which was +It was created by yast2-nfs-server $as_me 2.21.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2330,7 +2330,7 @@ # Define the identity of the package. PACKAGE='yast2-nfs-server' - VERSION='2.21.0' + VERSION='2.21.1' cat >>confdefs.h <<_ACEOF @@ -2452,7 +2452,7 @@ -VERSION="2.21.0" +VERSION="2.21.1" RPMNAME="yast2-nfs-server" MAINTAINER="Martin Vidner <[email protected]>" @@ -3471,7 +3471,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-nfs-server $as_me 2.21.0, which was +This file was extended by yast2-nfs-server $as_me 2.21.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3524,7 +3524,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-nfs-server config.status 2.21.0 +yast2-nfs-server config.status 2.21.1 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/configure.in new/yast2-nfs-server-2.21.2/configure.in --- old/yast2-nfs-server-2.21.1/configure.in 2011-09-21 11:38:00.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/configure.in 2011-11-03 13:45:26.000000000 +0100 @@ -1,9 +1,9 @@ dnl configure.in for yast2-nfs-server dnl -dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-nfs-server, 2.21.0, http://bugs.opensuse.org/, yast2-nfs-server) +AC_INIT(yast2-nfs-server, 2.21.1, http://bugs.opensuse.org/, yast2-nfs-server) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.21.0" +VERSION="2.21.1" RPMNAME="yast2-nfs-server" MAINTAINER="Martin Vidner <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/testsuite/tests/readwrite-unfsd.out new/yast2-nfs-server-2.21.2/testsuite/tests/readwrite-unfsd.out --- old/yast2-nfs-server-2.21.1/testsuite/tests/readwrite-unfsd.out 2011-09-21 11:37:57.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/testsuite/tests/readwrite-unfsd.out 2011-11-03 13:47:04.000000000 +0100 @@ -6,7 +6,6 @@ Read .sysconfig.nfs.NFS_SECURITY_GSS nil Execute .target.bash "/sbin/chkconfig -l SuSEfirewall2_init | /usr/bin/grep -q '[0-6]:on'" 0 Execute .target.bash "/sbin/chkconfig -l SuSEfirewall2_setup | /usr/bin/grep -q '[0-6]:on'" 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Write OK Read .target.dir "/projects" nil @@ -34,7 +33,6 @@ Execute .target.bash_output "/sbin/service nfslock restart" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash_output "/sbin/service nfsserver start" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash "/sbin/service nfsserver status" $["TERM":"raw"] 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Write KO Read .target.dir "/projects" nil diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/testsuite/tests/readwrite.out new/yast2-nfs-server-2.21.2/testsuite/tests/readwrite.out --- old/yast2-nfs-server-2.21.1/testsuite/tests/readwrite.out 2011-09-21 11:37:57.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/testsuite/tests/readwrite.out 2011-11-03 13:48:01.000000000 +0100 @@ -6,7 +6,6 @@ Read .sysconfig.nfs.NFS_SECURITY_GSS nil Execute .target.bash "/sbin/chkconfig -l SuSEfirewall2_init | /usr/bin/grep -q '[0-6]:on'" 0 Execute .target.bash "/sbin/chkconfig -l SuSEfirewall2_setup | /usr/bin/grep -q '[0-6]:on'" 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Write OK Read .target.dir "/projects" nil @@ -33,7 +32,6 @@ Execute .target.bash_output "/sbin/service nfslock restart" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash_output "/sbin/service nfsserver start" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash "/sbin/service nfsserver status" $["TERM":"raw"] 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Write KO Read .target.dir "/projects" nil diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-server-2.21.1/testsuite/tests/readwrite2.out new/yast2-nfs-server-2.21.2/testsuite/tests/readwrite2.out --- old/yast2-nfs-server-2.21.1/testsuite/tests/readwrite2.out 2011-09-21 11:37:57.000000000 +0200 +++ new/yast2-nfs-server-2.21.2/testsuite/tests/readwrite2.out 2011-11-03 13:47:35.000000000 +0100 @@ -8,7 +8,6 @@ Read .sysconfig.nfs.NFS_SECURITY_GSS nil Execute .target.bash "/sbin/chkconfig -l SuSEfirewall2_init | /usr/bin/grep -q '[0-6]:on'" 0 Execute .target.bash "/sbin/chkconfig -l SuSEfirewall2_setup | /usr/bin/grep -q '[0-6]:on'" 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Dump Write - services will be stopped @@ -30,7 +29,6 @@ Execute .target.bash_output "/sbin/service nfslock stop" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Read .init.scripts.runlevel "nfslock" $["nfsserver":$["start":["3", "5"], "stop":["3", "5"]], "rpcbind":$["start":["3", "5"], "stop":["3", "5"]]] Read .init.scripts.comment "nfslock" $["nfsserver":$[], "rpcbind":$[]] -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Dump Read - services are running @@ -69,7 +67,6 @@ Execute .target.bash_output "/sbin/service nfslock restart" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash_output "/sbin/service nfsserver start" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash "/sbin/service nfsserver status" $["TERM":"raw"] 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Dump Read - services are stopped @@ -99,7 +96,6 @@ Execute .target.bash_output "/sbin/service nfslock stop" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Read .init.scripts.runlevel "nfslock" $["nfsserver":$["start":[], "stop":[]], "rpcbind":$["start":[], "stop":[]]] Read .init.scripts.comment "nfslock" $["nfsserver":$[], "rpcbind":$[]] -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true Dump Dump Read - services are stopped @@ -140,5 +136,4 @@ Execute .target.bash_output "/sbin/service nfslock restart" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash_output "/sbin/service nfsserver start" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] Execute .target.bash "/sbin/service nfsserver status" $["TERM":"raw"] 0 -Execute .target.bash "/sbin/service SuSEfirewall2_init status" $["TERM":"raw"] 0 Return true -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
