commit yast2-autofs for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-autofs for openSUSE:Factory checked in at Mon Sep 28 08:58:12 CEST 2009. -------- --- yast2-autofs/yast2-autofs.changes 2009-01-08 13:40:42.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-autofs/yast2-autofs.changes 2009-09-28 08:42:24.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 28 08:40:50 CEST 2009 - varkoly@suse.de + +- bnc#532518 – YaST in translation (use 'YaST' instead of 'YaST2') + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-autofs.spec ++++++ --- /var/tmp/diff_new_pack.jsn5EK/_old 2009-09-28 08:58:01.000000000 +0200 +++ /var/tmp/diff_new_pack.jsn5EK/_new 2009-09-28 08:58:01.000000000 +0200 @@ -20,12 +20,12 @@ Name: yast2-autofs Version: 2.15.5 -Release: 1 -License: GPL v2 or later -Group: System/YaST +Release: 3 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-autofs-2.15.5.tar.bz2 Prefix: /usr +Group: System/YaST +License: GPL v2 or later Requires: yast2 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildArch: noarch @@ -37,8 +37,6 @@ using the objectclasses nisMap and nisObject. The entries are placed under ou=AUTOFS,$LDAPBASE. - - %prep %setup -n yast2-autofs-2.15.5 @@ -50,7 +48,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +# 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" ++++++ yast2-autofs-2.15.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-autofs-2.15.5/src/Autofs.pm new/yast2-autofs-2.15.5/src/Autofs.pm --- old/yast2-autofs-2.15.5/src/Autofs.pm 2009-01-08 13:37:34.000000000 +0100 +++ new/yast2-autofs-2.15.5/src/Autofs.pm 2009-09-28 08:40:38.000000000 +0200 @@ -208,9 +208,9 @@ if( ! $ldapMap->{base_config_dn} ) { y2milestone("------LDAP_CLIENT_NOT_CONFIGURED------"); - return YaPI->SetError( summary => __("You must configure LDAP to use the autofs modul."). + return YaPI->SetError( summary => __("You must configure LDAP to use the autofs module."). "\n". - __("You can do it by using the YaST2 ldap modul."), + __("You can do it by using the YaST ldap module."), code => "LDAP_CLIENT_NOT_CONFIGURED" ); } $LDAPServer = $ldapMap->{ldap_server}; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de