[RPM Spec] Shall we use Local time or UTC for %changelog date?

2011-07-21 Thread Ding Yi Chen
Hi list, I recently ran into an interesting problem related to time zone. I live in time zone GMT+10. On 0:10, 18th July, I wrote my changelog as: * Mon Jul 18 2011 .. And then run rpmlint, which give me: : E: changelog-time-in-future 2011-07-18 So I am wondering which one I should use

Re: how to declare %config with a list of files ?

2011-07-21 Thread Toshio Kuratomi
On Fri, Jul 22, 2011 at 07:45:57AM +0200, Olivier Sallou wrote: > Hi, > I have in my package config (/etc) a large list of files. > Is there a way to define the %config from a list of file rather than > listing individually each of the file ? > > Something like: > > %config -f list_of_my_etc_file

how to declare %config with a list of files ?

2011-07-21 Thread Olivier Sallou
Hi, I have in my package config (/etc) a large list of files. Is there a way to define the %config from a list of file rather than listing individually each of the file ? Something like: %config -f list_of_my_etc_files Thanks Olivier -- Olivier Sallou IRISA / University of Rennes 1 Campus de

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread Garrett Holmstrom
On 2011-07-20 9:18, Miloslav Trmač wrote: > On Wed, Jul 20, 2011 at 6:15 PM, Benjamin Lewis wrote: >> Out of curiosity, how does this affect existing systems which have human >> UIDs of 500, 501, etc..? >> >> Do they suddenly become system UIDs or is login.defs left alone then >> (and consequently

Introduction

2011-07-21 Thread nathan duane
I am Nathan Owe and I am learning to become a package maintainer though the Fedora Packaging Guidelines and such. I have used Linux since around 8th or 9th grade in High School, which I have been out of school for over seven years now. Currently I have a few package reviews in bugzilla, mainly

Re: thanks for F15 mdadm systemd unit

2011-07-21 Thread Doug Ledford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/20/2011 6:05 PM, Reindl Harald wrote: > > > Am 20.07.2011 22:06, schrieb Doug Ledford: >> On 07/15/2011 05:20 PM, Reindl Harald wrote: >>> http://koji.fedoraproject.org/koji/buildinfo?buildID=253031 >>> >>> * Fri Jul 15 2011 Doug Ledford - 3.2

Re: thanks for F15 mdadm systemd unit

2011-07-21 Thread Doug Ledford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/20/2011 4:13 PM, Jeff Spaleta wrote: > On Wed, Jul 20, 2011 at 12:06 PM, Doug Ledford > wrote: >> Unfortunately, I was told I should remove the systemd support in >> particular, so I did. Glad to hear it worked for you though ;-) > > > You me

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Ben Boeckel
In gmane.linux.redhat.fedora.devel Tomas Mraz wrote: >> Right, as Dan Walsh, mentioned I need to separate this into two parts - >> the front end UI and a backend communicating via DBUS. This is had been >> a todo item. > > Note that in case the services that the backend provides for the GUI are >

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Lennart Poettering
On Fri, 22.07.11 01:08, Karel Zak (k...@redhat.com) wrote: > > On Thu, Jul 21, 2011 at 06:11:25PM +0200, Lennart Poettering wrote: > > I'd expect people to just tell systemd about their preferred grouping > > (if the default of sticking each service into a group of its own is not > > good enough)

Re: F15: ugly behavior of "df"

2011-07-21 Thread Lennart Poettering
On Thu, 21.07.11 13:03, Jeff Spaleta (jspal...@gmail.com) wrote: > On Thu, Jul 21, 2011 at 12:45 PM, Karel Zak wrote: > >> because > >> really that is exactly what you want to do on your system.   If our > >> mount command will still attempt to write to /etc/mtab once its a real > >> file again,

Re: F15: ugly behavior of "df"

2011-07-21 Thread Reindl Harald
Am 22.07.2011 00:39, schrieb Karel Zak: > * bind mounts are represented as /A -> /B dependence, reality is > /A -> device, /B -> device (and /A could be umounted, moved, ...) this is not generally true look below [root@srv-rhsoft:~]$ umount /Volumes/dune/www-servers umount: /Volumes/dune/www-ser

Re: F15: ugly behavior of "df"

2011-07-21 Thread Reindl Harald
Am 21.07.2011 23:04, schrieb Karel Zak: > On Thu, Jul 21, 2011 at 08:09:08AM -0400, Genes MailLists wrote: >> /proc/mounts does not seem to distinguish bind mounts - so this may >> have to be a kernel change and perhaps adding /proc/mounts/bind and >> moving bind mounts 1 level down - this is n

Re: F15: ugly behavior of "df"

2011-07-21 Thread Reindl Harald
Am 21.07.2011 23:03, schrieb Jeff Spaleta: > On Thu, Jul 21, 2011 at 12:45 PM, Karel Zak wrote: >>> because >>> really that is exactly what you want to do on your system. If our >>> mount command will still attempt to write to /etc/mtab once its a real >>> file again, maybe things will work fo

Re: F15: ugly behavior of "df"

2011-07-21 Thread Reindl Harald
Am 21.07.2011 20:51, schrieb Jeff Spaleta: > is there a problem with bind mount handling? Yes Was it caught in > testing? Seems like it wasn't. Does Fedora make any effort to test > bind mounts as part of organized pre-release QA? I'm not aware that we > do as our pre-release QA is quite narrowl

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread John Reiser
On 07/21/2011 03:42 PM, Petrus de Calguarium wrote: > Miloslav Trmač wrote: > >> No, applications expect system accounts and user accounts to have >> non-overlapping ID intervals. So this would be just a more broken >> version of keeping the limit at 500. > > +1. And keeping consistency with oth

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Karel Zak
On Thu, Jul 21, 2011 at 06:11:25PM +0200, Lennart Poettering wrote: > I'd expect people to just tell systemd about their preferred grouping > (if the default of sticking each service into a group of its own is not > good enough) using the ControlGroup= setting in unit files. This is > trivial to do

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread Petrus de Calguarium
Miloslav Trmač wrote: > No, applications expect system accounts and user accounts to have > non-overlapping ID intervals. So this would be just a more broken > version of keeping the limit at 500. +1. And keeping consistency with other distros. Definitely the right move, since UID=1000 is the d

Re: F15: ugly behavior of "df"

2011-07-21 Thread Karel Zak
On Thu, Jul 21, 2011 at 01:03:52PM -0800, Jeff Spaleta wrote: > On Thu, Jul 21, 2011 at 12:45 PM, Karel Zak wrote: > >> because > >> really that is exactly what you want to do on your system.   If our > >> mount command will still attempt to write to /etc/mtab once its a real > >> file again, mayb

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread Simo Sorce
On Thu, 2011-07-21 at 17:08 -0400, seth vidal wrote: > On Thu, 2011-07-21 at 17:02 -0400, Simo Sorce wrote: > > On Thu, 2011-07-21 at 13:59 -0400, seth vidal wrote: > > > On Thu, 2011-07-21 at 12:57 -0400, James Antill wrote: > > > > On Wed, 2011-07-20 at 22:59 +0200, Miloslav Trmač wrote: > > > >

[perl-Package-Stash] Created tag perl-Package-Stash-0.30-2.fc16

2011-07-21 Thread Paul Howarth
The lightweight tag 'perl-Package-Stash-0.30-2.fc16' was created pointing to: af968d1... Perl mass rebuild -- 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-

[perl-Package-Stash] Created tag perl-Package-Stash-0.30-1.fc16

2011-07-21 Thread Paul Howarth
The lightweight tag 'perl-Package-Stash-0.30-1.fc16' was created pointing to: 9957c07... Update to 0.30 -- 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-dev

[perl-Package-Stash] Created tag perl-Package-Stash-0.30-1.el6

2011-07-21 Thread Paul Howarth
The lightweight tag 'perl-Package-Stash-0.30-1.el6' was created pointing to: 9957c07... Update to 0.30 -- 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-deve

Re: boost 1.47.0

2011-07-21 Thread Petr Machata
Petr Machata writes: > "Jon Ciesla" writes: > >> Wesnoth seems not to like the new Boost all that well: >> >> http://koji.fedoraproject.org/koji/getfile?taskID=3218720&name=build.log >> >> Is this a common sort of error? My Boost-fu is weak, so there might be >> something obvious I'm missing. >

[perl-Package-Stash-XS] Created tag perl-Package-Stash-XS-0.22-1.el6

2011-07-21 Thread Paul Howarth
The lightweight tag 'perl-Package-Stash-XS-0.22-1.el6' was created pointing to: 802846c... Update to 0.22 -- 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-d

Re: UseSWIG.cmake is borked -> need help with workaround

2011-07-21 Thread Orion Poplawski
On 07/20/2011 08:29 PM, Ankur Sinha wrote: > Hello, > > In the cmake version residing in rawhide, the UseSWIG.cmake file is > broken. Upstream is aware of this. I've also filed a bug with fedora > here[1]. > > I'd like to find a temporary solution to this. gdcm cannot build in > rawhide, and a lot

