Re: rfc/headsup: graphics driver packaging in F16+

2011-04-14 Thread Adam Jackson
On 4/13/11 11:58 PM, Adam Williamson wrote: In the interests of general public enlightenment, it would've been nice if you'd answered KK's question what am I missing, i.e., where's the magic bit which makes llvmpipe the default? Knowledge is always a good thing :) The specfile contains this

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
2011/4/14 Andreas Schwab sch...@redhat.com: Michał Piotrowski mkkp...@gmail.com writes: After turning system on I noticed that repo is totally broken. How do you define totally broken? All files in repo looks like added to commit, but not commited. # # Initial commit # # Changes to be

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Andreas Schwab
Michał Piotrowski mkkp...@gmail.com writes: Also git log says fatal: bad default revision 'HEAD' Looks like the only issue is that .git/refs/heads/master has been lost. Andreas. -- Andreas Schwab, sch...@redhat.com GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E And

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
W dniu 14 kwietnia 2011 10:29 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com writes: Also git log says fatal: bad default revision 'HEAD' Looks like the only issue is that .git/refs/heads/master has been lost. Indeed, the file is empty. But I don't

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Andreas Schwab
Michał Piotrowski mkkp...@gmail.com writes: But I don't have this file in the repo that I restored from the backup. You do, in .git/packed-refs. Andreas. -- Andreas Schwab, sch...@redhat.com GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E And now for something

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
W dniu 14 kwietnia 2011 10:42 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com writes: But I don't have this file in the repo that I restored from the backup. You do, in .git/packed-refs. You're right. But the question remains - should enabled

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Andreas Schwab
Michał Piotrowski mkkp...@gmail.com writes: But the question remains - should enabled barriers protect against such data loss/breakage? Or I just had a big bad luck? It could also be a bug in git, perhaps it needs to take more care to create the ref file atomically. Andreas. -- Andreas

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michal Hlavinka
Hi, I have similar question (sorry for stealing this thread). I have package that has 3 services (they somehow depend on each other). Based on configuration in /etc/sysconfig/.. file it starts 2 or 3 services. This is handled by init script, but I don't know how to do it in systemd service

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
W dniu 14 kwietnia 2011 11:04 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com writes: But the question remains - should enabled barriers protect against such data loss/breakage? Or I just had a big bad luck? It could also be a bug in git, perhaps it

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Andreas Schwab
Michał Piotrowski mkkp...@gmail.com writes: W dniu 14 kwietnia 2011 11:04 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com writes: But the question remains - should enabled barriers protect against such data loss/breakage? Or I just had a big bad

Orphaning irda-utils

2011-04-14 Thread Karsten Hopp
As I have neither hardware to test nor time to give the package the needed love (i.e. init scripts) I've given up ownership of the irda-utils package. It's a package with 5 open bugs, two of them man page fixes, the other three initscript stuff that needs some work/testing. Karsten --

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michal Schmidt
On 04/14/2011 11:14 AM, Michal Hlavinka wrote: d) split it to more service files and make dependency there this would be incompatible change in configuration and hard to do, Hard maybe, but solvable. Incompatibility happens from time to time. That's what release notes are for. I can imagine a

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Ric Wheeler
On 04/14/2011 05:19 AM, Andreas Schwab wrote: Michał Piotrowskimkkp...@gmail.com writes: W dniu 14 kwietnia 2011 11:04 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowskimkkp...@gmail.com writes: But the question remains - should enabled barriers protect against such

[Test-Announce] Fedora 15 Virtualization Test Day -- Thu. April 14th

2011-04-14 Thread Justin M. Forbes
This is just a reminder that today, April 14 is Fedora Virtualization test day. Test plans and more information for the event can be found on the Fedora Project Wiki at: https://fedoraproject.org/wiki/Test_Day:2011-04-14_Virtualization IRC for the event on freenode in #fedora-test-day. Please

Re: [Test-Announce] Fedora 15 Virtualization Test Day -- Thu. April 14th

2011-04-14 Thread Maxim Burgerhout
On Thu, Apr 14, 2011 at 14:00, Justin M. Forbes jmfor...@linuxtx.org wrote: This is just a reminder that today, April 14 is Fedora Virtualization test day. Test plans and more information for the event can be found on the Fedora Project Wiki at:

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Jóhann B. Guðmundsson
On 04/14/2011 09:14 AM, Michal Hlavinka wrote: Is there a good solution for this? The right solution is to split this into three service files as I have done in bug 696611 then simply run systemctl start/stop/restart/reload/enable upsd-master.service # for master ( which start the

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michal Hlavinka
On Thursday, April 14, 2011 13:26:02 Michal Schmidt wrote: On 04/14/2011 11:14 AM, Michal Hlavinka wrote: d) split it to more service files and make dependency there this would be incompatible change in configuration and hard to do, Hard maybe, but solvable. Incompatibility happens from

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 11:14, Michal Hlavinka (mhlav...@redhat.com) wrote: Hi, I have similar question (sorry for stealing this thread). I have package that has 3 services (they somehow depend on each other). Based on configuration in /etc/sysconfig/.. file it starts 2 or 3 services. This is

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 12:55, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 09:54:59 Jóhann B. Guðmundsson wrote: Is there a good solution for this? Which service ( file ) is this. I can take a look at to see which way is best to approach it. It's

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Eric Sandeen
On 4/14/11 4:27 AM, Michał Piotrowski wrote: W dniu 14 kwietnia 2011 11:19 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com writes: W dniu 14 kwietnia 2011 11:04 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 14:51, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 13:26:02 Michal Schmidt wrote: On 04/14/2011 11:14 AM, Michal Hlavinka wrote: d) split it to more service files and make dependency there this would be incompatible change in

Re: dependencies on mod_perl-devel in rawhide

