Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2011-10-24 14:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2011-10-03 
09:27:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2011-10-24 15:00:03.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 24 11:35:05 CEST 2011 - [email protected]
+
+- testsuite adapted to last change of yast2-pam
+- 2.21.9 
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-2.21.8.tar.bz2

New:
----
  yast2-users-2.21.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.tO120s/_old  2011-10-24 15:00:05.000000000 +0200
+++ /var/tmp/diff_new_pack.tO120s/_new  2011-10-24 15:00:05.000000000 +0200
@@ -19,16 +19,14 @@
 
 
 Name:           yast2-users
-Version:        2.21.8
+Version:        2.21.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-users-%{version}.tar.bz2
 
-Prefix:         /usr
-
 Group:          System/YaST
-License:        GPL v2 or later
+License:        GPL-2.0+
 BuildRequires:  cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 
perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools 
yast2-ldap-client yast2-perl-bindings yast2-security yast2-testsuite
 
 Requires:       yast2-country yast2-pam yast2-security cracklib 
perl-Digest-SHA1 perl-X500-DN perl-gettext
@@ -57,23 +55,23 @@
 %setup -n yast2-users-%{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
@@ -86,7 +84,7 @@
 %dir /usr/share/YaST2/include/users
 %dir /usr/share/YaST2/modules/YaPI
 /usr/share/YaST2/clients/*.ycp
-%{prefix}/share/applications/YaST2/*.desktop
+%{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/modules/*.pm
 /usr/share/YaST2/modules/UsersUI.y*
 /usr/share/YaST2/modules/YaPI/*.pm
@@ -99,6 +97,6 @@
 %{_libdir}/YaST2/plugin/libpy2ag_crack.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_crack.so
 %{_libdir}/YaST2/plugin/libpy2ag_crack.la
-%doc %{prefix}/share/doc/packages/yast2-users
+%doc %{_prefix}/share/doc/packages/yast2-users
 
 %changelog

++++++ yast2-users-2.21.8.tar.bz2 -> yast2-users-2.21.9.tar.bz2 ++++++
++++ 4109 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.8/Makefile.am new/yast2-users-2.21.9/Makefile.am
--- old/yast2-users-2.21.8/Makefile.am  2011-09-26 16:03:44.000000000 +0200
+++ new/yast2-users-2.21.9/Makefile.am  2011-10-05 10:01:15.000000000 +0200
@@ -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' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.8/VERSION new/yast2-users-2.21.9/VERSION
--- old/yast2-users-2.21.8/VERSION      2011-09-26 16:01:03.000000000 +0200
+++ new/yast2-users-2.21.9/VERSION      2011-10-24 11:37:09.000000000 +0200
@@ -1 +1 @@
-2.21.8
+2.21.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.8/configure.in new/yast2-users-2.21.9/configure.in
--- old/yast2-users-2.21.8/configure.in 2011-09-26 16:03:44.000000000 +0200
+++ new/yast2-users-2.21.9/configure.in 2011-10-05 10:01:15.000000000 +0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-users
 dnl
-dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.3 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-users, 2.21.8, http://bugs.opensuse.org/, yast2-users)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.8/testsuite/tests/Read.ycp 
new/yast2-users-2.21.9/testsuite/tests/Read.ycp
--- old/yast2-users-2.21.8/testsuite/tests/Read.ycp     2011-09-26 
15:59:40.000000000 +0200
+++ new/yast2-users-2.21.9/testsuite/tests/Read.ycp     2011-10-24 
11:34:29.000000000 +0200
@@ -46,7 +46,8 @@
        ],
        "sysconfig"     : $[
            "displaymanager"    : $[
-               "DISPLAYMANAGER"        : ""
+               "DISPLAYMANAGER_AUTOLOGIN"      : "",
+               "DISPLAYMANAGER_PASSWORD_LESS_LOGIN"    : "",
            ],
        ],
     ];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.8/testsuite/tests/SelectUser.ycp 
new/yast2-users-2.21.9/testsuite/tests/SelectUser.ycp
--- old/yast2-users-2.21.8/testsuite/tests/SelectUser.ycp       2011-09-26 
15:59:40.000000000 +0200
+++ new/yast2-users-2.21.9/testsuite/tests/SelectUser.ycp       2011-10-24 
11:34:15.000000000 +0200
@@ -45,7 +45,8 @@
        ],
        "sysconfig"     : $[
            "displaymanager"    : $[
-               "DISPLAYMANAGER"        : ""
+               "DISPLAYMANAGER_AUTOLOGIN"      : "",
+               "DISPLAYMANAGER_PASSWORD_LESS_LOGIN"    : "",
            ],
        ],
     ];

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to