[perl-Package-Stash-XS/el6] (3 commits) ...Update to 0.22

2011-07-21 Thread Paul Howarth
Summary of changes: 4e95f4d... Update to 0.21 (*) a26f1d5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*) 802846c... Update to 0.22 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Ext

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread seth vidal
On Thu, 2011-07-21 at 17:02 -0400, Simo Sorce wrote: > On Thu, 2011-07-21 at 13:59 -0400, seth vidal wrote: > > On Thu, 2011-07-21 at 12:57 -0400, James Antill wrote: > > > On Wed, 2011-07-20 at 22:59 +0200, Miloslav Trmač wrote: > > > > On Wed, Jul 20, 2011 at 10:55 PM, James Antill > > > > wrot

Re: F15: ugly behavior of "df"

2011-07-21 Thread Karel Zak
On Thu, Jul 21, 2011 at 08:09:08AM -0400, Genes MailLists wrote: > On 07/21/2011 07:09 AM, Steve Clark wrote: > > > Well what benefit(s) does the new 'df' provide, is it worth all the pain > > it brings? > > > > I concur - the current df behavior is well .. goofy :-) - however this > may be tr

Re: F15: ugly behavior of "df"

2011-07-21 Thread Jeff Spaleta
On Thu, Jul 21, 2011 at 12:45 PM, Karel Zak wrote: >> because >> really that is exactly what you want to do on your system.   If our >> mount command will still attempt to write to /etc/mtab once its a real >> file again, maybe things will work for you as expected. > >  No. systemd is not compatib

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread Simo Sorce
On Thu, 2011-07-21 at 13:59 -0400, seth vidal wrote: > On Thu, 2011-07-21 at 12:57 -0400, James Antill wrote: > > On Wed, 2011-07-20 at 22:59 +0200, Miloslav Trmač wrote: > > > On Wed, Jul 20, 2011 at 10:55 PM, James Antill > > > wrote: > > > > Is it really necessary to change this in %pre ... c

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Vivek Goyal
On Thu, Jul 21, 2011 at 06:17:03PM +0200, Lennart Poettering wrote: > On Thu, 21.07.11 15:52, Daniel P. Berrange (berra...@redhat.com) wrote: > > > > I think its a question of do we want to make users go to a bunch of > > > different front end tools, which don't communicate with each other to > >

Re: F15: ugly behavior of "df"

2011-07-21 Thread Karel Zak
On Thu, Jul 21, 2011 at 10:51:59AM -0800, Jeff Spaleta wrote: > Though I wonder, since /etc/mtab is just a symlink. is the mount > command we ship still able to write to /etc/mtab if a local admin > decided to revert and make /etc/mtab a normal file again. Would our > mount command then update tha

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Vivek Goyal
On Thu, Jul 21, 2011 at 04:15:46PM -0400, Jason Baron wrote: > On Thu, Jul 21, 2011 at 05:53:13PM +0200, Lennart Poettering wrote: > > On Thu, 21.07.11 16:36, Daniel P. Berrange (berra...@redhat.com) wrote: > > > > > IIRC, you can already set cgroups configuration in the service's > > > systemd un

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Jason Baron
On Thu, Jul 21, 2011 at 05:53:13PM +0200, Lennart Poettering wrote: > On Thu, 21.07.11 16:36, Daniel P. Berrange (berra...@redhat.com) wrote: > > > IIRC, you can already set cgroups configuration in the service's > > systemd unit file, using something like: > > > > ControlGroup="cpu:/foo/bar mem

Re: boost 1.47.0

2011-07-21 Thread Petr Machata
Petr Machata writes: > "Jon Ciesla" writes: > >> Wesnoth seems not to like the new Boost all that well: >> >> http://koji.fedoraproject.org/koji/getfile?taskID=3218720&name=build.log >> >> Is this a common sort of error? My Boost-fu is weak, so there might be >> something obvious I'm missing. >

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/21/2011 12:36 PM, Lennart Poettering wrote: > On Thu, 21.07.11 11:28, Vivek Goyal (vgo...@redhat.com) wrote: > >>> It is already possible for different applications to use cgroups >>> without stepping on each other, and without requiring every

Re: boost 1.47.0

2011-07-21 Thread Petr Machata
"Jon Ciesla" writes: > Wesnoth seems not to like the new Boost all that well: > > http://koji.fedoraproject.org/koji/getfile?taskID=3218720&name=build.log > > Is this a common sort of error? My Boost-fu is weak, so there might be > something obvious I'm missing. Yeah, all boost errors tend to s

Re: Broken abrt/ libreport dependencies

