Re: Packaging dwm
On 10/15/2010 11:14 PM, Matej Cepl wrote: > Jesse Keating, Wed, 13 Oct 2010 17:13:43 -0700: >> Am i the only one that finds it hilarious that this thing is named >> "Dynamic Window Manager"? So dynamic, you gotta recompile to change >> anything > > Not sure about the word, but otherwise it just perfectly fullfills its > purpose: > > Because dwm is customized through editing its source code, it’s > pointless to make binary packages of it. This keeps its userbase > small and elitist. No novices asking stupid questions. > > I have really doubts whether it makes sense to package it ... shared git > repository for Fedora-community maintained source code (if needed) and > one tiny binary in /usr/local/bin/ should be good for everybody. I took the review for a few reasons: a) If Petr wants to maintain it...it's his call (as will be dealing with elitist upstream :-) ) b) Package is following packaging guidelines (apart from places where it really had to (installing sources even if it's not src.rpm for example). c) I am sure there are more useless packages in Fedora d) I like tiling WMs :-) I really see no reason NOT to have dwm in Fedora. It's fun little WM. -- Stanislav Ochotnicky Associate Software Engineer - Base Operating Systems Brno PGP: 71A1677C Red Hat Inc. http://cz.redhat.com signature.asc Description: OpenPGP digital signature -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Re: Yubikeys are now supported
On Fri, Oct 8, 2010 at 16:57, Matthew Miller wrote: > On Fri, Oct 08, 2010 at 11:47:43AM +0200, Maxim Burgerhout wrote: >> If there is anything I can do to help out and make the use of >> Yubikey's in the Fedora project into a success, just holler. It might > > Fixing the pam module to not crash might be good. :) You mean this[1]? It's fixed in r210 upstream. [1] http://code.google.com/p/yubico-pam/issues/detail?id=11 Maxim Burgerhout ma...@wzzrd.com GPG Fingerprint EB11 5E56 E648 9D99 E8EF 05FB C513 6FD4 1302 B48A -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Re: Upcoming Fedora 14 Tasks
On Sun, Oct 17, 2010 at 10:54 PM, Julian Sikorski wrote: > W dniu 17.10.2010 23:19, John Poelstra pisze: >> Start End Name >> Mon 18-Oct Mon 18-Oct Final Change Deadline >> Mon 18-Oct Mon 18-Oct Final Blocker Meeting (f14blocker)--Blocks RC >> Compose >> Mon 18-Oct Mon 18-Oct Submit Installer Builds for Final RC Compose >> Tue 02-Nov Tue 02-Nov Final (GA) Release > Does this bug qualify as a blocker? > https://bugzilla.redhat.com/show_bug.cgi?id=637319 > If anaconda 14.20 gets into the next build and cures the problem maybe this will solve this? The new anaconda version seems to have satisfied the requirements for a push to stable now? -- mike c -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Re: handling env variables like JAVA_HOME, M2_HOME...
On 10/17/2010 03:21 PM, Marius Andreiana wrote: > How can Fedora work out of the box with apps requiring env variables > like JAVA_HOME, M2_HOME ? > > Today, even though fedora provides java & maven, one still has to > manually set these vars. Should Fedora java/maven packages set these > (e.g. by files in /etc/profile.d/), while still allowing users to > overwrite them in ~/.bash_profile? Please be specific. What application wouldn't work? Even better...output from running the app? -- Stanislav Ochotnicky Associate Software Engineer - Base Operating Systems Brno PGP: 71A1677C Red Hat Inc. http://cz.redhat.com signature.asc Description: OpenPGP digital signature -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Re: Java3D?
On 12:53 Sun 17 Oct , Eric Smith wrote: > Has anyone worked on packaging Java3D for Fedora? Or is there any > reason that it wouldn't be acceptable for inclusion in Fedora? > > I haven't really looked into packaging Java3D yet, but I want to package > ReplicatorG, which is used to control 3D printers such as the MakerBot > and RepRap, and it depends on Java3D. If no one else is working on > packaging it, I'm willing to give it a try. > > Thanks, > Eric > > -- > devel mailing list > devel@lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/devel It at least now looks like the license is suitable for Fedora; GPLv2 + Classpath exception for the core, and BSD for vecmath and the utilities, along with the MIT license on some headers: https://j3d-core.dev.java.net/ -- Andrew :) Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) Support Free Java! Contribute to GNU Classpath and the OpenJDK http://www.gnu.org/software/classpath http://openjdk.java.net PGP Key: 94EFD9D8 (http://subkeys.pgp.net) Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
packaging laby
Hello, I've recently been trying to package laby[1] In the middle of building it in mock, I come across this error: > DEBUG: + make -j2 > DEBUG: ocamlfind: Package `lablgtk2' not found > DEBUG: building laby-0.6.2 for linuxelf-i386: laby > DEBUG: ocamlfind: Package `lablgtk2' not found > DEBUG: /usr/bin/ocamldep.opt -modules src/laby.ml > src/laby.ml.depends > DEBUG: /usr/bin/ocamldep.opt -modules src/dtools/conf.mli > > src/dtools/conf.mli.depends > DEBUG: /usr/bin/ocamldep.opt -modules src/dtools/f.mli > > src/dtools/f.mli.depends The build ends up failing with the error: > DEBUG: ocamlopt -c -g -I src -I src/dtools -o src/game.cmx src/game.ml > DEBUG: /usr/bin/ocamldep.opt -modules src/version.ml > src/version.ml.depends > DEBUG: ocamlopt -c -g -I src -I src/dtools -o src/config.cmx src/config.ml > DEBUG: ocamlopt -c -g -I src -I src/dtools -o src/gfx.cmx src/gfx.ml > DEBUG: + ocamlopt -c -g -I src -I src/dtools -o src/gfx.cmx src/gfx.ml > DEBUG: File "src/gfx.ml", line 39, characters 15-31: > DEBUG: Error: Unbound type constructor GdkPixbuf.pixbuf > DEBUG: Command exited with code 2. > DEBUG: make: *** [all] Error 1 > Any help would be appreciated. The incomplete spec is here[2] [1]http://www.pps.jussieu.fr/~gimenez/laby/ [2]http://ankursinha.fedorapeople.org/laby/laby.spec -- Thanks! Regards, Ankur https://fedoraproject.org/wiki/User:Ankursinha "FranciscoD" -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
rawhide report: 20101018 changes
Compose started at Mon Oct 18 08:15:04 UTC 2010 Broken deps for x86_64 -- clutter-gst-devel-1.2.0-1.fc15.i686 requires pkgconfig(clutter-1.0) < 0:1.3.0 clutter-gst-devel-1.2.0-1.fc15.x86_64 requires pkgconfig(clutter-1.0) < 0:1.3.0 dreampie-python3-1.1-5.fc14.noarch requires python(abi) = 0:3.1 empathy-2.32.0-1.fc15.x86_64 requires libcamel-1.2.so.19()(64bit) 1:gedit-devel-2.91.0-4.fc15.i686 requires gtksourceview2-devel >= 0:2.91 1:gedit-devel-2.91.0-4.fc15.x86_64 requires gtksourceview2-devel >= 0:2.91 1:gnome-games-extra-2.31.91.1-1.fc15.x86_64 requires libclutter-gtk-0.10.so.0()(64bit) gnome-pilot-eds-2.32.0-1.fc14.x86_64 requires libcamel-1.2.so.19()(64bit) gnome-python2-brasero-2.32.0-1.fc14.x86_64 requires libbrasero-burn.so.1()(64bit) gnome-python2-brasero-2.32.0-1.fc14.x86_64 requires libbrasero-media.so.1()(64bit) gnome-python2-evince-2.32.0-1.fc14.x86_64 requires libevdocument.so.3()(64bit) gnome-python2-evince-2.32.0-1.fc14.x86_64 requires libevview.so.3()(64bit) gnome-python2-evolution-2.32.0-1.fc14.x86_64 requires libcamel-1.2.so.19()(64bit) gnome-python2-totem-2.32.0-1.fc14.x86_64 requires libgnome-media-profiles.so.0()(64bit) gpx-viewer-0.2.0-3.fc14.x86_64 requires libchamplain-0.6.so.0()(64bit) gpx-viewer-0.2.0-3.fc14.x86_64 requires libclutter-gtk-0.10.so.0()(64bit) gpx-viewer-0.2.0-3.fc14.x86_64 requires libchamplain-gtk-0.6.so.0()(64bit) hornsey-1.5.2-0.3.fc15.x86_64 requires libclutter-gtk-0.10.so.0()(64bit) moblin-panel-status-0.1.21-6.fc14.x86_64 requires libsocialweb-client.so.1()(64bit) moblin-panel-status-0.1.21-6.fc14.x86_64 requires libchamplain-0.6.so.0()(64bit) moblin-panel-status-0.1.21-6.fc14.x86_64 requires libclutter-gtk-0.10.so.0()(64bit) qtgpsc-0.2.3-6.fc12.x86_64 requires libgps.so.18()(64bit) rakudo-0.0.2010.08_2.7.0-1.fc14.x86_64 requires libparrot.so.2.7.0()(64bit) stardict-3.0.1-21.fc13.x86_64 requires libgucharmap.so.7()(64bit) totem-2.90.5-5.fc15.i686 requires libpeasui-1.0.so.0 totem-2.90.5-5.fc15.x86_64 requires libpeasui-1.0.so.0()(64bit) Broken deps for i386 -- clutter-gst-devel-1.2.0-1.fc15.i686 requires pkgconfig(clutter-1.0) < 0:1.3.0 dreampie-python3-1.1-5.fc14.noarch requires python(abi) = 0:3.1 empathy-2.32.0-1.fc15.i686 requires libcamel-1.2.so.19 1:gedit-devel-2.91.0-4.fc15.i686 requires gtksourceview2-devel >= 0:2.91 1:gnome-games-extra-2.31.91.1-1.fc15.i686 requires libclutter-gtk-0.10.so.0 gnome-pilot-eds-2.32.0-1.fc14.i686 requires libcamel-1.2.so.19 gnome-python2-brasero-2.32.0-1.fc14.i686 requires libbrasero-burn.so.1 gnome-python2-brasero-2.32.0-1.fc14.i686 requires libbrasero-media.so.1 gnome-python2-evince-2.32.0-1.fc14.i686 requires libevdocument.so.3 gnome-python2-evince-2.32.0-1.fc14.i686 requires libevview.so.3 gnome-python2-evolution-2.32.0-1.fc14.i686 requires libcamel-1.2.so.19 gnome-python2-totem-2.32.0-1.fc14.i686 requires libgnome-media-profiles.so.0 gpx-viewer-0.2.0-3.fc14.i686 requires libclutter-gtk-0.10.so.0 gpx-viewer-0.2.0-3.fc14.i686 requires libchamplain-0.6.so.0 gpx-viewer-0.2.0-3.fc14.i686 requires libchamplain-gtk-0.6.so.0 hornsey-1.5.2-0.3.fc15.i686 requires libclutter-gtk-0.10.so.0 moblin-panel-status-0.1.21-6.fc14.i686 requires libsocialweb-client.so.1 moblin-panel-status-0.1.21-6.fc14.i686 requires libclutter-gtk-0.10.so.0 moblin-panel-status-0.1.21-6.fc14.i686 requires libchamplain-0.6.so.0 qtgpsc-0.2.3-6.fc12.i686 requires libgps.so.18 rakudo-0.0.2010.08_2.7.0-1.fc14.i686 requires libparrot.so.2.7.0 stardict-3.0.1-21.fc13.i686 requires libgucharmap.so.7 totem-2.90.5-5.fc15.i686 requires libpeasui-1.0.so.0 New package: 3Depict-0.0.2-3.fc14 Valued 3D point cloud visualization and analysis New package: rubygem-net-sftp-2.0.5-2.fc15 A pure Ruby implementation of the SFTP client protocol New package: rubygem-open4-1.0.1-1.fc15 Manage child processes and their IO handles easily Updated Packages: Ajaxterm-0.10-12.fc15 - * Sun Oct 17 2010 Ruben Kerkhof 0.10-12 - Apply patches from Debian (fixes #635238, #544033, enables UTF-8) - Cleanup init script - Add a sysconfig file - Relocate pidfile to /var/run/ajaxterm/ajaxterm.pid - Add a README.Fedora - Add an example config for Apache Thunar-1.0.2-3.fc15 --- * Sat Oct 16 2010 Kevin Fenzi - 1.0.2-3 - Add patch for Drag and drop issue. (#446834) dpkg-1.15.5.6-5.fc15 * Sun Oct 17 2010 Jeroen van Meeuwen - 1.15.5.6-5 - Apply minimal fix for rhbz #642160 ev
Re: Bug in curl makes Fedora ftp:// URL installations fail with some mirrors
On Sun, Oct 17, 2010 at 02:03:20PM +0300, Pasi Kärkkäinen wrote: > Yes, indeed, it seems more likely a bug in the FTP server (pure-ftpd), > but it would be very nice to have a workaround in curl or in anaconda for > it.. Why not fix the the problem at the source? > I'm sure ftp.funet.fi is not the only Fedora mirror running pure-ftpd. If pure-ftpd can't/won't be fixed, perhaps MirrorManager should perform a test for broken ftp servers and refuse to hand out mirrors that are running broken software. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
File PPIx-Regexp-0.014.tar.gz uploaded to lookaside cache by ppisar
A file has been added to the lookaside cache for perl-PPIx-Regexp: 1a363aadab102928580d05315354afd8 PPIx-Regexp-0.014.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-PPIx-Regexp] 0.014 bump
commit 26a91841eabffa381f7167c377a41392f0aebf86 Author: Petr Písař Date: Mon Oct 18 15:37:14 2010 +0200 0.014 bump .gitignore|1 + perl-PPIx-Regexp.spec |5 - sources |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 2195c72..e55933d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ PPIx-Regexp-0.007.tar.gz /PPIx-Regexp-0.010.tar.gz /PPIx-Regexp-0.011.tar.gz /PPIx-Regexp-0.012.tar.gz +/PPIx-Regexp-0.014.tar.gz diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec index 6a48808..aae21a6 100644 --- a/perl-PPIx-Regexp.spec +++ b/perl-PPIx-Regexp.spec @@ -1,5 +1,5 @@ Name: perl-PPIx-Regexp -Version:0.012 +Version:0.014 Release:1%{?dist} Summary:Represent a regular expression of some sort License:GPL+ or Artistic @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Oct 18 2010 Petr Pisar - 0.014-1 +- 0.014 bump + * Mon Oct 04 2010 Petr Pisar - 0.012-1 - 0.012 bump diff --git a/sources b/sources index 9fc4109..6dc83ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2dcb20ed1147db5bc8472042963b88a5 PPIx-Regexp-0.012.tar.gz +1a363aadab102928580d05315354afd8 PPIx-Regexp-0.014.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
Re: Bug in curl makes Fedora ftp:// URL installations fail with some mirrors
Once upon a time, Chuck Anderson said: > On Sun, Oct 17, 2010 at 02:03:20PM +0300, Pasi Kärkkäinen wrote: > > Yes, indeed, it seems more likely a bug in the FTP server (pure-ftpd), > > but it would be very nice to have a workaround in curl or in anaconda for > > it.. > > Why not fix the the problem at the source? Under the "be generous in what you accept", curl should be changed to handle this (especially if other clients can handle it). Looking at a packet dump, I'm not sure which side is at fault. FTP allows you to specify the start of data (start at offset 1384) but not an end, so the only way to get less than the full rest of the file is to abort the data transfer. It looks like curl just closes the data socket without sending an ABOR on the command socket, so I think the server is allowed to dump the client. It would be nicer for the server to handle this better as well, but I think the problem starts with curl. -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Re: [389-devel] jss/ldapjdk source
Michele Baldessari wrote: > Hi all, > > some time ago the sources for jss could be found here: > http://ftp.mozilla.org/pub/mozilla.org/security/jss/releases/ > > Now they seem to have disappeared. Anyone know if they're in some > branch over at hg.mozilla.org? > The NSS team has been reluctant to move from CVS to hg, so the scm should still be cvs. Not sure about the source tarballs though. Looks like they just forgot to put the source tarball for the latest. You should post on news://news.mozilla.org/mozilla.dev.tech.crypto and tell them to post the source tarball. > Similar question for ldapjdk. It used to be available through the following > command: > cvs -d :pserver:anonym...@cvs-mirror.mozilla.org:/cvsroot co > -rLDAPJavaSDK_418 DirectorySDKSourceJava > Yes. > This still works, but I wonder if that is still to be considered the > "official" upstream. > Yes. > Thanks, > -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel
Re: A comps group for the Design Suite
Nicu Buculei (nicu_fed...@nicubunu.ro) said: > >> Do you mean getting rid of the "Graphics" group and creating a new > >> "Design Suite" group? > >> > >> Is there a procedure for this? I mean like filing a ticket some place? > > > > I'm confused about the whole conversation. What exactly are you talking > > about Bill when you refer to creating a new "comps" group? > > When you run any other spin than the Design Suite the ability to run > "yum groupinstall design-suite" and automatically get *all* the goodies > provided by that spin. Right, it would be (for Fedora 15, *not* 14) renaming the graphics grop to the 'design suite' group, and adjusting the package list appropriately. Bill -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
F-14 Branched report: 20101018 changes
Compose started at Mon Oct 18 13:15:05 UTC 2010 Broken deps for x86_64 -- antlr3-python-3.1.2-7.fc14.noarch requires python(abi) = 0:2.6 qtgpsc-0.2.3-6.fc12.x86_64 requires libgps.so.18()(64bit) spacewalk-certs-tools-1.1.1-2.1.fc14.noarch requires spacewalk-backend-libs >= 0:0.8.28 Broken deps for i386 -- antlr3-python-3.1.2-7.fc14.noarch requires python(abi) = 0:2.6 qtgpsc-0.2.3-6.fc12.i686 requires libgps.so.18 spacewalk-certs-tools-1.1.1-2.1.fc14.noarch requires spacewalk-backend-libs >= 0:0.8.28 New package: 3Depict-0.0.2-3.fc14 Valued 3D point cloud visualization and analysis New package: dhcp_probe-1.3.0-6.fc14 Tool for discover DHCP and BootP servers New package: gio-sharp-0.2-2.fc14 C# bindings for gio New package: gkeyfile-sharp-0.1-3.fc14 C# bindings for glib2's keyfile implementation New package: gtk-sharp-beans-2.14.0-2.fc14 C# bindings for GTK+ API not included in GTK# New package: gudev-sharp-0.1-3.fc14 C# bindings for gudev New package: mod_pubcookie-3.3.4a-3.fc14 A solution for single sign-on authentication to websites New package: python-pika-0.5.2-1.fc14 AMQP 0-8 and 0-9-1 client library for Python Updated Packages: ReviewBoard-1.5-17.fc14 --- * Fri Oct 01 2010 Stephen Gallagher - 1.5-17 - Release ReviewBoard 1.5 final - Full release notes: - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5/ TurboGears2-2.1-0.3.rc1.dev1048.fc14 * Tue Sep 28 2010 Luke Macken - 2.1-0.3.rc1.dev1048 - Pre-RC1 development snapshot - Remove strict Pylons<0.9.7 requirement - Get the test suite running - Pull in python-chameleon for the test suite - Require python-simplegeneric - Update the description WebCalendar-1.2.3-1.fc14 * Fri Oct 08 2010 Patrick Monnerat 1.2.3-1 - New upstream version (bugfix release). arduino-0021-1.fc14 --- * Thu Oct 07 2010 Peter Oliver - 0021-1 - New upstream release 0021. - Add patch for new upstream icons. - Override device scan in RXTX to allow use of Arduino Uno. audacious-plugins-2.4.0-5.fc14 -- * Fri Oct 08 2010 Michael Schwendt - 2.4.0-5 - Merge psf.so (OpenPSF PSF1/PSF2 Audio Plugin) from upstream hg to resolve licensing issue. * Wed Oct 06 2010 Michael Schwendt - 2.4.0-4 - PATCH: handle .m3u files with extra whitespace (#640516, Hans de Goede). - Merge scrobbler patch that prevents submitting NULL tags. - Reenable projectM plugin for Fedora >= 14 (GCC >= 4.5). - Update stripped tarball that removes the .psf plugin because of a licensing issue. * Wed Sep 29 2010 jkeating - 2.4.0-3 - Rebuilt for gcc bug 634757 banshee-1.8.0-4.fc14 * Tue Oct 05 2010 Nathaniel McCallum - 1.8.0-4 - Added manual requires for libgpod-sharp, gio-sharp, gtk-sharp-beans - Remove podsleuth dependency * Tue Oct 05 2010 Nathaniel McCallum - 1.8.0-3 - Removed hal and ipod-sharp BR - Removed libmtp-hal Requires - Added gio-sharp, gtk-sharp-beans, gudev-sharp and gkeyfile-sharp BR - Enabled apple device building on s390 s390x (hopefully this works) - Added --disable-hal and --disable-ipod to configure * Fri Oct 01 2010 Nathaniel McCallum - 1.8.0-2 - Add versioned BR for libgpod * Fri Oct 01 2010 Nathaniel McCallum - 1.8.0-1 - Update to 1.8.0 * Fri Oct 01 2010 Nathaniel McCallum - 1.7.6-1 - Update to 1.7.6 - Remove upstreamed build fix patch - Remove upstreamed mimedb patch - Update desktop-database patch to apply against 1.7.6 - Fix gtkwebkit dependency to enable web music stores - Add libgpod-sharp to build requires * Fri Oct 01 2010 Dan Horák - 1.7.4-3 - Fix BRs and configure options on s390(x) and ppc(64) banshee-community-extensions-1.8.0-2.fc14 - * Sun Oct 03 2010 Nathaniel McCallum - 1.8.0-2 - Fix permissions on dll.config files * Sun Oct 03 2010 Nathaniel McCallum - 1.8.0-1 - Update to 1.8.0 - Remove ipod-sharp and ndesk-dbus BR * Wed Aug 18 2010 Christian Krause - 1.7.4-2 - Enable clutterflow extensions calibre-0.7.23-1.fc14 - * Sat Oct 09 2010 Kevin Fenzi - 0.7.23-1 - Update to 0.7.23 - Fix up mount helper with our own local script. - Change files to list binaries so missing ones can more easily be noted. * Mon Oct 04 2010 Kevin Fenzi - 0.7.22-1 - Update to 0.7.22 * Fri Oct 01 2010 Kevin Fenzi - 0.7.21-1 - Update to 0.7.21 * Wed Sep 29 2010 jkeating - 0.7.20-2 - Rebuilt for gcc bug 634757 clutter-sharp-0-0.8.20090828.fc14 - * Wed Aug 18 2010 Christian Krause - 0-0.8.20090828 - Fix libdir path in %{_libdir}/pkgconfig/*.pc dmidecode-2.10-2.fc14 - * Fri Oct 15 2010 Anton Arapov - 1:2.1.0-2 - Does not b
Re: Bug in curl makes Fedora ftp:// URL installations fail with some mirrors
On 10/18/2010 07:44 AM, Chris Adams wrote: [good analysis snipped] > It would be nicer for the server to handle this better as well, but I > think the problem starts with curl. All _three_ parties have work to do: 1. curl has a bug when terminating a transfer before end-of-file: should send ABOR on the command channel before early close() on the data channel. 2. The server has a Usability bug in not resuming the command channel after the timeout on the data channel. 3. anaconda has a bug (installer fails to fetch some files) because there is no recovery action when pycurl fails. Default should be to try two or three times, each time skipping over the files which were fetched successfully. -- -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Re: orphan most of my packages
Thank you. I'll look what I can do with it. Unfortunately I'm not python developer. 17.10.2010 23:44, Andy Shevchenko пишет: > In the attachment a few patches which were not included in the Fedora > yet. I don't remember for which version they are and what usefulness > of them, but just in case I send them to you. > > On Sun, Oct 10, 2010 at 7:29 PM, Robin Lee wrote: >> python-alsa is taken by 'cheeselee' >> >> On Sun, Oct 10, 2010 at 10:13 PM, Andy Shevchenko >> wrote: >>> Hello, >>> >>> I have no more time to support the following packages in the Fedora. >>> >>> jack-audio-connection-kit -- The Jack Audio Connection Kit >>> >>> klamav -- Clam Anti-Virus on the KDE Desktop >>> >>> man-pages-uk -- Ukrainian man pages from the Linux Documentation Project >>> >>> python-alsa -- Python binding for the ALSA library >>> >>> qstat -- Real-time Game Server Status for FPS game servers >>> >>> uniconvertor -- Universal vector graphics translator >>> >>> >>> -- >>> With Best Regards, >>> Andy Shevchenko >>> -- >>> devel mailing list >>> devel@lists.fedoraproject.org >>> https://admin.fedoraproject.org/mailman/listinfo/devel >> >> -- >> devel mailing list >> devel@lists.fedoraproject.org >> https://admin.fedoraproject.org/mailman/listinfo/devel >> > > -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
[Test-Announce] 2010-10-18 - F-14-Final Blocker review recap
#fedora-bugzappers: F-14-Final Blocker Review Meeting - https://bugzilla.redhat.com/showdependencytree.cgi?id=F14Blocker&hide_resolved=1 Meeting started by jlaska at 16:09:54 UTC. The full logs are available at http://meetbot.fedoraproject.org/fedora-bugzappers/2010-10-18/fedora-bugzappers.2010-10-18-16.09.log.html . Meeting summary --- * LINK: http://meetbot.fedoraproject.org/teams/f-14-blocker-review/f-14-blocker-review.2010-10-01-16.00.html (nirik, 16:11:53) * https://bugzilla.redhat.com/show_bug.cgi?id=583906 - Backtrace in clearpart_gui when only uninitialized disks are found (jlaska, 16:16:20) * ACTION: jlaska - retest BIOS RAID installs using Live image (jlaska, 16:22:54) * AGREED: 583906 - original traceback has been resolved with patch, remaining missing BIOS RAID drive(s) will be tracked in a new bug (jlaska, 16:31:34) * ACTION: fedora-qa - with BIOS RAID, please help test BIOS RAID installs from Live image (583906) (jlaska, 16:31:52) * https://bugzilla.redhat.com/show_bug.cgi?id=584328 - AttributeError: 'NoneType' object has no attribute 'name' (jlaska, 16:33:42) * Waiting on new pyblock to be submitted (jlaska, 16:36:16) * LINK: http://koji.fedoraproject.org/koji/buildinfo?buildID=200680 (clumens, 16:37:58) * ACTION: pjones - will submit updated pyblock build for 584328 (jlaska, 16:39:15) * https://bugzilla.redhat.com/show_bug.cgi?id=641474 - devicemapper UUID field cannot be assigned after map creation (jlaska, 16:39:44) * AGREED: 641474 - Fix included in https://admin.fedoraproject.org/updates/kernel-2.6.35.6-43.fc14, move to ON_QA and request testing (jlaska, 16:43:52) * https://bugzilla.redhat.com/show_bug.cgi?id=641474 - libdm does not present method to assign UUID after map creation (jlaska, 16:45:33) * AGREED: 641474 - waiting for patch to be included in koji build and bodhi update ASAP (jlaska, 16:49:36) * LINK: http://koji.fedoraproject.org/koji/buildinfo?buildID=200666 (adamw, 16:50:01) * https://bugzilla.redhat.com/show_bug.cgi?id=641476 - devicemapper UUID field cannot be assigned after map creation (jlaska, 16:51:19) * pilot error -- please see previous discussion on bug matching same description (jlaska, 16:51:39) * https://bugzilla.redhat.com/show_bug.cgi?id=643220 - Blocker bug for final version of release notes (jlaska, 16:52:25) * LINK: https://admin.fedoraproject.org/updates/fedora-release-notes-14.0.3-1.fc14 (jlaska, 16:52:59) * ACTION: adamw to propose final release criterion for release note inclusion (adamw, 16:57:18) * AGREED: 643220 - accepted to F14Blocker. Bodhi update available, need to confirm with jjmcd whether bodhi update is the expected release-notes update (jlaska, 16:59:12) * https://bugzilla.redhat.com/show_bug.cgi?id=643580 - Fedora 14 TC1 DVD Graphical Install Fails (jlaska, 16:59:43) * AGREED: 643580 - accepted as 'nice-to-have' and move to MODIFIED. Team expects this to be resolved by a related fix in anaconda-14.20-1. Retest against F-14-RC1. (jlaska, 17:07:43) * https://bugzilla.redhat.com/show_bug.cgi?id=643951 (jlaska, 17:09:14) * AGREED: 643951 - Unclear impact and ETA on fix, accepted as 'nice-to-have' pending additional feedback from maintainer (jlaska, 17:18:11) * Open discussion - (jlaska, 17:23:06) Meeting ended at 17:26:14 UTC. Action Items * jlaska - retest BIOS RAID installs using Live image * fedora-qa - with BIOS RAID, please help test BIOS RAID installs from Live image (583906) * pjones - will submit updated pyblock build for 584328 * adamw to propose final release criterion for release note inclusion Action Items, by person --- * adamw * adamw to propose final release criterion for release note inclusion * jlaska * jlaska - retest BIOS RAID installs using Live image * **UNASSIGNED** * fedora-qa - with BIOS RAID, please help test BIOS RAID installs from Live image (583906) * pjones - will submit updated pyblock build for 584328 People Present (lines said) --- * jlaska (191) * adamw (68) * clumens (15) * bcl (9) * buggbot (9) * red_alert (9) * gholms|work (8) * nirik (4) * zodbot (3) * ajax (2) * saccia (1) * notting (1) Generated by `MeetBot`_ 0.1.4 .. _`MeetBot`: http://wiki.debian.org/MeetBot signature.asc Description: This is a digitally signed message part ___ test-announce mailing list test-annou...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/test-announce-- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.
Nice-to-have bug process goes (officially) live
Hi, everyone. Following up on my drafts from last month - see the threads http://lists.fedoraproject.org/pipermail/devel/2010-September/143343.html and http://lists.fedoraproject.org/pipermail/test/2010-October/094469.html - I've now pushed the Wiki modifications to cover the new process for tracking nice-to-have bugs live. (We've actually been applying the system in practice since F14 Beta, and it's been working well). This also involved creating a page to document the blocker bug process, since we didn't have one before. The new pages are: https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process https://fedoraproject.org/wiki/QA:SOP_nth_bug_process adjusted pages are: https://fedoraproject.org/wiki/QA:SOP_Blocker_Bug_Meeting https://fedoraproject.org/wiki/QA:Desktop_validation_testing https://fedoraproject.org/wiki/QA:Desktop_validation_results_template there may be other pages that would benefit from linking to the new process pages, please do add links wherever appropriate - I'm guessing releng probably has some places where linkage would make sense. Thanks for the comments, everyone. -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org http://www.happyassassin.net -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora 14 Final Change Deadline Reached
As a reminder, we have reached the Final Change Deadline for Fedora 14. https://fedoraproject.org/wiki/Change_deadlines "After the change deadlines for the Final release no more updates are made to the branched development repository (e.g. /pub/fedora/linux/development/14). The only exceptions are accepted blocker and "nice to have" bugs: https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process https://fedoraproject.org/wiki/QA:SOP_nth_bug_process All updates after this time are considered zero day updates of the release, and are pushed to the updates repository which is available on the public availability date. For example, the repository for Fedora 14 is /pub/fedora/linux/updates/14." John ___ devel-announce mailing list devel-annou...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel-announce -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel