Mailinglist Archive: opensuse-commit (1500 mails)

< Previous Next >
commit yast2-storage
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 21 Nov 2006 13:24:28 +0100 (CET)
  • Message-id: <20061121122428.052D019AB2C@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-storage
checked in at Tue Nov 21 13:24:28 CET 2006.

--------
--- yast2-storage/yast2-storage.changes 2006-11-17 12:16:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-storage/yast2-storage.changes 2006-11-21 12:01:47.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 21 11:49:33 CET 2006 - jsuchome@xxxxxxx
+
+- show error when password for encrypted partition is too short (#220665)
+- 2.14.18
+
+-------------------------------------------------------------------

Old:
----
yast2-storage-2.14.17.tar.bz2

New:
----
yast2-storage-2.14.18.tar.bz2

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.hFD3Sr/_old 2006-11-21 13:23:57.000000000 +0100
+++ /var/tmp/diff_new_pack.hFD3Sr/_new 2006-11-21 13:23:57.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-storage (Version 2.14.17)
+# spec file for package yast2-storage (Version 2.14.18)
#
# 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-storage
-Version: 2.14.17
+Version: 2.14.18
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-storage-2.14.17.tar.bz2
+Source0: yast2-storage-2.14.18.tar.bz2
prefix: /usr
BuildRequires: blocxx-devel docbook-xsl-stylesheets doxygen evms gcc-c++ libxcrypt-devel libxslt openssl-devel perl-XML-Writer sablot sgml-skel swig update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-installation yast2-perl-bindings yast2-testsuite
Requires: yast2 parted yast2-installation yast2-storage-lib yast2-perl-bindings
@@ -40,7 +40,7 @@


%prep
-%setup -n yast2-storage-2.14.17
+%setup -n yast2-storage-2.14.18

%build
%{prefix}/bin/y2tool y2autoconf
@@ -165,6 +165,9 @@
%doc %{prefix}/share/doc/packages/yast2-storage/config.xml.description

%changelog -n yast2-storage
+* Tue Nov 21 2006 - jsuchome@xxxxxxx
+- show error when password for encrypted partition is too short (#220665)
+- 2.14.18
* Fri Nov 17 2006 - schubi@xxxxxxx
- handling raid devices "isw_bgbdheafhf" and "isw_bgbdheafhf_TestRAID"
as the same Bug 217807

++++++ yast2-storage-2.14.17.tar.bz2 -> yast2-storage-2.14.18.tar.bz2 ++++++
++++ 7048 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-storage-2.14.17/Makefile.am new/yast2-storage-2.14.18/Makefile.am
--- old/yast2-storage-2.14.17/Makefile.am 2006-11-02 18:11:54.000000000 +0100
+++ new/yast2-storage-2.14.18/Makefile.am 2006-11-21 11:34:32.000000000 +0100
@@ -7,7 +7,8 @@
#

#where devtools are
-Y2TOOL = $(Y2DEVTOOLS_PREFIX)/bin/y2tool
+PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
+Y2TOOL = $(PREFIX)/bin/y2tool

VERSION = $(shell cat $(srcdir)/VERSION)
RPMNAME = $(shell cat $(srcdir)/RPMNAME)
@@ -19,7 +20,7 @@
# 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)
+DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(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)

@@ -33,7 +34,7 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2
# where devtools instal m4 snippets
# argh, executed literally
-#ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
+#ACLOCAL_AMFLAGS = -I $(PREFIX)/share/aclocal
ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal

Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common
@@ -66,7 +67,7 @@
# because the prerequisite is made here (not anymore!)
# and we don't want any paths in y2autoconf
# info '(autoconf)config.status Invocation'
-$(RPMNAME).pc: $(RPMNAME).pc.in config.status
+$(RPMNAME).pc: $(RPMNAME).pc.in
./config.status --file=$@:$<

if CREATE_PKGCONFIG_NOARCH
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-storage-2.14.17/Makefile.am.common new/yast2-storage-2.14.18/Makefile.am.common
--- old/yast2-storage-2.14.17/Makefile.am.common 2006-11-02 18:11:54.000000000 +0100
+++ new/yast2-storage-2.14.18/Makefile.am.common 2006-11-21 11:34:32.000000000 +0100
@@ -29,19 +29,7 @@

dist-hook: check-syntax

-CHECK_SYNTAX = true
check-syntax: $(client_DATA) $(ycpchook)
- @if test "$(client_DATA)"; then \
- if $(CHECK_SYNTAX); then \
- TO_CHECK="$(filter %.ycp,$^)"; \
- echo "Checking syntax of $${TO_CHECK}"; \
- if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
- echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your own risk"; \
- exit 1; \
- fi; \
- else \
- echo "Syntax check disabled"; \
- fi; \
- fi
+ if test "$(client_DATA)"; then $(bindir)/ycpc -qE -M. -I. $(YCPCFLAGS) $(filter %.ycp,$^) || exit 1; fi

-include .dep
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-storage-2.14.17/VERSION new/yast2-storage-2.14.18/VERSION
--- old/yast2-storage-2.14.17/VERSION 2006-11-17 12:11:21.000000000 +0100
+++ new/yast2-storage-2.14.18/VERSION 2006-11-21 11:49:31.000000000 +0100
@@ -1 +1 @@
-2.14.17
+2.14.18
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-storage-2.14.17/configure.in new/yast2-storage-2.14.18/configure.in
--- old/yast2-storage-2.14.17/configure.in 2006-11-02 18:11:54.000000000 +0100
+++ new/yast2-storage-2.14.18/configure.in 2006-11-21 11:34:31.000000000 +0100
@@ -1,9 +1,9 @@
dnl configure.in for yast2-storage
dnl
-dnl -- This file is generated by y2autoconf 2.13.29 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.21 - DO NOT EDIT! --
dnl (edit configure.in.in instead)

-AC_INIT(yast2-storage, 2.14.16, http://bugs.opensuse.org/, yast2-storage)
+AC_INIT(yast2-storage, 2.14.17, http://bugs.opensuse.org/, yast2-storage)
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.16"
+VERSION="2.14.17"
RPMNAME="yast2-storage"
MAINTAINER="Thomas Fehr <fehr@xxxxxxx>"

@@ -113,8 +113,6 @@
AC_MSG_ERROR(xgettext is missing; please install gettext-devel.)
fi

-Y2DEVTOOLS_PREFIX=`pkg-config --print-errors --variable=prefix yast2-devtools`
-AC_SUBST(Y2DEVTOOLS_PREFIX)
devtools_ybindir=`pkg-config --print-errors --variable=ybindir yast2-devtools`
devtools_yast2dir=`pkg-config --print-errors --variable=yast2dir yast2-devtools`

@@ -147,9 +145,6 @@
if test "$YCPC" = "false"; then
AC_MSG_ERROR([ycpc is not installed])
fi
-AC_CHECK_FILE($devtools_yast2dir/data/testsuite/Makefile.testsuite, [], [
- AC_MSG_WARN([yast2-testsuite.rpm is not installed])
-])


AC_PATH_PROG(YDOXYGEN, ydoxygen, false, $PATH:$devtools_ybindir)
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-storage-2.14.17/storage/src/include/custom_part_dialogs.ycp new/yast2-storage-2.14.18/storage/src/include/custom_part_dialogs.ycp
--- old/yast2-storage-2.14.17/storage/src/include/custom_part_dialogs.ycp 2006-11-02 17:45:05.000000000 +0100
+++ new/yast2-storage-2.14.18/storage/src/include/custom_part_dialogs.ycp 2006-11-21 11:33:20.000000000 +0100
@@ -272,6 +272,13 @@
{
input_is_ok = true;
}
+ else
+ {
+ // popup text
+ Popup::Message(sformat(_("The password must have at least %1 characters.
+Try again.
+"),5));
+ }
}

} until ( input_is_ok || ret == "cancel" );


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



Remember to have fun...

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

< Previous Next >
This Thread