2011-04-14 Thread Paul Howarth
On 11/04/11 22:28, Michael Schwendt wrote: On Mon, 11 Apr 2011 11:00:07 +0200, Marcela wrote: mod_perl-devel erroneously provides perl(warnings), which means that anything containing a perl script with use warnings; in it is liable to pull it in. Should be easily fixable - I'll get on it.

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
W dniu 14 kwietnia 2011 15:42 użytkownik Eric Sandeen sand...@redhat.com napisał: On 4/14/11 4:27 AM, Michał Piotrowski wrote: W dniu 14 kwietnia 2011 11:19 użytkownik Andreas Schwab sch...@redhat.com napisał: Michał Piotrowski mkkp...@gmail.com writes: W dniu 14 kwietnia 2011 11:04

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Simo Sorce
On Thu, 14 Apr 2011 15:28:28 +0200 Lennart Poettering mzerq...@0pointer.de wrote: On Thu, 14.04.11 12:55, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 09:54:59 Jóhann B. Guðmundsson wrote: Is there a good solution for this? Which service ( file )

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 09:51, Simo Sorce (sso...@redhat.com) wrote: Systemd needs to offer a way to handle these situation until most distributions decide to adopt systemd. Because upstream has to deal primarily with sysvinit, and many will not care about systemd until it is widespread. The way it

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Eric Sandeen
On 4/14/11 8:50 AM, Michał Piotrowski wrote: W dniu 14 kwietnia 2011 15:42 użytkownik Eric Sandeen sand...@redhat.com napisał: ... What kind of SSD is it? OCZ Vertex 2 with firmware 1.25 (this is not the latest version, but I did not have too much courage to update it :)) Ok. We (the

Re: [perl] Filter *.so at the start of spec.

2011-04-14 Thread Marcela Mašláňová
When you do an update for F-15, please add the following builds to it, which remove the bogus perl(UNIVERSAL) provides: perl-UNIVERSAL-exports-0.05-11.fc15 perl-UNIVERSAL-moniker-0.08-14.fc15 perl-UNIVERSAL-require-0.13-6.fc15 If they were pushed before the perl update, there'd be

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michal Hlavinka
On Thursday, April 14, 2011 15:48:09 Lennart Poettering wrote: On Thu, 14.04.11 14:51, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 13:26:02 Michal Schmidt wrote: On 04/14/2011 11:14 AM, Michal Hlavinka wrote: d) split it to more service files and make

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Jóhann B. Guðmundsson
On 04/14/2011 12:51 PM, Michal Hlavinka wrote: Can you elaborate on this? a) ups driver - runs when you have ups attached to that host b) upsd - runs when you have ups attached to that host c) upsmon (master/slave mode) - usualy runs on machine where you have ups, but it can run on machine

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
W dniu 14 kwietnia 2011 15:59 użytkownik Eric Sandeen sand...@redhat.com napisał: On 4/14/11 8:50 AM, Michał Piotrowski wrote: W dniu 14 kwietnia 2011 15:42 użytkownik Eric Sandeen sand...@redhat.com napisał: ... What kind of SSD is it? OCZ Vertex 2 with firmware 1.25 (this is not the

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Jóhann B. Guðmundsson
On 04/14/2011 02:35 PM, Michal Hlavinka wrote: If I use Requires= directive, it starts driver for upsd, but is it possible to specify to stop the driver when upsd stops? I think that you would use BindTo= instead of Requires= in upsd.service ( that is if uspd is depend upon them being

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michal Hlavinka
On Thursday, April 14, 2011 14:46:01 Jóhann B. Guðmundsson wrote: On 04/14/2011 12:51 PM, Michal Hlavinka wrote: Can you elaborate on this? a) ups driver - runs when you have ups attached to that host b) upsd - runs when you have ups attached to that host c) upsmon (master/slave mode) -

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michał Piotrowski
Hi, 2011/4/14 Michal Hlavinka mhlav...@redhat.com: On Thursday, April 14, 2011 14:46:01 Jóhann B. Guðmundsson wrote: On 04/14/2011 12:51 PM, Michal Hlavinka wrote: Can you elaborate on this? a) ups driver - runs when you have ups attached to that host b) upsd - runs when you have ups

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Bruno Wolff III
On Thu, Apr 14, 2011 at 16:53:00 +0200, Michał Piotrowski mkkp...@gmail.com wrote: Fixed a rare condition that could cause the drive to reset and clear the data I begin to wonder if it was the right decision to change main drive to SSD :) Maybe it's time to start using data=journal If

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Jason D. Clinton
2011/4/14 Bruno Wolff III br...@wolff.to On Thu, Apr 14, 2011 at 16:53:00 +0200, Michał Piotrowski mkkp...@gmail.com wrote: Fixed a rare condition that could cause the drive to reset and clear the data I begin to wonder if it was the right decision to change main drive to SSD :)

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 16:35, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 15:48:09 Lennart Poettering wrote: On Thu, 14.04.11 14:51, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 13:26:02 Michal Schmidt wrote: On 04/14/2011

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 14:57, Jóhann B. Guðmundsson (johan...@gmail.com) wrote: On 04/14/2011 02:35 PM, Michal Hlavinka wrote: If I use Requires= directive, it starts driver for upsd, but is it possible to specify to stop the driver when upsd stops? I think that you would use BindTo=

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
2011/4/14 Jason D. Clinton m...@jasonclinton.com: 2011/4/14 Bruno Wolff III br...@wolff.to On Thu, Apr 14, 2011 at 16:53:00 +0200,  Michał Piotrowski mkkp...@gmail.com wrote: Fixed a rare condition that could cause the drive to reset and clear the data I begin to wonder if it was the

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Adam Williamson
On Thu, 2011-04-14 at 09:15 +0200, Michał Piotrowski wrote: Hi, I experienced a small loss of power during commiting to a git repo. I can't resist...how does a 'small' loss of power differ from a 'large' loss of power? :) -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Fedora

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Bryn M. Reeves
On 04/14/2011 04:38 PM, Michał Piotrowski wrote: 2011/4/14 Jason D. Clinton m...@jasonclinton.com: 2011/4/14 Bruno Wolff III br...@wolff.to On Thu, Apr 14, 2011 at 16:53:00 +0200, Michał Piotrowski mkkp...@gmail.com wrote: Fixed a rare condition that could cause the drive to reset and clear

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Bryn M. Reeves
On 04/14/2011 04:38 PM, Adam Williamson wrote: On Thu, 2011-04-14 at 09:15 +0200, Michał Piotrowski wrote: Hi, I experienced a small loss of power during commiting to a git repo. I can't resist...how does a 'small' loss of power differ from a 'large' loss of power? :) Haha only-serious

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
2011/4/14 Adam Williamson awill...@redhat.com: On Thu, 2011-04-14 at 09:15 +0200, Michał Piotrowski wrote: Hi, I experienced a small loss of power during commiting to a git repo. I can't resist...how does a 'small' loss of power differ from a 'large' loss of power? :) 'small' is for a few

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Reindl Harald
Am 14.04.2011 17:38, schrieb Michał Piotrowski: I hope that it works this way only on NTFS and do not attempt to free unused Ext4 space :) why should the FS matter for the physical layer under the FS? signature.asc Description: OpenPGP digital signature -- devel mailing list

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
2011/4/14 Bryn M. Reeves b...@redhat.com: On 04/14/2011 04:38 PM, Michał Piotrowski wrote: 2011/4/14 Jason D. Clinton m...@jasonclinton.com: 2011/4/14 Bruno Wolff III br...@wolff.to On Thu, Apr 14, 2011 at 16:53:00 +0200,  Michał Piotrowski mkkp...@gmail.com wrote: Fixed a rare condition

Re: Ext4 + barriers=1 + ssd + power loss while commiting to a git repo = broken repo?

2011-04-14 Thread Michał Piotrowski
W dniu 14 kwietnia 2011 17:53 użytkownik Reindl Harald h.rei...@thelounge.net napisał: Am 14.04.2011 17:38, schrieb Michał Piotrowski: I hope that it works this way only on NTFS and do not attempt to free unused Ext4 space :) why should the FS matter for the physical layer under the FS?

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Jóhann B. Guðmundsson
On 04/14/2011 03:36 PM, Lennart Poettering wrote: In man systemd.unit BindTo= Configures requirement dependencies, very similar in style to Requires=, however in addition to this behaviour it also declares that this unit is stopped when any of the

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Tomasz Torcz
On Thu, Apr 14, 2011 at 05:31:35PM +0200, Lennart Poettering wrote: On Thu, 14.04.11 16:35, Michal Hlavinka (mhlav...@redhat.com) wrote: On Thursday, April 14, 2011 15:48:09 Lennart Poettering wrote: On Thu, 14.04.11 14:51, Michal Hlavinka (mhlav...@redhat.com) wrote: On

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Jóhann B. Guðmundsson
On 04/14/2011 04:19 PM, Tomasz Torcz wrote: /etc/sysconfig/xxx is mostly a Fedora/Red Hat idiom. I am pretty sure the Debian version of the boot scripts do not honour this request. Debian has mostly identical /etc/default/xxx. Perhaps the same team that look at /run changes can come back

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michał Piotrowski
2011/4/14 Jóhann B. Guðmundsson johan...@gmail.com: On 04/14/2011 04:19 PM, Tomasz Torcz wrote: /etc/sysconfig/xxx is mostly a Fedora/Red Hat idiom. I am pretty sure  the Debian version of the boot scripts do not honour this request.    Debian has mostly identical /etc/default/xxx. Perhaps

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 18:40, Michał Piotrowski (mkkp...@gmail.com) wrote: 2011/4/14 Jóhann B. Guðmundsson johan...@gmail.com: On 04/14/2011 04:19 PM, Tomasz Torcz wrote: /etc/sysconfig/xxx is mostly a Fedora/Red Hat idiom. I am pretty sure  the Debian version of the boot scripts do not

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 16:15, Jóhann B. Guðmundsson (johan...@gmail.com) wrote: On 04/14/2011 03:36 PM, Lennart Poettering wrote: In man systemd.unit BindTo= Configures requirement dependencies, very similar in style to Requires=, however in addition to this

[Bug 696725] New: RPM doesn't create /var/run/amavisd

2011-04-14 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RPM doesn't create /var/run/amavisd https://bugzilla.redhat.com/show_bug.cgi?id=696725 Summary: RPM doesn't create /var/run/amavisd Product: Fedora

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Chris Adams
Once upon a time, Lennart Poettering mzerq...@0pointer.de said: The place for system configuration is /etc. I have yet to see a really convincing example why /etc/sysconfig/ or /etc/default would win us anything. /etc/sysconfig is essentially configuration for the init system managing daemons.

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 13:05, Chris Adams (cmad...@hiwaay.net) wrote: Once upon a time, Lennart Poettering mzerq...@0pointer.de said: The place for system configuration is /etc. I have yet to see a really convincing example why /etc/sysconfig/ or /etc/default would win us anything.

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Miloslav Trmač
On Thu, Apr 14, 2011 at 8:21 PM, Lennart Poettering mzerq...@0pointer.de wrote: On Thu, 14.04.11 13:05, Chris Adams (cmad...@hiwaay.net) wrote: Since they are config files (unlike the init scripts themselves), changing them doesn't leave you with RPM wanting to replace them on every package

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Simo Sorce
On Thu, 14 Apr 2011 20:35:07 +0200 Miloslav Trmač m...@volny.cz wrote: On Thu, Apr 14, 2011 at 8:21 PM, Lennart Poettering mzerq...@0pointer.de wrote: On Thu, 14.04.11 13:05, Chris Adams (cmad...@hiwaay.net) wrote: Since they are config files (unlike the init scripts themselves), changing

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 20:35, Miloslav Trmač (m...@volny.cz) wrote: On Thu, Apr 14, 2011 at 8:21 PM, Lennart Poettering mzerq...@0pointer.de wrote: On Thu, 14.04.11 13:05, Chris Adams (cmad...@hiwaay.net) wrote: Since they are config files (unlike the init scripts themselves), changing them

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Lennart Poettering
On Thu, 14.04.11 15:48, Simo Sorce (sso...@redhat.com) wrote: On Thu, 14 Apr 2011 20:35:07 +0200 Miloslav Trmač m...@volny.cz wrote: On Thu, Apr 14, 2011 at 8:21 PM, Lennart Poettering mzerq...@0pointer.de wrote: On Thu, 14.04.11 13:05, Chris Adams (cmad...@hiwaay.net) wrote: Since

F-15 Branched report: 20110414 changes

2011-04-14 Thread Branched Report
Compose started at Thu Apr 14 13:15:51 UTC 2011 Broken deps for x86_64 -- collectd-mysql-4.10.2-2.fc15.x86_64 requires libmysqlclient.so.16()(64bit) collectd-mysql-4.10.2-2.fc15.x86_64 requires

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Mathieu Bridon
On Fri, 2011-04-15 at 00:23 +0200, Lennart Poettering wrote: Note however that while some settings override others some act as additions. Example: A later User=foo will override an earlier User=bar, but a later Requires=foo will be added to an earlier Requires=bar, so that you effectively have

[Test-Announce] F-15 Beta RC2 Validation Test Recap

2011-04-14 Thread He Rui
Greetings testers, As you've known that Beta has been declared gold, validation tests were being executed to guarantee that Beta RC2 could finally meet the beta release criteria[1]. During the tests, as expected, no beta blockers were found and the results were summarized as below:

Re: Systemd unit file implementation questions (ypbind)

2011-04-14 Thread Michal Hlavinka
On Thursday, April 14, 2011 19:54:36 Lennart Poettering wrote: On Thu, 14.04.11 16:15, Jóhann B. Guðmundsson (johan...@gmail.com) wrote: On 04/14/2011 03:36 PM, Lennart Poettering wrote: In man systemd.unit BindTo= Configures requirement dependencies,

[perl-UNIVERSAL-require] Minor tidy-up

2011-04-14 Thread Paul Howarth
commit 1ad1faa0a73102ecf3522d4b6ea1aecb79383561 Author: Paul Howarth p...@city-fan.org Date: Thu Apr 14 09:40:07 2011 +0100 Minor tidy-up perl-UNIVERSAL-require.spec |9 - 1 files changed, 4 insertions(+), 5 deletions(-) --- diff --git a/perl-UNIVERSAL-require.spec

[perl-UNIVERSAL-require] Tweak provides filter to work with rpm = 4.9 too

2011-04-14 Thread Paul Howarth
commit cc75fdef348f35d45b0d872e9badaf5e6e369edf Author: Paul Howarth p...@city-fan.org Date: Thu Apr 14 09:43:29 2011 +0100 Tweak provides filter to work with rpm = 4.9 too perl-UNIVERSAL-require.spec | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) --- diff

[perl-UNIVERSAL-require/f15/master] (2 commits) ...Tweak provides filter to work with rpm = 4.9 too

2011-04-14 Thread Paul Howarth
Summary of changes: 1ad1faa... Minor tidy-up (*) cc75fde... Tweak provides filter to work with rpm = 4.9 too (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list

[perl-UNIVERSAL-exports] Minor tidy-up

2011-04-14 Thread Paul Howarth
commit 3267478428cad6f3d2a0fc808b95f70c3c74af11 Author: Paul Howarth p...@city-fan.org Date: Thu Apr 14 10:10:37 2011 +0100 Minor tidy-up perl-UNIVERSAL-exports.spec | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) --- diff --git a/perl-UNIVERSAL-exports.spec

[perl-UNIVERSAL-exports] Tweak provides filter to work with rpm = 4.9 too

2011-04-14 Thread Paul Howarth
commit 01ed28fea4546123a996c2b65d1421b1ff17bac4 Author: Paul Howarth p...@city-fan.org Date: Thu Apr 14 10:17:46 2011 +0100 Tweak provides filter to work with rpm = 4.9 too perl-UNIVERSAL-exports.spec | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) --- diff

[perl-UNIVERSAL-require] Created tag perl-UNIVERSAL-require-0.13-6.fc15

2011-04-14 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-require-0.13-6.fc15' was created pointing to: cc75fde... Tweak provides filter to work with rpm = 4.9 too -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-UNIVERSAL-require] Created tag perl-UNIVERSAL-require-0.13-6.fc16

2011-04-14 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-require-0.13-6.fc16' was created pointing to: cc75fde... Tweak provides filter to work with rpm = 4.9 too -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-UNIVERSAL-exports/f15/master] (2 commits) ...Tweak provides filter to work with rpm = 4.9 too

2011-04-14 Thread Paul Howarth
Summary of changes: 3267478... Minor tidy-up (*) 01ed28f... Tweak provides filter to work with rpm = 4.9 too (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list

[perl-UNIVERSAL-exports] Created tag perl-UNIVERSAL-exports-0.05-11.fc15

2011-04-14 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-exports-0.05-11.fc15' was created pointing to: 01ed28f... Tweak provides filter to work with rpm = 4.9 too -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-UNIVERSAL-exports] Created tag perl-UNIVERSAL-exports-0.05-11.fc16

2011-04-14 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-exports-0.05-11.fc16' was created pointing to: 01ed28f... Tweak provides filter to work with rpm = 4.9 too -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-UNIVERSAL-moniker] Minor tidy-up

2011-04-14 Thread Paul Howarth
commit 639fec2f7b819b4e2066c9f7243c859304e61865 Author: Paul Howarth p...@city-fan.org Date: Thu Apr 14 10:44:02 2011 +0100 Minor tidy-up perl-UNIVERSAL-moniker.spec | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) --- diff --git a/perl-UNIVERSAL-moniker.spec

[perl-UNIVERSAL-moniker] Tweak provides filter to work with rpm = 4.9 too

2011-04-14 Thread Paul Howarth
commit 6f88362fe592d3b869ed898ef822d20f47f11b1d Author: Paul Howarth p...@city-fan.org Date: Thu Apr 14 10:52:14 2011 +0100 Tweak provides filter to work with rpm = 4.9 too perl-UNIVERSAL-moniker.spec | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) --- diff

[perl-UNIVERSAL-moniker/f15/master] (2 commits) ...Tweak provides filter to work with rpm = 4.9 too

2011-04-14 Thread Paul Howarth
Summary of changes: 639fec2... Minor tidy-up (*) 6f88362... Tweak provides filter to work with rpm = 4.9 too (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list

[perl-UNIVERSAL-moniker] Created tag perl-UNIVERSAL-moniker-0.08-14.fc15

2011-04-14 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-moniker-0.08-14.fc15' was created pointing to: 6f88362... Tweak provides filter to work with rpm = 4.9 too -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-UNIVERSAL-moniker] Created tag perl-UNIVERSAL-moniker-0.08-14.fc16

2011-04-14 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-moniker-0.08-14.fc16' was created pointing to: 6f88362... Tweak provides filter to work with rpm = 4.9 too -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

Re: [perl] Filter *.so at the start of spec.

2011-04-14 Thread Paul Howarth
On 13/04/11 21:18, Paul Howarth wrote: On Wed, 13 Apr 2011 15:38:21 +0200 Marcela Mašláňovámmasl...@redhat.com wrote: On 04/13/2011 03:07 PM, Paul Howarth wrote: On 01/10/10 09:26, Marcela Mašláňová wrote: commit 29e9c5e6c9749506b3718757acf3069d1f7bab33 Author: Marcela

[Bug 692060] perl-Crypt-OpenSSL-X509-1.8 is available

2011-04-14 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=692060 Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org changed: What|Removed

[Bug 696795] CVE-2011-1685 rt3: several security flaws fixed in 3.6.11, 3.8.10

2011-04-14 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=696795 Vincent Danen vda...@redhat.com changed: What|Removed |Added

[Bug 696795] CVE-2011-1685 CVE-2011-1686 CVE-2011-1687 CVE-2011-1688 CVE-2011-1689 CVE-2011-1690 rt3: several security flaws fixed in 3.6.11, 3.8.10

2011-04-14 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=696795 Vincent Danen vda...@redhat.com changed: What|Removed |Added

[Bug 681755] RFE: Please upgrade Test::Simple

2011-04-14 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=681755 --- Comment #11 from Fedora Update System upda...@fedoraproject.org 2011-04-14 16:52:17 EDT --- perl-Test-Simple-0.98-1.fc14

Broken dependencies: perl-Math-Random-MT-Auto

2011-04-14 Thread buildsys
perl-Math-Random-MT-Auto has broken dependencies in the F-15 tree: On x86_64: perl-Math-Random-MT-Auto-6.16-2.fc15.x86_64 requires perl(Object::InsideOut) = 0:2.06 On i386: perl-Math-Random-MT-Auto-6.16-2.fc15.i686 requires perl(Object::InsideOut) = 0:2.06 Please resolve this