2011-07-21 Thread Jiri Moskovcak
On 07/21/2011 07:59 PM, Joshua C. wrote: > 2011/7/21 Jiri Moskovcak: >> On 07/21/2011 07:32 PM, Joshua C. wrote: >>> >>> The nightly builds for f16 are broken for the last 4-5 days because of >>> the abrt and libreport packages and the error is: >>> >>> DEBUG util.py:247: Package abrt-plugin-bugzi

Re: F15: ugly behavior of "df"

2011-07-21 Thread Jeff Spaleta
> i need NOT to "reset your expectations" because if i would > start to expect that it is mordern everywhere to replace working > things with new stuff which is NOT READY i should throw > away all my computers and search a job in a church Well you do what you feel is best for you. Working at a chu

[perl-MooseX-Types-Perl] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 4904fcc67b1a7993260c589e55c78bd56591f94c Author: Petr Sabata Date: Thu Jul 21 18:26:22 2011 +0200 Perl mass rebuild perl-MooseX-Types-Perl.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-MooseX-Types-Perl.spec b/perl-MooseX-Types-Perl.spec

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread Miloslav Trmač
On Thu, Jul 21, 2011 at 6:57 PM, James Antill wrote: > On Wed, 2011-07-20 at 22:59 +0200, Miloslav Trmač wrote: >> On Wed, Jul 20, 2011 at 10:55 PM, James Antill >> wrote: >> >  Is it really necessary to change this in %pre ... can't you just copy >> > your old login.defs file over the installed

[perl-File-NFSLock] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit ef9ca92ef3ed1327e542f1f914cb8833f74bda1e Author: Petr Sabata Date: Thu Jul 21 18:14:24 2011 +0200 Perl mass rebuild perl-File-NFSLock.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-File-NFSLock.spec b/perl-File-NFSLock.spec index 6185bac..

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread seth vidal
On Thu, 2011-07-21 at 12:57 -0400, James Antill wrote: > On Wed, 2011-07-20 at 22:59 +0200, Miloslav Trmač wrote: > > On Wed, Jul 20, 2011 at 10:55 PM, James Antill > > wrote: > > > Is it really necessary to change this in %pre ... can't you just copy > > > your old login.defs file over the inst

RE: Broken abrt/ libreport dependencies

2011-07-21 Thread Joshua C.
2011/7/21 Jiri Moskovcak : > On 07/21/2011 07:32 PM, Joshua C. wrote: >> >> The nightly builds for f16 are broken for the last 4-5 days because of >> the abrt and libreport packages and the error is: >> >> DEBUG util.py:247:  Package abrt-plugin-bugzilla is obsoleted by >> libreport-plugin-bugzilla

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Lennart Poettering
On Thu, 21.07.11 19:23, Tomas Mraz (tm...@redhat.com) wrote: > > On Thu, 2011-07-21 at 10:20 -0400, Jason Baron wrote: > > Hi, > > > > On Wed, Jul 20, 2011 at 10:28:32PM +0200, Lennart Poettering wrote: > > > On Wed, 20.07.11 15:20, Jason Baron (jba...@redhat.com) wrote: > > > > > > Heya, > >

[perl-Image-ExifTool] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 87799a7c7a8c69e2b66680ccc91db5d1219a765a Author: Petr Sabata Date: Thu Jul 21 18:28:17 2011 +0200 Perl mass rebuild perl-Image-ExifTool.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 516

Re: Broken abrt/ libreport dependencies

2011-07-21 Thread Jiri Moskovcak
On 07/21/2011 07:32 PM, Joshua C. wrote: > The nightly builds for f16 are broken for the last 4-5 days because of > the abrt and libreport packages and the error is: > > DEBUG util.py:247: Package abrt-plugin-bugzilla is obsoleted by > libreport-plugin-bugzilla, but obsoleting package does not pro

Re: rpm builds failing with "Installed (but unpackaged) file(s) found"

2011-07-21 Thread Rex Dieter
Panu Matilainen wrote: >> But since being rebuilt yesterday with the new 4.9.1, some of those >> directories are now listed with the trailing slash: >> >> /etc/httpd/ >> /etc/httpd/conf.d/ >> /etc/httpd/conf.d/README >> /etc/httpd/conf.d/welcome.conf >> /etc/httpd/conf/ >> /etc/httpd/conf/httpd.co

Broken abrt/ libreport dependencies

2011-07-21 Thread Joshua C.
The nightly builds for f16 are broken for the last 4-5 days because of the abrt and libreport packages and the error is: DEBUG util.py:247: Package abrt-plugin-bugzilla is obsoleted by libreport-plugin-bugzilla, but obsoleting package does not provide for requirements DEBUG util.py:247: Package

