Mailinglist Archive: opensuse-commit (1400 mails)

< Previous Next >
commit yast2-nfs-client for openSUSE:Factory
Hello community,

here is the log from the commit of package yast2-nfs-client for
openSUSE:Factory checked in at 2011-11-05 11:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nfs-client", Maintainer is "mvidner@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2011-09-23 12:53:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes
2011-11-05 12:18:59.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 3 13:40:49 CET 2011 - locilka@xxxxxxx
+
+- Fixed testsuites
+- 2.21.2
+
+-------------------------------------------------------------------

Old:
----
yast2-nfs-client-2.21.1.tar.bz2

New:
----
yast2-nfs-client-2.21.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.PveioS/_old 2011-11-05 12:19:24.000000000 +0100
+++ /var/tmp/diff_new_pack.PveioS/_new 2011-11-05 12:19:24.000000000 +0100
@@ -19,13 +19,11 @@


Name: yast2-nfs-client
-Version: 2.21.1
+Version: 2.21.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-nfs-client-2.21.1.tar.bz2
-
-Prefix: /usr
+Source0: yast2-nfs-client-%{version}.tar.bz2

Group: System/YaST
License: GPLv2+
@@ -53,26 +51,26 @@
file system access. It allows access to files on remote machines.

%prep
-%setup -n yast2-nfs-client-2.21.1
+%setup -n yast2-nfs-client-%{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
@@ -92,9 +90,9 @@
%dir /usr/share/YaST2/modules
/usr/share/YaST2/modules/Nfs.ycp
/usr/share/YaST2/modules/Nfs.ybc
-%dir %{prefix}/share/applications/YaST2
-%{prefix}/share/applications/YaST2/nfs.desktop
-%doc %{prefix}/share/doc/packages/yast2-nfs-client
+%dir %{_prefix}/share/applications/YaST2
+%{_prefix}/share/applications/YaST2/nfs.desktop
+%doc %{_prefix}/share/doc/packages/yast2-nfs-client
/usr/share/YaST2/schema/autoyast/rnc/nfs.rnc

%changelog

++++++ yast2-nfs-client-2.21.1.tar.bz2 -> yast2-nfs-client-2.21.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-2.21.1/Makefile.am
new/yast2-nfs-client-2.21.2/Makefile.am
--- old/yast2-nfs-client-2.21.1/Makefile.am 2011-09-21 10:53:40.000000000
+0200
+++ new/yast2-nfs-client-2.21.2/Makefile.am 2011-11-03 13:42:14.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-client-2.21.1/Makefile.in
new/yast2-nfs-client-2.21.2/Makefile.in
--- old/yast2-nfs-client-2.21.1/Makefile.in 2011-09-21 10:53:43.000000000
+0200
+++ new/yast2-nfs-client-2.21.2/Makefile.in 2011-11-03 13:42:18.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-client-2.21.1/VERSION
new/yast2-nfs-client-2.21.2/VERSION
--- old/yast2-nfs-client-2.21.1/VERSION 2011-09-21 10:54:29.000000000 +0200
+++ new/yast2-nfs-client-2.21.2/VERSION 2011-11-03 13:41:29.000000000 +0100
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-2.21.1/configure
new/yast2-nfs-client-2.21.2/configure
--- old/yast2-nfs-client-2.21.1/configure 2011-09-21 10:53:42.000000000
+0200
+++ new/yast2-nfs-client-2.21.2/configure 2011-11-03 13:42:17.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-client 2.21.0.
+# Generated by GNU Autoconf 2.68 for yast2-nfs-client 2.21.2.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -559,8 +559,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-nfs-client'
PACKAGE_TARNAME='yast2-nfs-client'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-nfs-client 2.21.0'
+PACKAGE_VERSION='2.21.2'
+PACKAGE_STRING='yast2-nfs-client 2.21.2'
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-client 2.21.0 to adapt to many kinds of
systems.
+\`configure' configures yast2-nfs-client 2.21.2 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-client 2.21.0:";;
+ short | recursive ) echo "Configuration of yast2-nfs-client 2.21.2:";;
esac
cat <<\_ACEOF

@@ -1383,7 +1383,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-nfs-client configure 2.21.0
+yast2-nfs-client configure 2.21.2
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-client $as_me 2.21.0, which was
+It was created by yast2-nfs-client $as_me 2.21.2, 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-client'
- VERSION='2.21.0'
+ VERSION='2.21.2'


cat >>confdefs.h <<_ACEOF
@@ -2452,7 +2452,7 @@



-VERSION="2.21.0"
+VERSION="2.21.2"
RPMNAME="yast2-nfs-client"
MAINTAINER="Martin Vidner <mvidner@xxxxxxx>"

@@ -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-client $as_me 2.21.0, which was
+This file was extended by yast2-nfs-client $as_me 2.21.2, 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-client config.status 2.21.0
+yast2-nfs-client config.status 2.21.2
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-client-2.21.1/configure.in
new/yast2-nfs-client-2.21.2/configure.in
--- old/yast2-nfs-client-2.21.1/configure.in 2011-09-21 10:53:40.000000000
+0200
+++ new/yast2-nfs-client-2.21.2/configure.in 2011-11-03 13:42:14.000000000
+0100
@@ -1,9 +1,9 @@
dnl configure.in for yast2-nfs-client
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-client, 2.21.0, http://bugs.opensuse.org/, yast2-nfs-client)
+AC_INIT(yast2-nfs-client, 2.21.2, http://bugs.opensuse.org/, yast2-nfs-client)
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.2"
RPMNAME="yast2-nfs-client"
MAINTAINER="Martin Vidner <mvidner@xxxxxxx>"

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-nfs-client-2.21.1/testsuite/tests/readwrite.out
new/yast2-nfs-client-2.21.2/testsuite/tests/readwrite.out
--- old/yast2-nfs-client-2.21.1/testsuite/tests/readwrite.out 2011-09-21
10:53:02.000000000 +0200
+++ new/yast2-nfs-client-2.21.2/testsuite/tests/readwrite.out 2011-11-03
13:39:46.000000000 +0100
@@ -4,7 +4,6 @@
Read .etc.idmapd_conf "Domain" "localhost"
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 .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2,
"spec":"/dev/hda6", "vfstype":"reiserfs"], $["file":"/home", "freq":0,
"mntops":"defaults", "passno":0, "spec":"foo.bar.com:/home", "vfstype":"nfs"],
$["file":"/var/spool/mail", "freq":0, "mntops":"defaults", "passno":0,
"spec":"foo.bar.com:/var/spool/mail", "vfstype":"nfs"],
$["file":"/a\\040space", "freq":1, "mntops":"defaults", "passno":3,
"spec":"/dev/hda7", "vfstype":"reiserfs"], $["file":"/b\\040space", "freq":0,
"mntops":"defaults", "passno":0, "spec":"foo.bar.com:/space\\040dir",
"vfstype":"nfs"]]
@@ -26,7 +25,6 @@
Execute .target.bash "/sbin/service portmap status" $["TERM":"raw"] 0
Execute .target.bash_output "/sbin/service nfs start" $["TERM":"raw"]
$["exit":0, "stderr":"", "stdout":""]
Execute .target.bash "/sbin/service nfs status" $["TERM":"raw"] 0
-Execute .target.bash "/sbin/service SuSEfirewall2_init status"
$["TERM":"raw"] 0
Return true
Dump Write KO
Read .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2,
"spec":"/dev/hda6", "vfstype":"reiserfs"], $["file":"/home", "freq":0,
"mntops":"defaults", "passno":0, "spec":"foo.bar.com:/home", "vfstype":"nfs"],
$["file":"/var/spool/mail", "freq":0, "mntops":"defaults", "passno":0,
"spec":"foo.bar.com:/var/spool/mail", "vfstype":"nfs"],
$["file":"/a\\040space", "freq":1, "mntops":"defaults", "passno":3,
"spec":"/dev/hda7", "vfstype":"reiserfs"], $["file":"/b\\040space", "freq":0,
"mntops":"defaults", "passno":0, "spec":"foo.bar.com:/space\\040dir",
"vfstype":"nfs"]]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-nfs-client-2.21.1/testsuite/tests/readwrite2.out
new/yast2-nfs-client-2.21.2/testsuite/tests/readwrite2.out
--- old/yast2-nfs-client-2.21.1/testsuite/tests/readwrite2.out 2011-09-21
10:53:02.000000000 +0200
+++ new/yast2-nfs-client-2.21.2/testsuite/tests/readwrite2.out 2011-11-03
13:40:24.000000000 +0100
@@ -6,7 +6,6 @@
Read .etc.idmapd_conf "Domain" "localhost"
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 - nfs is in use - start services
@@ -29,7 +28,6 @@
Execute .target.bash "/sbin/service portmap status" $["TERM":"raw"] 0
Execute .target.bash_output "/sbin/service nfs start" $["TERM":"raw"]
$["exit":0, "stderr":"", "stdout":""]
Execute .target.bash "/sbin/service nfs status" $["TERM":"raw"] 0
-Execute .target.bash "/sbin/service SuSEfirewall2_init status"
$["TERM":"raw"] 0
Return true
Dump
Dump Read - nfs is in use & stopped
@@ -61,7 +59,6 @@
Execute .target.bash "/sbin/service portmap status" $["TERM":"raw"] 0
Execute .target.bash_output "/sbin/service nfs start" $["TERM":"raw"]
$["exit":0, "stderr":"", "stdout":""]
Execute .target.bash "/sbin/service nfs status" $["TERM":"raw"] 0
-Execute .target.bash "/sbin/service SuSEfirewall2_init status"
$["TERM":"raw"] 0
Return true
Dump
Dump Read - nfs not used & running
@@ -78,7 +75,6 @@
Write .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2,
"spec":"/dev/hda6", "vfstype":"ext3"]] true
Write .sysconfig.nfs.NFS4_SUPPORT "no" true
Execute .target.bash_output "/sbin/service nfs stop" $["TERM":"raw"]
$["exit":0, "stderr":"", "stdout":""]
-Execute .target.bash "/sbin/service SuSEfirewall2_init status"
$["TERM":"raw"] 0
Return true
Dump
Dump Read - nfs not used & services are stopped
@@ -95,5 +91,4 @@
Write .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2,
"spec":"/dev/hda6", "vfstype":"ext3"]] true
Write .sysconfig.nfs.NFS4_SUPPORT "no" true
Execute .target.bash_output "/sbin/service nfs stop" $["TERM":"raw"]
$["exit":0, "stderr":"", "stdout":""]
-Execute .target.bash "/sbin/service SuSEfirewall2_init status"
$["TERM":"raw"] 0
Return true

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages