Hello community, here is the log from the commit of package yast2-packager checked in at Tue Sep 30 18:43:07 CEST 2008. -------- --- yast2-packager/yast2-packager.changes 2008-09-29 16:43:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-packager/yast2-packager.changes 2008-09-30 18:18:27.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Sep 30 18:18:12 CEST 2008 - dmacvicar@suse.de + +- temporary disable secure slideshow transfer + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- revert-secure-slideshow.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.uu5384/_old 2008-09-30 18:42:52.000000000 +0200 +++ /var/tmp/diff_new_pack.uu5384/_new 2008-09-30 18:42:52.000000000 +0200 @@ -20,11 +20,12 @@ Name: yast2-packager Version: 2.17.22 -Release: 1 +Release: 2 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-packager-2.17.22.tar.bz2 +Patch0: revert-secure-slideshow.diff Prefix: /usr BuildRequires: gcc-c++ libxcrypt-devel perl-XML-Writer update-desktop-files yast2-country-data yast2-devtools yast2-slp yast2-testsuite yast2-xml # HTTP.ycp @@ -80,6 +81,7 @@ %prep %setup -n yast2-packager-2.17.22 +%patch0 -p1 %build %{prefix}/bin/y2tool y2autoconf @@ -114,7 +116,10 @@ /usr/share/YaST2/scrconf/* %{prefix}/lib/YaST2/servers_non_y2/ag_* %doc %{prefix}/share/doc/packages/yast2-packager + %changelog +* Tue Sep 30 2008 dmacvicar@suse.de +- temporary disable secure slideshow transfer * Mon Sep 29 2008 locilka@suse.cz - Always initialize Packages before SlideShowSetup (bnc #427935). - 2.17.22 ++++++ revert-secure-slideshow.diff ++++++ diff -ur yast2-packager-2.17.22.orig//src/modules/Packages.ycp yast2-packager-2.17.22//src/modules/Packages.ycp --- yast2-packager-2.17.22.orig//src/modules/Packages.ycp 2008-09-30 18:15:54.000000000 +0200 +++ yast2-packager-2.17.22//src/modules/Packages.ycp 2008-09-30 18:16:40.000000000 +0200 @@ -1041,7 +1041,7 @@ string test_dir = sformat ("%1/txt/%2", search_for_dir, try_this_lang); y2milestone ("Checking '%1'", test_dir); - providedir = Pkg::SourceProvideSignedDirectory (source, 1, test_dir, true, true); + providedir = Pkg::SourceProvideDirectory (source, 1, test_dir, true, true); if (providedir != nil) { y2milestone ("%1 lang found", try_this_lang); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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