[perl-Mojolicious] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 01a5747894966b58d545ac3f661315cdf71b4f4f Author: Petr Sabata Date: Thu Jul 21 18:49:08 2011 +0200 Perl mass rebuild perl-Mojolicious.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec index c35735f..8dc

Re: Starting user UIDs at 1000 - please check your packages

2011-07-21 Thread James Antill
On Wed, 2011-07-20 at 22:59 +0200, Miloslav Trmač wrote: > On Wed, Jul 20, 2011 at 10:55 PM, James Antill > wrote: > > Is it really necessary to change this in %pre ... can't you just copy > > your old login.defs file over the installed one during kickstart %post > > (or even do it by hand, post

[perl-HTML-Tree] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 48a4af7db9004c82a1db0d77c56e9aa886d5c918 Author: Petr Sabata Date: Thu Jul 21 18:14:23 2011 +0200 Perl mass rebuild perl-HTML-Tree.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-HTML-Tree.spec b/perl-HTML-Tree.spec index 7787151..01686ea 1

[perl-Params-Validate] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 21532edb281e1cae928b23c5276b33abe032027f Author: Petr Sabata Date: Thu Jul 21 18:27:22 2011 +0200 Perl mass rebuild perl-Params-Validate.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index

[perl-Catalyst-Plugin-Session-State-URI] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit cebd89e653cb876438d2cf3dab9ed994662a5f7f Author: Petr Sabata Date: Thu Jul 21 18:47:44 2011 +0200 Perl mass rebuild perl-Catalyst-Plugin-Session-State-URI.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Catalyst-Plugin-Session-State-URI.spe

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Tomas Mraz
On Thu, 2011-07-21 at 10:20 -0400, Jason Baron wrote: > Hi, > > On Wed, Jul 20, 2011 at 10:28:32PM +0200, Lennart Poettering wrote: > > On Wed, 20.07.11 15:20, Jason Baron (jba...@redhat.com) wrote: > > > > Heya, > > > > > The memory and cpu share controllers are currently supported (I simply

[perl-Catalyst-Devel] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 6011e575d2e0e7fa982c674b6247d8839fe9a38e Author: Petr Sabata Date: Thu Jul 21 18:21:53 2011 +0200 Perl mass rebuild perl-Catalyst-Devel.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Catalyst-Devel.spec b/perl-Catalyst-Devel.spec index a0d

[perl-CatalystX-LeakChecker] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 52bad33f71f10efb43f1ff5c7d79f0870d61e26a Author: Petr Sabata Date: Thu Jul 21 18:28:13 2011 +0200 Perl mass rebuild perl-CatalystX-LeakChecker.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-CatalystX-LeakChecker.spec b/perl-CatalystX-LeakC

[perl-MIME-Charset] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 82c2287d3a00fce34eba917afaed19446c64e772 Author: Petr Sabata Date: Thu Jul 21 18:21:23 2011 +0200 Perl mass rebuild perl-MIME-Charset.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec index f4f4242..

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Jóhann B. Guðmundsson
On 07/21/2011 03:36 PM, Daniel P. Berrange wrote: > IIRC, you can already set cgroups configuration in the service's > systemd unit file, using something like: > > ControlGroup="cpu:/foo/bar mem:/wizz" > > though I can't find the manpage right now. man systemd.exec or http://0pointer.de/publi

Re: UseSWIG.cmake is borked -> need help with workaround

2011-07-21 Thread Ankur Sinha
On Thu, 2011-07-21 at 15:49 +0100, John5342 wrote: > If the problem is purely with the actual UseSWIG.cmake file and not > with the supporting tools then as a temporary workaround you can stick > the old UseSWIG.cmake file in a directory of it's own and somewhere in > the CMakeLists.txt before "inc

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Lennart Poettering
On Thu, 21.07.11 11:28, Vivek Goyal (vgo...@redhat.com) wrote: > > It is already possible for different applications to use cgroups > > without stepping on each other, and without requiring every app > > to communicate with each other. > > > > As an example, when it starts libvirt will look at wh

Re: UseSWIG.cmake is borked -> need help with workaround

2011-07-21 Thread Ankur Sinha
On Thu, 2011-07-21 at 08:17 -0500, Richard Shaw wrote: > I can think of two possible solutions: > > 1. It will take a lot more steps but you can try to use the F15 file, > something like: > # mock -r fedora-rawhide-x86_64 --init > # mock -r fedora-rawhide-x86_64 --install cmake (or the correct > p

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Lennart Poettering
On Thu, 21.07.11 15:52, Daniel P. Berrange (berra...@redhat.com) wrote: > > I think its a question of do we want to make users go to a bunch of > > different front end tools, which don't communicate with each other to > > configure the system? I think it makes sense to have libvirt or > > virt-man

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Lennart Poettering
On Thu, 21.07.11 10:20, Jason Baron (jba...@redhat.com) wrote: > > Quite frankly, I think cgrulesd is a really bad idea, since it applies > > control group limits after a process is already running. This is > > necessarily racy (and adds quite a burden too, since you ask for > > notifications on e

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Lennart Poettering
On Thu, 21.07.11 16:36, Daniel P. Berrange (berra...@redhat.com) wrote: > IIRC, you can already set cgroups configuration in the service's > systemd unit file, using something like: > > ControlGroup="cpu:/foo/bar mem:/wizz" > > though I can't find the manpage right now. Yes, this is supported

Re: Poll: Does ACPI lid state work on your Linux laptop?

2011-07-21 Thread Adam Williamson
On Tue, 2011-07-19 at 23:14 +0300, Pasi Kärkkäinen wrote: > On Tue, Jul 19, 2011 at 09:56:11AM -0700, Adam Williamson wrote: > > On Tue, 2011-07-19 at 13:46 +0300, Pasi Kärkkäinen wrote: > > > > > > I think I recall discussing this with the anaconda team before; we > > > > agreed in principle that

Re: systemd vice SysV/LSB init systems - what next ?

2011-07-21 Thread Adam Williamson
On Tue, 2011-07-19 at 13:53 -0400, Fulko Hew wrote: > I'd suggest something along the lines of 'sorry, but > maintaining two > officially-supported init systems side-by-side is an excessive > burden on > package maintainers and quality assurance, so we won't

Failure to find ltdl.h in mockbuild

2011-07-21 Thread Braden McDaniel
I'm getting this configure failure when doing an F16 mockbuild (on my F15 system): checking ltdl.h usability... no checking ltdl.h presence... no checking for ltdl.h... no configure: error: in `/builddir/build/BUILD/openvrml-0.18.8': configure: error: ltdl.h

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Daniel P. Berrange
On Thu, Jul 21, 2011 at 11:28:45AM -0400, Vivek Goyal wrote: > On Thu, Jul 21, 2011 at 03:52:03PM +0100, Daniel P. Berrange wrote: > > On Thu, Jul 21, 2011 at 10:36:23AM -0400, Jason Baron wrote: > > > Hi, > > > > > > On Wed, Jul 20, 2011 at 07:01:30PM -0400, Matthias Clasen wrote: > > > > On Wed,

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Daniel P. Berrange
On Wed, Jul 20, 2011 at 03:20:30PM -0400, Jason Baron wrote: > However, I think we need to discuss how we envision cgroup configuration > working longer term. The current consumers out of the box, that I'm aware of > are libvirt and systemd. Currently, these consumers manage cgroups as they see > f

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Vivek Goyal
On Thu, Jul 21, 2011 at 03:52:03PM +0100, Daniel P. Berrange wrote: > On Thu, Jul 21, 2011 at 10:36:23AM -0400, Jason Baron wrote: > > Hi, > > > > On Wed, Jul 20, 2011 at 07:01:30PM -0400, Matthias Clasen wrote: > > > On Wed, 2011-07-20 at 15:20 -0400, Jason Baron wrote: > > > > Hi, > > > > > > >

coverage of -z relro

2011-07-21 Thread Björn Persson
I've looked at some recently built ELF binaries in Rawhide (both programs and shared libraries). Some of them contain a GNU_RELRO header, some don't. As I've understood it the plan is that everything should be linked with -z relro, but apparently there are a considerable number of packages that

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Vivek Goyal
On Thu, Jul 21, 2011 at 10:20:54AM -0400, Jason Baron wrote: [..] > > Quite frankly, I think cgrulesd is a really bad idea, since it applies > > control group limits after a process is already running. This is > > necessarily racy (and adds quite a burden too, since you ask for > > notifications o

Re: thanks for F15 mdadm systemd unit

2011-07-21 Thread Steve Clark
On 07/21/2011 07:38 AM, Reindl Harald wrote: Am 21.07.2011 13:14, schrieb Bryn M. Reeves: On 07/20/2011 11:05 PM, Reindl Harald wrote: hopefully systemd will aslo live for 40 years as sysvinit did or the next replacement will be finished BEFORE release including the correspondending parts of t

Strange package: fedora-icon-theme

2011-07-21 Thread Dmitry Butskoy
There is "fedora-icon-theme" package, which looks strange a little. Since F13 it no more contains any files at all (just directories), ie. it looks like a meta-package. OTOH its source rpm still has full tarball with png icons etc. What is a reason for such design? (I'm just curious). Regards,

[perl-DateTime-Format-MySQL] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit fdeea22d6f7b9a46547bb0a19bf1d79fe4c87bc1 Author: Petr Sabata Date: Thu Jul 21 16:52:16 2011 +0200 Perl mass rebuild perl-DateTime-Format-MySQL.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-DateTime-Format-MySQL.spec b/perl-DateTime-Format

[perl-XML-RSS] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 2c169c2848463c2c4eafd3faff4e25815f2ead4f Author: Petr Sabata Date: Thu Jul 21 16:53:57 2011 +0200 Perl mass rebuild perl-XML-RSS.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-XML-RSS.spec b/perl-XML-RSS.spec index 4fff7ba..778fdb4 100644

[perl-Workflow] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 3e12b376f7deec6341e2a3adb06696b4ebaf7976 Author: Petr Sabata Date: Thu Jul 21 16:53:41 2011 +0200 Perl mass rebuild perl-Workflow.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Workflow.spec b/perl-Workflow.spec index 4b76a4b..a6d5907 1006

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Daniel P. Berrange
On Thu, Jul 21, 2011 at 10:36:23AM -0400, Jason Baron wrote: > Hi, > > On Wed, Jul 20, 2011 at 07:01:30PM -0400, Matthias Clasen wrote: > > On Wed, 2011-07-20 at 15:20 -0400, Jason Baron wrote: > > > Hi, > > > > > > I've been working on a new gui tool for managing and monitoring cgroups, > > > c

[perl-Perl-Critic] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit dcef624753f4ea36c69b401cbbfe9ac9b2fce307 Author: Petr Sabata Date: Thu Jul 21 16:50:43 2011 +0200 Perl mass rebuild perl-Perl-Critic.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec index cefe610..faf

[perl-Kwiki-UserName] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 9c3e9980b32daae5d825ec97d78f023d6786d5f2 Author: Petr Sabata Date: Thu Jul 21 16:50:55 2011 +0200 Perl mass rebuild perl-Kwiki-UserName.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Kwiki-UserName.spec b/perl-Kwiki-UserName.spec index e77

[perl-DBI-Dumper] update filtering for rpm 4.9

2011-07-21 Thread Iain Arnell
commit 65991a4f4dcf3d7e0de8c0d60b997a8dfa0c87a6 Author: Iain Arnell Date: Thu Jul 21 16:49:43 2011 +0200 update filtering for rpm 4.9 perl-DBI-Dumper.spec |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/perl-DBI-Dumper.spec b/perl-DBI-Dumper.spec index 895

Re: UseSWIG.cmake is borked -> need help with workaround

2011-07-21 Thread John5342
On Thu, Jul 21, 2011 at 03:29, Ankur Sinha wrote: > Hello, > > In the cmake version residing in rawhide, the UseSWIG.cmake file is > broken. Upstream is aware of this. I've also filed a bug with fedora > here[1]. > > I'd like to find a temporary solution to this. gdcm cannot build in > rawhide, an

[perl-YUM-RepoQuery] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit b569b075c71f50a6613f5622081171121e754787 Author: Petr Sabata Date: Thu Jul 21 16:48:23 2011 +0200 Perl mass rebuild perl-YUM-RepoQuery.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-YUM-RepoQuery.spec b/perl-YUM-RepoQuery.spec index 0d2a6b

[perl-BackPAN-Index] fix updated filter

2011-07-21 Thread Iain Arnell
commit 8a636d9cd7b06334697fa25ee29ad80b5216d1fc Author: Iain Arnell Date: Thu Jul 21 16:42:09 2011 +0200 fix updated filter perl-BackPAN-Index.spec |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/perl-BackPAN-Index.spec b/perl-BackPAN-Index.spec index 86b0a0b.

[perl-App-SVN-Bisect] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 779f15e52835e03ba6167ea365e62612b53aabd2 Author: Petr Sabata Date: Thu Jul 21 16:46:42 2011 +0200 Perl mass rebuild perl-App-SVN-Bisect.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-App-SVN-Bisect.spec b/perl-App-SVN-Bisect.spec index f66

[perl-Kwiki-RecentChanges] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 1cc6cc259b99cdb72df7d7adc4ef4e114ef2d230 Author: Petr Sabata Date: Thu Jul 21 16:46:24 2011 +0200 Perl mass rebuild perl-Kwiki-RecentChanges.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Kwiki-RecentChanges.spec b/perl-Kwiki-RecentChanges

[perl-Spreadsheet-ParseExcel-Simple] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 099e7f3f051b7616814b9c59c8e01b408e039d63 Author: Petr Sabata Date: Thu Jul 21 16:45:48 2011 +0200 Perl mass rebuild perl-Spreadsheet-ParseExcel-Simple.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Spreadsheet-ParseExcel-Simple.spec b/per

[perl-Syntax-Highlight-Perl6] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 1197fdc2f1f303727fc7a2ed61fdfd611107fe5d Author: Petr Sabata Date: Thu Jul 21 16:45:34 2011 +0200 Perl mass rebuild perl-Syntax-Highlight-Perl6.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Syntax-Highlight-Perl6.spec b/perl-Syntax-Highli

[perl-SQL-Translator] update filtering for rpm 4.9

2011-07-21 Thread Iain Arnell
commit 3553463ffb1df811c0e16c992d8d80541baf48e3 Author: Iain Arnell Date: Thu Jul 21 16:45:32 2011 +0200 update filtering for rpm 4.9 perl-SQL-Translator.spec | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) --- diff --git a/perl-SQL-Translator.spec b/perl-SQL-Trans

[perl-Data-AsObject] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit c1d25c6773a180d30f15d6a7243d78cc26b484b9 Author: Petr Sabata Date: Thu Jul 21 16:41:46 2011 +0200 Perl mass rebuild perl-Data-AsObject.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Data-AsObject.spec b/perl-Data-AsObject.spec index da8933

[perl-Check-ISA] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit f8745ffed355b0f708bc0496cf0687a4bcd8b2a9 Author: Petr Sabata Date: Thu Jul 21 16:41:16 2011 +0200 Perl mass rebuild perl-Check-ISA.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Check-ISA.spec b/perl-Check-ISA.spec index bbcdda2..5cccd6a 1

[perl-bioperl] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 2f898c51c74bb91399960e08de58d12bf9910a8c Author: Petr Sabata Date: Thu Jul 21 16:40:54 2011 +0200 Perl mass rebuild perl-bioperl.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-bioperl.spec b/perl-bioperl.spec index 1831ba0..ba5ee74 100644

[perl-DateTime-Calendar-Mayan] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit a0ab0bf2102ab43d18176218fe556e5cf4e3b878 Author: Petr Sabata Date: Thu Jul 21 16:40:16 2011 +0200 Perl mass rebuild perl-DateTime-Calendar-Mayan.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-DateTime-Calendar-Mayan.spec b/perl-DateTime-C

[perl-AnyEvent-XMPP] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit b63d2e677934c6bfc6444008c4fea1d0182b6b8a Author: Petr Sabata Date: Thu Jul 21 16:38:23 2011 +0200 Perl mass rebuild perl-AnyEvent-XMPP.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-AnyEvent-XMPP.spec b/perl-AnyEvent-XMPP.spec index 2dae3d

[perl-Date-Manip] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 9b372625dab54943448bbfb2dbddcc3e379e28f8 Author: Petr Sabata Date: Thu Jul 21 16:37:19 2011 +0200 Perl mass rebuild perl-Date-Manip.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index 983c103..86e8ba

Re: new cg-manager gui tool for managin cgroups

2011-07-21 Thread Jason Baron
Hi, On Wed, Jul 20, 2011 at 07:01:30PM -0400, Matthias Clasen wrote: > On Wed, 2011-07-20 at 15:20 -0400, Jason Baron wrote: > > Hi, > > > > I've been working on a new gui tool for managing and monitoring cgroups, > > called > > 'cg-manager'. I'm hoping to get people interested in contributing t

[perl-BZ-Client] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 3c9ca056c5a140e10c90427051aa16daac708693 Author: Petr Sabata Date: Thu Jul 21 16:34:33 2011 +0200 Perl mass rebuild perl-BZ-Client.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec index 4e44ce4..a865dbf 1

[perl-HTTP-DAV] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 7cd2fbdc812c296e8cec2ee1605dd92df7ec9401 Author: Petr Sabata Date: Thu Jul 21 16:34:20 2011 +0200 Perl mass rebuild perl-HTTP-DAV.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-HTTP-DAV.spec b/perl-HTTP-DAV.spec index 7e77286..8df8c2b 1006

[perl-Data-Stag] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 66bc4b90fd2b0d3e544175dacd67bb48830a24ff Author: Petr Sabata Date: Thu Jul 21 16:33:32 2011 +0200 Perl mass rebuild perl-Data-Stag.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl-Data-Stag.spec b/perl-Data-Stag.spec index 8e7dffa..0c878dd 1

  1   2   >