Re: World IPv6 Day Problems

2011-06-09 Thread Trever L. Adams
On 06/08/2011 11:27 PM, Alexander Boström wrote:

 I've never used the v6 support in libvirt, so I'm guessing here, but
 wlan0 is the physical interface on the host that you're running radvd
 on, right? That would pick up router advertisements from the router in
 your wireless LAN, if you have one.

 I guess if radvd is bound to virbr0 then that interface would pick up an
 address from your prefix though.

 What is the output of

 ip -6 addr

 ?

 /abo

Sorry, I guess I wasn't clear. my ifcfg-wlan0 has an IPv6 address that
is supposed to be assigned to wlan0. It isn't. The kernel complains 
kernel: [   13.872649] ADDRCONF(NETDEV_UP): wlan0: link is not ready

So, in my rc.local script I ifdown/ifup and it fixes it. At first I
thought it didn't, but I had a long running script that ended up before
that ifdown/ifup and so it wasn't taking. Now, the problem is only that
link is not ready junk.

Thank you,
Trever


-- 
SMOG: Evidence of lack of faith. It is the result of needing to see
what you breath. -- Harl Adams



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Is F15 unbackuppable? (RemoveSETUID)

2011-06-09 Thread Ondrej Vasik
On Sun, 2011-06-05 at 13:50 +0200, Roberto Ragusa wrote:
 On 06/05/2011 12:32 PM, Ralf Ertzinger wrote:
  Hi.
  
  On Sun, 05 Jun 2011 11:39:02 +0200, Roberto Ragusa wrote
  
  - rsync -aFAILS!
  
  rsync supports -X (for xattr) and -A (for ACLs), both must be
  given explicitly.
 
 Thanks, rsync -X actually works (and I wonder why -X is not included
 in -a, just as for cp).
 
 I see tar has --xattrs. With tar -c it works (the tar file contains the
 string with the value), but tar -x does not recreate the xattr.
 
 By using strace I see that rsync does
 
   open(.a.eWMgCy, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 1
   fchmod(1, 0700) = 0
   close(1)= 0
   lstat64(.a.eWMgCy, {st_mode=S_IFREG|0700, st_size=0, ...}) = 0
   llistxattr(.a.eWMgCy, 0x82bb0c0, 1024) = 0
   lsetxattr(.a.eWMgCy, security.capability, \x01\x00\x00\x02\x00 
 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00, 20, 0) = 0
   lsetxattr(.a.eWMgCy, user.qqq, www, 3, 0) = 0
   utimensat(AT_FDCWD, .a.eWMgCy, {UTIME_NOW, {1307265135, 0}}, 
 AT_SYMLINK_NOFOLLOW) = 0
   chmod(.a.eWMgCy, 0755)= 0
   rename(.a.eWMgCy, a)= 0
 
 while tar -x does
 
   mknod(a, 0700)= 0
   setxattr(a, user.qqq, www, 3, 0)  = 0
   open(a, O_WRONLY|O_CREAT|O_LARGEFILE, 0700) = 4
   close(4)= 0
   utimensat(AT_FDCWD, a, {{1307271119, 468295223}, {1307265135, 0}}, 0) = 0
   setxattr(a, user.qqq, www, 3, 0)  = 0
   chown32(a, 0, 0)  = 0
   chmod(a, 0755)= 0
 
 Why is tar not working? (getcap a prints nothing)
 
Simply because tar does not store all the extended attributes. Just
limited set of them. At the moment security.capability is not among
them. Feel free to report a bugzilla against rawhide tar...

You may also consider using star... where is the support for extended
attributes present for longer time (and upstream).

Greetings,
 Ondrej Vasik

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Orphaning Slim

2011-06-09 Thread Jan Kaluža
Hi,

I'm not using this package and I have not checked its state before 
taking the ownership (which was mistake). It doesn't work for users who 
upgraded from F14 to F15 and I wasn't able to find out why exactly it 
fails. There are also some bugs untouched for long time.

To sum it up, it is probably better to hand it over to someone else who 
has more time and actually still uses it.

Regards,
Jan Kaluza
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Orphaning Slim

2011-06-09 Thread Lucas
 Hi,
 
 I'm not using this package and I have not checked its state before
 taking the ownership (which was mistake). It doesn't work for users who
 upgraded from F14 to F15 and I wasn't able to find out why exactly it
 fails. There are also some bugs untouched for long time.
 
 To sum it up, it is probably better to hand it over to someone else who
 has more time and actually still uses it.
 
 Regards,
 Jan Kaluza

You will be surprised, but I use it with Fedora 14, 15, and now with Rawhide. 
It works and quite 
good actually.

So, thanks for making rpm.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Orphaning Slim

2011-06-09 Thread Frank Murphy
On 09/06/11 10:19, Lucas wrote:
   Hi,
   
   I'm not using this package and I have not checked its state before
   taking the ownership (which was mistake). It doesn't work for users who
   upgraded from F14 to F15 and I wasn't able to find out why exactly it
   fails. There are also some bugs untouched for long time.
   
   To sum it up, it is probably better to hand it over to someone else who
   has more time and actually still uses it.
   
   Regards,
   Jan Kaluza


Check with the Xfce maintainers,
they believe it's dead upstream.


-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Orphaning Slim

2011-06-09 Thread Lucas
On 06/09/2011 01:19 PM, Lucas wrote:
  Hi,
  
  I'm not using this package and I have not checked its state before
  taking the ownership (which was mistake). It doesn't work for users who
  upgraded from F14 to F15 and I wasn't able to find out why exactly it
  fails. There are also some bugs untouched for long time.
  
  To sum it up, it is probably better to hand it over to someone else who
  has more time and actually still uses it.
  
  Regards,
  Jan Kaluza

 You will be surprised, but I use it with Fedora 14, 15, and now with Rawhide. 
 It works and quite
 good actually.

 So, thanks for making rpm.
 
  Check with the Xfce maintainers,
  they believe it's dead upstream.

What kind of relation between Xfce maintainers and SLIM. I always thought SLIM 
is just display 
manager, which can start whatever I want.


Thanks
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Orphaning Slim

2011-06-09 Thread Lucas
On 06/09/2011 01:34 PM, Lucas wrote:
 On 06/09/2011 01:19 PM, Lucas wrote:
 Hi,
 
 I'm not using this package and I have not checked its state before
 taking the ownership (which was mistake). It doesn't work for users who
 upgraded from F14 to F15 and I wasn't able to find out why exactly it
 fails. There are also some bugs untouched for long time.
 
 To sum it up, it is probably better to hand it over to someone else who
 has more time and actually still uses it.
 
 Regards,
 Jan Kaluza

 You will be surprised, but I use it with Fedora 14, 15, and now with 
 Rawhide. It works and quite
 good actually.

 So, thanks for making rpm.
  
   Check with the Xfce maintainers,
   they believe it's dead upstream.



  What kind of relation between Xfce maintainers and SLIM. I always thought 
SLIM is just display
  manager, which can start whatever I want.


Thanks

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Chris Jones
Quoting Mike McGrath mmcgr...@redhat.com:

 I've seen some reports of F15 not working in Virtualbox.  There's a few
 notes online about possible fixes.  Is there some way we can better test
 this in the future (I'm thinking about QA but that might not be the right
 place).

 Smolt has virtualbox rated as pretty common:

 http://smolts.org/static/stats/stats.html

 Just seems like we're potentially missing a lot of potential users there.
 It's preventing the default live CD from running.

   -Mike


I agree. As virtualization technology becomes more and more involved  
and frequent on users systems, particularly with advanced Linux users,  
I think there needs to be a strong focus on ensuring that all releases  
run in virtualized environments without any major issues. ie.  
Virtualbox.

Perhaps a dedicated team among the developers who specialize in this area.


Regards

Chris Jones



This message was sent using IMP, the Internet Messaging Program.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[FHS] helper scripts location

2011-06-09 Thread 80
Hi,

I'm reviewing osc and osc-source_validators (osc is Opensuse Build
Service CLI, the latter a plugin to the former).
An issue arose about helpers script location:
1) Fedora packaging guidelines suggests helpers *should go*
/usr/libexec for helpers == requires patching since osc search
helpers in /usr/lib
since it's not in FHS, it's almost certain that a patch won't be upstream-able
2) FHS explicitely allows shell scripts in /usr/lib
3) FHS doesn't forbid putting them in /usr/share as helpers could be
considered as arch independent data

There are recent packages that choose options 2  3 (namely, systemd
and dracut).
According to me, guidelines doesn't enforce any of these options, and
choice is left to packager/reviewer appreciation, though you may
distinguish an order of precedence.

So, what's the take of my fellow packagers on that particular matter ?

Best regards,
H.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


rawhide report: 20110609 changes

2011-06-09 Thread Rawhide Report
Compose started at Thu Jun  9 08:15:35 UTC 2011

Broken deps for x86_64
--
389-admin-1.1.16-1.fc16.i686 requires libadmsslutil.so.1
389-admin-1.1.16-1.fc16.i686 requires libadminutil.so.1
389-admin-1.1.16-1.fc16.x86_64 requires libadmsslutil.so.1()(64bit)
389-admin-1.1.16-1.fc16.x86_64 requires libadminutil.so.1()(64bit)
389-dsgw-1.1.6-3.fc16.x86_64 requires libadmsslutil.so.1()(64bit)
389-dsgw-1.1.6-3.fc16.x86_64 requires libadminutil.so.1()(64bit)
CGSI-gSOAP-1.3.4.0-2.fc15.i686 requires libvomsapi.so.0
CGSI-gSOAP-1.3.4.0-2.fc15.x86_64 requires libvomsapi.so.0()(64bit)
OpenEXR_Viewers-1.0.2-3.fc15.x86_64 requires libfltk.so.1.1()(64bit)
OpenEXR_Viewers-1.0.2-3.fc15.x86_64 requires libfltk_gl.so.1.1()(64bit)
PackageKit-zif-0.6.15-1.fc16.x86_64 requires libzif.so.2()(64bit)
acheck-0.5.1-4.fc15.noarch requires perl(Text::Aspell)
alsa-tools-1.0.24.1-2.fc15.x86_64 requires libfltk.so.1.1()(64bit)
amarok-2.4.1-2.fc16.x86_64 requires libmtp.so.8()(64bit)
audacious-plugins-2.5.1-2.fc16.x86_64 requires libmtp.so.8()(64bit)
bibletime-2.8.1-1.fc16.x86_64 requires libclucene.so.0()(64bit)
camcardsync-0.1.1-4.fc15.x86_64 requires libhal.so.1()(64bit)
clementine-0.7.1-1.fc16.x86_64 requires libmtp.so.8()(64bit)
coda-vcodacon-6.9.5-4.fc15.x86_64 requires libfltk.so.1.1()(64bit)
db4o-7.4-2.fc13.x86_64 requires mono(Mono.GetOptions) = 0:2.0.0.0
deskbar-applet-2.32.0-4.fc15.x86_64 requires gnome-python2-applet
deskbar-applet-2.32.0-4.fc15.x86_64 requires libcamel-1.2.so.23()(64bit)
dh-make-0.55-3.fc15.noarch requires debhelper
ed2k_hash-gui-0.4.0-10.fc13.x86_64 requires libfltk.so.1.1()(64bit)
exaile-0.3.2.1-1.fc16.noarch requires hal
fawkes-guis-0.4.2-4.fc16.i686 requires libgraph.so.4
fawkes-guis-0.4.2-4.fc16.i686 requires libcdt.so.4
fawkes-guis-0.4.2-4.fc16.i686 requires libgvc.so.5
fawkes-guis-0.4.2-4.fc16.x86_64 requires libgraph.so.4()(64bit)
fawkes-guis-0.4.2-4.fc16.x86_64 requires libcdt.so.4()(64bit)
fawkes-guis-0.4.2-4.fc16.x86_64 requires libgvc.so.5()(64bit)
fawkes-plugin-player-0.4.2-4.fc16.x86_64 requires 
libgeos-3.2.1.so()(64bit)
file-browser-applet-0.6.6-1.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
fldigi-3.21.7-1.fc16.x86_64 requires libfltk_images.so.1.1()(64bit)
fldigi-3.21.7-1.fc16.x86_64 requires libfltk.so.1.1()(64bit)
flpsed-0.5.2-2.fc15.x86_64 requires libfltk.so.1.1()(64bit)
gdb-heap-0.5-4.fc15.x86_64 requires glibc(x86-64) = 0:2.13.90
gedit-valencia-0.3.0-4.fc14.x86_64 requires libvala-0.10.so.0()(64bit)
gipfel-0.3.2-8.fc15.x86_64 requires libfltk_images.so.1.1()(64bit)
gipfel-0.3.2-8.fc15.x86_64 requires libfltk.so.1.1()(64bit)
gmediaserver-0.13.0-7.fc15.x86_64 requires libupnp.so.3()(64bit)
gmediaserver-0.13.0-7.fc15.x86_64 requires libthreadutil.so.2()(64bit)
gnome-applet-bubblemon-2.0.15-1.fc13.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-cpufire-1.6-3.fc14.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-globalmenu-0.7.9-1.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-grandr-0.4.1-2.fc12.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-sensors-2.2.7-4.fc15.i686 requires libpanel-applet-2.so.0
gnome-applet-sensors-2.2.7-4.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-sshmenu-3.18-3.fc15.noarch requires ruby(panelapplet2)
gnome-applet-timer-2.1.4-2.fc15.x86_64 requires gnome-python2-applet = 
0:2.16
gnome-applet-window-picker-0.5.8-2.fc14.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-device-manager-0.2-6.fc15.x86_64 requires libhal.so.1()(64bit)
gnome-device-manager-devel-0.2-6.fc15.i686 requires hal-devel = 
0:0.5.10
gnome-device-manager-devel-0.2-6.fc15.i686 requires pkgconfig(hal)
gnome-device-manager-devel-0.2-6.fc15.x86_64 requires hal-devel = 
0:0.5.10
gnome-device-manager-devel-0.2-6.fc15.x86_64 requires pkgconfig(hal)
gnome-device-manager-libs-0.2-6.fc15.i686 requires libhal.so.1
gnome-device-manager-libs-0.2-6.fc15.i686 requires hal = 0:0.5.10
gnome-device-manager-libs-0.2-6.fc15.x86_64 requires 
libhal.so.1()(64bit)
gnome-device-manager-libs-0.2-6.fc15.x86_64 requires hal = 0:0.5.10
gnome-netstatus-2.28.2-1.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-pilot-conduits-2.32.1-2.fc15.x86_64 requires 
libgpilotdconduit.so.3()(64bit)
gnome-pilot-conduits-2.32.1-2.fc15.x86_64 requires 
libgpilotd.so.5()(64bit)
gnome-pilot-conduits-2.32.1-2.fc15.x86_64 requires 
libgpilotdcm.so.4()(64bit)

rebuild of perl dependent packages

2011-06-09 Thread Marcela Mašláňová
Hello list,
I've started rebuild of all packages having requires on
perl(MODULE_COMPAT*) in target dist-f16-perl (not in rawhide). It's
because of update on perl-5.14.0. If your package stoped working with
new release, don't panic. We'll by trying fix all packages. More details
will be on perl-devel mailing list and on Feature page:
https://fedoraproject.org/wiki/Features/perl5.14

-- 
Marcela Mašláňová
BaseOS team Brno
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F15 on VBox Issue 11 on Vol 88, Issue 31 reg

2011-06-09 Thread Richard Vijay
: Trever L. Adams trever.ad...@gmail.com
 Subject: Re: World IPv6 Day Problems
 To: Development discussions related to Fedora
devel@lists.fedoraproject.org
 Message-ID: 4df07781.3020...@gmail.com
 Content-Type: text/plain; charset=utf-8

 On 06/08/2011 11:27 PM, Alexander Bostr?m wrote:
 
  I've never used the v6 support in libvirt, so I'm guessing here, but
  wlan0 is the physical interface on the host that you're running radvd
  on, right? That would pick up router advertisements from the router in
  your wireless LAN, if you have one.
 
  I guess if radvd is bound to virbr0 then that interface would pick up an
  address from your prefix though.
 
  What is the output of
 
  ip -6 addr
 
  ?
 
  /abo
 
 Sorry, I guess I wasn't clear. my ifcfg-wlan0 has an IPv6 address that
 is supposed to be assigned to wlan0. It isn't. The kernel complains
 kernel: [   13.872649] ADDRCONF(NETDEV_UP): wlan0: link is not ready

 So, in my rc.local script I ifdown/ifup and it fixes it. At first I
 thought it didn't, but I had a long running script that ended up before
 that ifdown/ifup and so it wasn't taking. Now, the problem is only that
 link is not ready junk.

 Thank you,
 Trever


 --
 SMOG: Evidence of lack of faith. It is the result of needing to see
 what you breath. -- Harl Adams

 -- next part --
 A non-text attachment was scrubbed...
 Name: signature.asc
 Type: application/pgp-signature
 Size: 261 bytes
 Desc: OpenPGP digital signature
 Url :
 http://lists.fedoraproject.org/pipermail/devel/attachments/20110609/cca26368/attachment-0001.bin

 --

 Message: 5
 Date: Thu, 09 Jun 2011 09:59:20 +0200
 From: Ondrej Vasik ova...@redhat.com
 Subject: Re: Is F15 unbackuppable? (RemoveSETUID)
 To: Development discussions related to Fedora
devel@lists.fedoraproject.org
 Message-ID: 1307606360.3043.4.ca...@dhcp-24-196.brq.redhat.com
 Content-Type: text/plain; charset=UTF-8

 On Sun, 2011-06-05 at 13:50 +0200, Roberto Ragusa wrote:
  On 06/05/2011 12:32 PM, Ralf Ertzinger wrote:
   Hi.
  
   On Sun, 05 Jun 2011 11:39:02 +0200, Roberto Ragusa wrote
  
   - rsync -aFAILS!
  
   rsync supports -X (for xattr) and -A (for ACLs), both must be
   given explicitly.
 
  Thanks, rsync -X actually works (and I wonder why -X is not included
  in -a, just as for cp).
 
  I see tar has --xattrs. With tar -c it works (the tar file contains the
  string with the value), but tar -x does not recreate the xattr.
 
  By using strace I see that rsync does
 
open(.a.eWMgCy, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 1
fchmod(1, 0700) = 0
close(1)= 0
lstat64(.a.eWMgCy, {st_mode=S_IFREG|0700, st_size=0, ...}) = 0
llistxattr(.a.eWMgCy, 0x82bb0c0, 1024) = 0
lsetxattr(.a.eWMgCy, security.capability, \x01\x00\x00\x02\x00
 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00, 20, 0) = 0
lsetxattr(.a.eWMgCy, user.qqq, www, 3, 0) = 0
utimensat(AT_FDCWD, .a.eWMgCy, {UTIME_NOW, {1307265135, 0}},
 AT_SYMLINK_NOFOLLOW) = 0
chmod(.a.eWMgCy, 0755)= 0
rename(.a.eWMgCy, a)= 0
 
  while tar -x does
 
mknod(a, 0700)= 0
setxattr(a, user.qqq, www, 3, 0)  = 0
open(a, O_WRONLY|O_CREAT|O_LARGEFILE, 0700) = 4
close(4)= 0
utimensat(AT_FDCWD, a, {{1307271119, 468295223}, {1307265135, 0}}, 0)
 = 0
setxattr(a, user.qqq, www, 3, 0)  = 0
chown32(a, 0, 0)  = 0
chmod(a, 0755)= 0
 
  Why is tar not working? (getcap a prints nothing)
 
 Simply because tar does not store all the extended attributes. Just
 limited set of them. At the moment security.capability is not among
 them. Feel free to report a bugzilla against rawhide tar...

 You may also consider using star... where is the support for extended
 attributes present for longer time (and upstream).

 Greetings,
 Ondrej Vasik



 --

 Message: 6
 Date: Thu, 09 Jun 2011 10:06:20 +0200
 From: Jan Kalu?a jkal...@redhat.com
 Subject: Orphaning Slim
 To: devel@lists.fedoraproject.org
 Message-ID: 4df07efc.4030...@redhat.com
 Content-Type: text/plain; charset=windows-1252; format=flowed

 Hi,

 I'm not using this package and I have not checked its state before
 taking the ownership (which was mistake). It doesn't work for users who
 upgraded from F14 to F15 and I wasn't able to find out why exactly it
 fails. There are also some bugs untouched for long time.

 To sum it up, it is probably better to hand it over to someone else who
 has more time and actually still uses it.

 Regards,
 Jan Kaluza


 --

 Message: 7
 Date: Thu, 09 Jun 2011 13:19:19 +0400
 From: Lucas macach...@gmail.com
 Subject: Re: Orphaning Slim
 To: devel@lists.fedoraproject.org
 Message-ID: 4df09017.2020...@gmail.com
 Content-Type: text/plain; charset=UTF-8; format=flowed

  Hi,
  
  I'm not using this package

Re: rebuild of perl dependent packages

2011-06-09 Thread Marcela Mašláňová
And list of packages.
389-ds-base
ack
amanda
asterisk
backup-manager
clamtk
claws-mail-plugins
clc-intercal
clearsilver
clive
cluster
code2html
collectd
conmux
cpanspec
cpan-upload
crypto-utils
cyrus-imapd
dahdi-tools
dnsenum
dnssec-tools
docbook2X
dxcc
ekg2
epylog
exim
fcgi
foomatic
fpdns
freeradius
frozen-bubble
fwsnort
git
gitolite
globus-common
globus-gram-job-manager-scripts
globus-gram-job-manager-setup-condor
globus-gram-job-manager-setup-fork
globus-gram-job-manager-setup-lsf
globus-gram-job-manager-setup-pbs
globus-gram-job-manager-setup-sge
globus-gram-protocol
gnumeric
gold
golly
gpsdrive
GraphicsMagick
graphviz
grepmail
grid-packaging-tools
gscan2pdf
hct
hivex
hyperestraier
ikiwiki
ImageMagick
imvirt
inkscape
inn
innotop
irssi
krazy2
lcgdm
libapreq2
libconcord
libdigidocpp
libguestfs
liboping
libprelude
libpreludedb
maatkit
mailgraph
mapserver
mhonarc
mod_perl
mod_perlite
monotone
mr
munin
MySQL-zrm
nagios
NaturalDocs
netcdf-perl
net-snmp
nginx
nkf
nocpulse-common
obexftp
ocaml-cil
ocaml-perl4caml
ocsinventory
ocsinventory-agent
openbabel
OpenIPMI
openscap
openser
opensips
openwsman
p0rn-comfort
pacemaker
pcsc-perl
perl-accessors
perl-Ace
perl-Acme-Damn
perl-Acme-PlayCode
perl-Affix-Infix2Postfix
perl-Algorithm-Annotate
perl-Algorithm-C3
perl-Algorithm-CheckDigits
perl-Algorithm-CurveFit
perl-Algorithm-Dependency
perl-Algorithm-Diff
perl-Algorithm-FastPermute
perl-Algorithm-IncludeExclude
perl-Algorithm-Merge
perl-Algorithm-Permute
perl-aliased
perl-Alien-SeleniumRC
perl-Alien-wxWidgets
perl-AnyData
perl-AnyEvent
perl-AnyEvent-AIO
perl-AnyEvent-BDB
perl-AnyEvent-DBus
perl-AnyEvent-HTTP
perl-AnyEvent-I3
perl-AnyEvent-XMPP
perl-Any-Moose
perl-Apache2-SOAP
perl-Apache-DBI
perl-Apache-DBI-Cache
perl-Apache-Htpasswd
perl-Apache-LogRegex
perl-Apache-Session
perl-Apache-Session-Wrapper
perl-App-Asciio
perl-App-Cache
perl-App-CLI
perl-App-Cmd
perl-AppConfig
perl-AppConfig-Std
perl-App-cpanminus
perl-App-Daemon
perl-App-Nopaste
perl-App-SVN-Bisect
perl-Archive-Any
perl-Archive-RPM
perl-Archive-Tar
perl-Archive-Zip
perl-Array-Compare
perl-Array-Diff
perl-Array-RefElem
perl-Array-Utils
perl-asa
perl-Astro-FITS-CFITSIO
perl-Async-MergePoint
perl-Audio-Beep
perl-AuthCAS
perl-Authen-Captcha
perl-Authen-DigestMD5
perl-Authen-Krb5
perl-Authen-Krb5-Admin
perl-Authen-PAM
perl-Authen-Radius
perl-Authen-SASL
perl-Authen-Simple
perl-Authen-Simple-Passwd
perl-autobox
perl-AutoClass
perl-AutoXS-Header
perl-BackPAN-Index
Perlbal
perl-B-Compiling
perl-BDB
perl-Beanstalk-Client
perl-Bencode
perl-BerkeleyDB
perl-Best
perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
perl-B-Hooks-OP-Check-StashChange
perl-B-Hooks-OP-PPAddr
perl-Bio-ASN1-EntrezGene
perl-Bio-Graphics
perl-bioperl
perl-bioperl-run
perl-Bio-SamTools
perl-Bit-Vector
perl-B-Keywords
perl-boolean
perl-Boulder
perlbrew
perl-Browser-Open
perl-BSD-Resource
perl-Business-CreditCard
perl-Business-Hours
perl-Business-ISBN
perl-Business-ISBN-Data
perl-B-Utils
perl-BZ-Client
perl-Cache
perl-Cache-Cache
perl-Cache-FastMmap
perl-Cache-Memcached
perl-Cache-Mmap
perl-Cache-Simple-TimedExpiry
perl-Cairo
perl-Calendar-Simple
perl-Callback
perl-capitalization
perl-Captcha-reCAPTCHA
perl-Capture-Tiny
perl-Carp-Always
perl-Carp-Assert
perl-Carp-Assert-More
perl-Carp-Clan
perl-Carp-Clan-Share
perl-Catalyst-Action-RenderView
perl-Catalyst-Action-REST
perl-Catalyst-Authentication-Store-DBIx-Class
perl-Catalyst-Component-InstancePerContext
perl-Catalyst-Controller-ActionRole
perl-Catalyst-Controller-BindLex
perl-Catalyst-Controller-FormBuilder
perl-Catalyst-Controller-HTML-FormFu
perl-Catalyst-Devel
perl-Catalyst-Engine-Apache
perl-Catalyst-Engine-PSGI
perl-Catalyst-Helper-FastCGI-ExternalServer
perl-Catalyst-Log-Log4perl
perl-Catalyst-Manual
perl-Catalyst-Model-DBIC-Schema
perl-Catalyst-Model-LDAP
perl-Catalyst-Model-XMLRPC
perl-Catalyst-Plugin-Authentication
perl-Catalyst-Plugin-Authorization-ACL
perl-Catalyst-Plugin-Authorization-Roles
perl-Catalyst-Plugin-Cache
perl-Catalyst-Plugin-CGI-Untaint
perl-Catalyst-Plugin-ConfigLoader
perl-Catalyst-Plugin-Email
perl-Catalyst-Plugin-I18N
perl-Catalyst-Plugin-PageCache
perl-Catalyst-Plugin-Session
perl-Catalyst-Plugin-Session-State-Cookie
perl-Catalyst-Plugin-Session-State-URI
perl-Catalyst-Plugin-Session-Store-Cache
perl-Catalyst-Plugin-Session-Store-FastMmap
perl-Catalyst-Plugin-Session-Store-File
perl-Catalyst-Plugin-Setenv
perl-Catalyst-Plugin-Singleton
perl-Catalyst-Plugin-StackTrace
perl-Catalyst-Plugin-Static-Simple
perl-Catalyst-Plugin-SubRequest
perl-Catalyst-Plugin-Unicode
perl-Catalyst-Plugin-Unicode-Encoding
perl-Catalyst-Runtime
perl-Catalyst-View-Component-SubInclude
perl-Catalyst-View-Email
perl-Catalyst-View-HTML-Template
perl-Catalyst-View-JSON
perl-Catalyst-View-Mason
perl-Catalyst-View-PDF-Reuse
perl-Catalyst-View-TT
perl-CatalystX-Component-Traits
perl-CatalystX-LeakChecker
perl-ccom
perl-CDB_File
perl-CDDB
perl-Cflow
perl-CGI
perl-CGI-Ajax
perl-CGI-Application
perl-CGI-Application-Dispatch
perl-CGI-Application-FastCGI

Re: F15 / VirtualBox

2011-06-09 Thread Matthew Garrett
On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote:

 I agree. As virtualization technology becomes more and more involved  
 and frequent on users systems, particularly with advanced Linux users,  
 I think there needs to be a strong focus on ensuring that all releases  
 run in virtualized environments without any major issues. ie.  
 Virtualbox.
 
 Perhaps a dedicated team among the developers who specialize in this area.

I don't think there are any developers working on this area, where this 
area is Virtualbox. We don't ship Virtualbox. We don't ship a kernel 
that has any knowledge of Virtualbox. There's a good argument for having 
this be part of the QA process and requiring that we boot in the common 
virtualisation environments as part of the release criteria, but I don't 
think we can realistically suggest that our virtualisation developers 
(who work on code that has nothing to do with Virtualbox) be responsible 
for that.

-- 
Matthew Garrett | mj...@srcf.ucam.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


selinux alert from gccgo

2011-06-09 Thread Neal Becker
I just compiled 'hello world.go' with gccgo on F15 and got selinux alert about 
mmap_zero when executable was run.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Linux kernel 3.0 + SELinux problem

2011-06-09 Thread Richard W.M. Jones
On Wed, Jun 08, 2011 at 09:19:43PM -0500, Bruno Wolff III wrote:
 On Wed, Jun 08, 2011 at 17:01:07 -0600,
   Jerry James loganje...@gmail.com wrote:
  On Wed, Jun 8, 2011 at 4:58 PM, Tom London seli...@gmail.com wrote:
   See https://bugzilla.redhat.com/show_bug.cgi?id=711015
  
   Believe updated systemd is building.
  
  Would you believe I scanned the entire list of bugs against the
  kernel component looking for this, and never thought about looking
  at the systemd component?  Thanks, Tom!  I'll patiently wait for the
  new systemd.
 
 You should be able to get it out of koji now. I wasn't having much luck
 with the rc2 kernel though.

This ftrace bug prevents the Rawhide kernel from booting about 20% of
the time:

https://bugzilla.redhat.com/show_bug.cgi?id=710921

It's fixed upstream but the fix isn't in Linus's tree yet (should be
pulled shortly though).

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Self Introduction

2011-06-09 Thread Clément David
Hi,

My name is Clément DAVID (aka davidcl) and I'm a french software
developer. I'm currently working on Scilab [1].

I'm interested to become a packager for Scientific application or just
software toys :). My first package has been approved (thanks to
Alexander Kurtakov) [2] and build by koji [3].

My FAS name is davidcl.

[1]: http://www.scilab.org
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=710115
[3]: http://koji.fedoraproject.org/koji/taskinfo?taskID=3121778

--
davidcl


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-gettext] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 330a438d5a4914e5bda311a58200d78a5f8a7505
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 16:59:09 2011 +0200

Perl 5.14 mass rebuild

 perl-gettext.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-gettext.spec b/perl-gettext.spec
index 9c5694d..1a1953e 100644
--- a/perl-gettext.spec
+++ b/perl-gettext.spec
@@ -1,6 +1,6 @@
 Name:   perl-gettext
 Version:1.05
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Interface to gettext family of functions
 
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.05-21
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Hash-MultiValue] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 01277fb9a6a1815e92b7f385718433c540192fd1
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 16:59:09 2011 +0200

Perl 5.14 mass rebuild

 perl-Hash-MultiValue.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Hash-MultiValue.spec b/perl-Hash-MultiValue.spec
index a831a30..92a44ba 100644
--- a/perl-Hash-MultiValue.spec
+++ b/perl-Hash-MultiValue.spec
@@ -1,7 +1,7 @@
 Name:   perl-Hash-MultiValue
 Summary:Store multiple values per key
 Version:0.08
-Release:4%{?dist}
+Release:5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-%{version}.tar.gz
 
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.08-5
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Time-Warp] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 8281a9b87e9925d5e4cd449ba9f5161a14263d66
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 16:59:09 2011 +0200

Perl 5.14 mass rebuild

 perl-Time-Warp.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-Warp.spec b/perl-Time-Warp.spec
index a642056..08fcc47 100644
--- a/perl-Time-Warp.spec
+++ b/perl-Time-Warp.spec
@@ -1,6 +1,6 @@
 Name:   perl-Time-Warp 
 Version:0.5 
-Release:6%{?dist}
+Release:7%{?dist}
 # Warp.pm - GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.5-7
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Log-Trace] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 4b28bd1744a27f9402efda9725985d093f81c3b1
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 16:59:09 2011 +0200

Perl 5.14 mass rebuild

 perl-Log-Trace.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-Trace.spec b/perl-Log-Trace.spec
index 4be605f..171251c 100644
--- a/perl-Log-Trace.spec
+++ b/perl-Log-Trace.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-Trace 
 Version:1.070 
-Release:6%{?dist}
+Release:7%{?dist}
 # lib/Log/Trace.pm - GPLv2+ 
 License:GPLv2+
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.070-7
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.070-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Lingua-Stem-It] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 49a3d246e1e314ee8fe05374c81748a6358031cf
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 16:59:09 2011 +0200

Perl 5.14 mass rebuild

 perl-Lingua-Stem-It.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-Stem-It.spec b/perl-Lingua-Stem-It.spec
index d07ad36..d870c56 100644
--- a/perl-Lingua-Stem-It.spec
+++ b/perl-Lingua-Stem-It.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-Stem-It
 Version:0.02
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Porter's stemming algorithm for Italian
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.02-4
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-threads] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit e94e16a69aecd8d735a99dcb603c80241fdea666
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:04 2011 +0200

Perl 5.14 mass rebuild

 perl-threads.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-threads.spec b/perl-threads.spec
index cc4abb8..9478cff 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -1,6 +1,6 @@
 Name:   perl-threads
 Version:1.83
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interpreter-based threads
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.83-2
+- Perl 5.14 mass rebuild
+
 * Tue Apr 26 2011 Petr Pisar ppi...@redhat.com - 1.83-1
 - 1.83 bump
 
--
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-Tk] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 4b840fcac516e4b2be3a9153ad57e60837856df8
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:04 2011 +0200

Perl 5.14 mass rebuild

 perl-Tk.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk.spec b/perl-Tk.spec
index 3bbacf9..f6f3ebc 100644
--- a/perl-Tk.spec
+++ b/perl-Tk.spec
@@ -5,7 +5,7 @@ Name:   perl-Tk
 # devel version fix for perl 5.12: 
 %define real_version 804.028_503
 Version:804.028
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Perl Graphical User Interface ToolKit
 
 Group:  Development/Libraries
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{perl_vendorarch}/Tk/demos
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 804.028-15
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 804.028-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-String-Similarity] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit a2a1f08e07648d59836afc4fa15b38ded059dfd7
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:03 2011 +0200

Perl 5.14 mass rebuild

 perl-String-Similarity.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-Similarity.spec b/perl-String-Similarity.spec
index 3938f46..62d53f7 100644
--- a/perl-String-Similarity.spec
+++ b/perl-String-Similarity.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Similarity
 Version:1.04
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Calculates the similarity of two strings
 License:GPLv2+
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.04-4
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Convert-ASCII-Armour] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 738ca3d5b339d7173cb2879ea77ecf9720beb3da
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:05 2011 +0200

Perl 5.14 mass rebuild

 perl-Convert-ASCII-Armour.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Convert-ASCII-Armour.spec b/perl-Convert-ASCII-Armour.spec
index 943847a..4648c68 100644
--- a/perl-Convert-ASCII-Armour.spec
+++ b/perl-Convert-ASCII-Armour.spec
@@ -1,6 +1,6 @@
 Name:   perl-Convert-ASCII-Armour
 Version:1.4
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Convert binary octets into ASCII armoured messages
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.4-13
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.4-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Parse-ExuberantCTags] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit fa8ecf3e5ecfb8625838613a781012af9e878497
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:02:25 2011 +0200

Perl 5.14 mass rebuild

 perl-Parse-ExuberantCTags.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Parse-ExuberantCTags.spec b/perl-Parse-ExuberantCTags.spec
index 97a489a..a6f9150 100644
--- a/perl-Parse-ExuberantCTags.spec
+++ b/perl-Parse-ExuberantCTags.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parse-ExuberantCTags
 Version:1.02
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Efficiently parse exuberant ctags files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.02-4
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.02-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Sort-Key] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 9d226adcaf4a5dfc43d5aac4e69de1b06cbc94f6
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:03:38 2011 +0200

Perl 5.14 mass rebuild

 perl-Sort-Key.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sort-Key.spec b/perl-Sort-Key.spec
index 25ecd74..cd8c43f 100644
--- a/perl-Sort-Key.spec
+++ b/perl-Sort-Key.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sort-Key
 Version:1.28
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Fastest way to sort anything in Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.28-7
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.28-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Alien-SeleniumRC] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit aa42d1ce33c2efba6e1c8e1709650e76b83ff6f7
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:03:38 2011 +0200

Perl 5.14 mass rebuild

 perl-Alien-SeleniumRC.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Alien-SeleniumRC.spec b/perl-Alien-SeleniumRC.spec
index fb350fe..b5eaf6f 100644
--- a/perl-Alien-SeleniumRC.spec
+++ b/perl-Alien-SeleniumRC.spec
@@ -1,6 +1,6 @@
 Name:   perl-Alien-SeleniumRC
 Version:1.03
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Packages the Selenium Remote Control server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.03-6
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.03-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-CSS-Minifier] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 20cefb93561b227f4933cf1415720a0872285e6c
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:03:56 2011 +0200

Perl 5.14 mass rebuild

 perl-CSS-Minifier.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CSS-Minifier.spec b/perl-CSS-Minifier.spec
index 1f1460f..3672b58 100644
--- a/perl-CSS-Minifier.spec
+++ b/perl-CSS-Minifier.spec
@@ -1,6 +1,6 @@
 Name:   perl-CSS-Minifier 
 Version:0.01 
-Release:6%{?dist}
+Release:7%{?dist}
 # lib/CSS/Minifier.pm - GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.01-7
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.01-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Exporter-Lite] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 330cf410f9695b8167b1c87caacffd749987a094
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:04:02 2011 +0200

Perl 5.14 mass rebuild

 perl-Exporter-Lite.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Exporter-Lite.spec b/perl-Exporter-Lite.spec
index 2a9b638..8d248e4 100644
--- a/perl-Exporter-Lite.spec
+++ b/perl-Exporter-Lite.spec
@@ -1,6 +1,6 @@
 Name:   perl-Exporter-Lite
 Version:0.02
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Lightweight exporting of variables
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.02-11
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-UNIVERSAL-isa] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit cab73408d1894cf06e619c792983b38fdd233ee3
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:04:51 2011 +0200

Perl 5.14 mass rebuild

 perl-UNIVERSAL-isa.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-UNIVERSAL-isa.spec b/perl-UNIVERSAL-isa.spec
index cf1b464..0c68abc 100644
--- a/perl-UNIVERSAL-isa.spec
+++ b/perl-UNIVERSAL-isa.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-isa
 Version:1.03
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Hack around module authors using UNIVERSAL::isa as a function
 
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.03-6
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.03-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-FCGI-ProcManager] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit ab0070f8423e5af1a603e8ee50f5a26680f0767a
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:05:14 2011 +0200

Perl 5.14 mass rebuild

 perl-FCGI-ProcManager.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-FCGI-ProcManager.spec b/perl-FCGI-ProcManager.spec
index bc637b6..a28bf73 100644
--- a/perl-FCGI-ProcManager.spec
+++ b/perl-FCGI-ProcManager.spec
@@ -1,6 +1,6 @@
 Name:   perl-FCGI-ProcManager
 Version:0.19
-Release:6%{?dist}
+Release:7%{?dist}
 # ProcManager.pm - LGPLv2, LGPLv3
 License:LGPLv2+
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.19-7
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.19-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Net-Domain-TLD] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit ead23d362ab92126eb76da27c03bee15e2235b42
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:05:17 2011 +0200

Perl 5.14 mass rebuild

 perl-Net-Domain-TLD.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-Domain-TLD.spec b/perl-Net-Domain-TLD.spec
index 88385ce..512e93e 100644
--- a/perl-Net-Domain-TLD.spec
+++ b/perl-Net-Domain-TLD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Domain-TLD
 Version:1.68
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Work with TLD names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.68-7
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.68-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Config-IniFiles] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 3699675914e51867ed72698cb1b8921b739ed097
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:05:19 2011 +0200

Perl 5.14 mass rebuild

 perl-Config-IniFiles.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec
index dae7f11..db92a29 100644
--- a/perl-Config-IniFiles.spec
+++ b/perl-Config-IniFiles.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-IniFiles
 Version:2.58
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:A module for reading .ini-style configuration files
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 2.58-4
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.58-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Text-ASCIITable] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 25ed2eab73c53629c1bb918a2a127cabf0970bc8
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:06:11 2011 +0200

Perl 5.14 mass rebuild

 perl-Text-ASCIITable.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-ASCIITable.spec b/perl-Text-ASCIITable.spec
index 1b0..7452132 100644
--- a/perl-Text-ASCIITable.spec
+++ b/perl-Text-ASCIITable.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-ASCIITable
 Version:0.18
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Create a nice formatted table using ASCII characters
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.18-10
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.18-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Probe-Perl] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit bcda39f9b0002833e864790833b634ade4b4c18b
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:06:03 2011 +0200

Perl 5.14 mass rebuild

 perl-Probe-Perl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Probe-Perl.spec b/perl-Probe-Perl.spec
index 0e749b5..6c85d55 100644
--- a/perl-Probe-Perl.spec
+++ b/perl-Probe-Perl.spec
@@ -1,6 +1,6 @@
 Name:   perl-Probe-Perl
 Version:0.01
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Information about the currently running perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.01-8
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.01-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Log-Any] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 54dffbeb0f831f94b4f16a32e8eb3e568ca3b16d
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:06:25 2011 +0200

Perl 5.14 mass rebuild

 perl-Log-Any.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-Any.spec b/perl-Log-Any.spec
index dc44b2f..679e355 100644
--- a/perl-Log-Any.spec
+++ b/perl-Log-Any.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-Any
 Version:0.11
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Bringing loggers and listeners together
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.11-4
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Class-MakeMethods] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 29e30f3ce8c36d22fd81cf5a48fbca779bcfacc1
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:06:57 2011 +0200

Perl 5.14 mass rebuild

 perl-Class-MakeMethods.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-MakeMethods.spec b/perl-Class-MakeMethods.spec
index bcb4569..0cbef7a 100644
--- a/perl-Class-MakeMethods.spec
+++ b/perl-Class-MakeMethods.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Class-MakeMethods
 Version:1.01
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Generate common types of methods
 
 Group:  Development/Libraries
@@ -78,6 +78,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.01-10
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.01-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Crypt-PasswdMD5] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 1b8d3f73efb59271f371804c360e4c91de1bdea8
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:07:01 2011 +0200

Perl 5.14 mass rebuild

 perl-Crypt-PasswdMD5.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-PasswdMD5.spec b/perl-Crypt-PasswdMD5.spec
index 6040155..4879f3b 100644
--- a/perl-Crypt-PasswdMD5.spec
+++ b/perl-Crypt-PasswdMD5.spec
@@ -1,6 +1,6 @@
 Name:  perl-Crypt-PasswdMD5
 Version:   1.3
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Provides interoperable MD5-based crypt() functions 
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.3-10
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-CPAN-DistnameInfo] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit f55d77544462066ebd4a76e02acdb95be3e4
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:08:02 2011 +0200

Perl 5.14 mass rebuild

 perl-CPAN-DistnameInfo.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CPAN-DistnameInfo.spec b/perl-CPAN-DistnameInfo.spec
index a2c0405..2ce1f79 100644
--- a/perl-CPAN-DistnameInfo.spec
+++ b/perl-CPAN-DistnameInfo.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-DistnameInfo
 Version:0.11
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Extract distribution name and version from a distribution 
filename
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.11-3
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Object-Signature] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit afba42145c347bc2c3aebaa1d70133c9434f0e89
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:08:20 2011 +0200

Perl 5.14 mass rebuild

 perl-Object-Signature.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Object-Signature.spec b/perl-Object-Signature.spec
index d187d78..0f71b26 100644
--- a/perl-Object-Signature.spec
+++ b/perl-Object-Signature.spec
@@ -1,6 +1,6 @@
 Name:   perl-Object-Signature
 Version:1.05
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Cryptographically strong objects 
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.05-10
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-ExtUtils-PkgConfig] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 6d06f8368a5e843a283adaccd7df6d5881b1f128
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:08:28 2011 +0200

Perl 5.14 mass rebuild

 perl-ExtUtils-PkgConfig.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec
index 892f685..a3604a9 100644
--- a/perl-ExtUtils-PkgConfig.spec
+++ b/perl-ExtUtils-PkgConfig.spec
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-PkgConfig
 Version:1.12
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Simplistic interface to pkg-config
 
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.12-9
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.12-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-IO-Tty] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit b7d0fbaf878a08affae8440c162ee3eade517e57
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:08:28 2011 +0200

Perl 5.14 mass rebuild

 perl-IO-Tty.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec
index 6595d65..12d96de 100644
--- a/perl-IO-Tty.spec
+++ b/perl-IO-Tty.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Tty
 Version:1.10
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl interface to pseudo tty's
 
 License:GPL+ or Artistic
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.10-3
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Sort-Naturally] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit c9c7ba57fe258ffc26dfd8e9e01a6d4296315136
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:08:46 2011 +0200

Perl 5.14 mass rebuild

 perl-Sort-Naturally.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sort-Naturally.spec b/perl-Sort-Naturally.spec
index 6c501b3..0b402d1 100644
--- a/perl-Sort-Naturally.spec
+++ b/perl-Sort-Naturally.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sort-Naturally 
 Version:1.02 
-Release:7%{?dist}
+Release:8%{?dist}
 # see lib/Sort/Naturally.pm 
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.02-8
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.02-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

Re: selinux alert from gccgo

2011-06-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/09/2011 09:19 AM, Neal Becker wrote:
 I just compiled 'hello world.go' with gccgo on F15 and got selinux alert 
 about 
 mmap_zero when executable was run.
 
THen I would open a big bug with gccgo and tell them to fix their code.

mmap_zero is a known attack vector for exploiting kernel flaws, and
almost no applications should need this access.

Here is a discussion on it, and the problems that it caused SELinux.

http://eparis.livejournal.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk3w5iIACgkQrlYvE4MpobOnKQCg3FCu3jArgpz/yLv2G8QmHQz9
IKAAoJU22S+PFm0Z+HrnlVQENxv5N/4e
=QDp5
-END PGP SIGNATURE-
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[perl-PerlIO-eol] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit ee7207de5be1edb70daba1a74dfd872084fc2be6
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:12 2011 +0200

Perl 5.14 mass rebuild

 perl-PerlIO-eol.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-PerlIO-eol.spec b/perl-PerlIO-eol.spec
index 5ada5a0..34a18dc 100644
--- a/perl-PerlIO-eol.spec
+++ b/perl-PerlIO-eol.spec
@@ -1,6 +1,6 @@
 Name:   perl-PerlIO-eol
 Version:0.14
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:PerlIO layer for normalizing line endings
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.14-11
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-Term-ReadPassword] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit e2dcce0ded895837c89e0db306dfccdb87abc50c
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:02:48 2011 +0200

Perl 5.14 mass rebuild

 perl-Term-ReadPassword.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-ReadPassword.spec b/perl-Term-ReadPassword.spec
index ec35f52..394ab36 100644
--- a/perl-Term-ReadPassword.spec
+++ b/perl-Term-ReadPassword.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-ReadPassword
 Version:0.11
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Asking the user for a password
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.11-9
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-HTTP-Parser-XS] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 5fd21340c5b5fbd4b864a674c43bcabc9ee71303
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:02:44 2011 +0200

Perl 5.14 mass rebuild

 perl-HTTP-Parser-XS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-Parser-XS.spec b/perl-HTTP-Parser-XS.spec
index 98cf047..9992d76 100644
--- a/perl-HTTP-Parser-XS.spec
+++ b/perl-HTTP-Parser-XS.spec
@@ -1,7 +1,7 @@
 Name:   perl-HTTP-Parser-XS
 Summary:A fast, primitive HTTP request parser
 Version:0.13
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/K/KA/KAZUHO/HTTP-Parser-XS-%{version}.tar.gz
 
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.13-2
+- Perl 5.14 mass rebuild
+
 * Fri Mar 18 2011 Iain Arnell iarn...@gmail.com 0.13-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild
--
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-RPM2] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit f9327078b7ba0156ad35e35f48092d00b361c8b5
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:10 2011 +0200

Perl 5.14 mass rebuild

 perl-RPM2.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-RPM2.spec b/perl-RPM2.spec
index 6a1d201..7dc8f5f 100644
--- a/perl-RPM2.spec
+++ b/perl-RPM2.spec
@@ -1,6 +1,6 @@
 Name:   perl-RPM2
 Version:0.69
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl bindings for the RPM Package Manager API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.69-3
+- Perl 5.14 mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.69-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-MD5] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit 831132b8eda159b4f6d3345bbd83fb74dc7176a5
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:01:23 2011 +0200

Perl 5.14 mass rebuild

 perl-MD5.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MD5.spec b/perl-MD5.spec
index 29f51cb..230a9d7 100644
--- a/perl-MD5.spec
+++ b/perl-MD5.spec
@@ -1,6 +1,6 @@
 Name:   perl-MD5
 Version:2.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl interface to the MD5 Message-Digest Algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 2.03-9
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.03-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

[perl-File-pushd] Perl 5.14 mass rebuild

2011-06-09 Thread Marcela Mašláňová
commit a0b27c35bfc3d6b39288947b8489012afc29010b
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Thu Jun 9 17:02:37 2011 +0200

Perl 5.14 mass rebuild

 perl-File-pushd.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-pushd.spec b/perl-File-pushd.spec
index ccd2d6d..fc86d6b 100644
--- a/perl-File-pushd.spec
+++ b/perl-File-pushd.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-pushd
 Version:1.00
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Change directory temporarily for a limited scope
 License:ASL 2.0
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 1.00-8
+- Perl 5.14 mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.00-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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-devel

Re: selinux alert from gccgo

2011-06-09 Thread Andrew Haley
On 06/09/2011 04:26 PM, Daniel J Walsh wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 06/09/2011 09:19 AM, Neal Becker wrote:
 I just compiled 'hello world.go' with gccgo on F15 and got selinux alert 
 about
 mmap_zero when executable was run.

 THen I would open a big bug with gccgo and tell them to fix their code.

I'd ping Ian Lance Taylor i...@google.com too.

Andrew.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: selinux alert from gccgo

2011-06-09 Thread Jakub Jelinek
On Thu, Jun 09, 2011 at 11:26:26AM -0400, Daniel J Walsh wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 06/09/2011 09:19 AM, Neal Becker wrote:
  I just compiled 'hello world.go' with gccgo on F15 and got selinux alert 
  about 
  mmap_zero when executable was run.
  
 THen I would open a big bug with gccgo and tell them to fix their code.
 
 mmap_zero is a known attack vector for exploiting kernel flaws, and
 almost no applications should need this access.
 
 Here is a discussion on it, and the problems that it caused SELinux.
 
 http://eparis.livejournal.com/

See https://bugzilla.redhat.com/show_bug.cgi?id=693143
mmap_zero audit message sounds like a kernel bug rather than gccgo,
all it needs is executable stack (well, I think it really wants
executable heap but is marked as needing executable stack).
It has been reported to Ian, but nothing has been rewritten upstream
yet.

Jakub
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Python embedded into shared library

2011-06-09 Thread Christoph Höger
Hi all,

I ran into an obscure bug today when trying to embedd python into a
shared library. Basically this is because the lib-dynload/*.so files do
not have the dependency on python2.7 set, yet use the symbol. I don't
know how the python binary handles it, but it does.
 
https://bugzilla.redhat.com/show_bug.cgi?id=712171

Is there a known workaround?

thanks,

Christoph

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


FYI: gLabels License Update: (L)GPLv2+ to (L)GPLv3, new MIT-license subpackage

2011-06-09 Thread Peter Gordon
Hi, everyone.

This morning, I committed an update to gLabels 3.0.0 in Rawhide (and
will soon do the same for Fedora 15), which updates the license of the
main package from GPLv2+ to GPLv3+. This also updates the licenses of
the glabels-libs and glabels-devel subpackages from LGPLv2+ to LGPLv3+.
As I remarked in the %changelog entry, these changes were actually
included in the upstream 2.3.0 release; but that was never packaged in
Fedora.

In addition, this update also adds some templates from upstream, which
are put into the new glabels-templates subpackage, and these are under
the MIT/X11 license.

These changes are all reflected in the packages' various COPYING files.

Regards.
-- 
Peter Gordon (codergeek42) pe...@thecodergeek.com
Who am I? :: http://thecodergeek.com/about-me



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File Test-Pod-Content-0.0.5.tar.gz uploaded to lookaside cache by eseyman

2011-06-09 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Test-Pod-Content:

895452aebc0d809413c865452be28d6a  Test-Pod-Content-0.0.5.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: Is F15 unbackuppable? (RemoveSETUID)

2011-06-09 Thread Roberto Ragusa
On 06/09/2011 09:59 AM, Ondrej Vasik wrote:
 On Sun, 2011-06-05 at 13:50 +0200, Roberto Ragusa wrote:
 On 06/05/2011 12:32 PM, Ralf Ertzinger wrote:
 Hi.

 On Sun, 05 Jun 2011 11:39:02 +0200, Roberto Ragusa wrote

 - rsync -aFAILS!

 rsync supports -X (for xattr) and -A (for ACLs), both must be
 given explicitly.

 Thanks, rsync -X actually works (and I wonder why -X is not included
 in -a, just as for cp).

 I see tar has --xattrs. With tar -c it works (the tar file contains the
 string with the value), but tar -x does not recreate the xattr.

 By using strace I see that rsync does

   open(.a.eWMgCy, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 1
   fchmod(1, 0700) = 0
   close(1)= 0
   lstat64(.a.eWMgCy, {st_mode=S_IFREG|0700, st_size=0, ...}) = 0
   llistxattr(.a.eWMgCy, 0x82bb0c0, 1024) = 0
   lsetxattr(.a.eWMgCy, security.capability, \x01\x00\x00\x02\x00 
 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00, 20, 0) = 0
   lsetxattr(.a.eWMgCy, user.qqq, www, 3, 0) = 0
   utimensat(AT_FDCWD, .a.eWMgCy, {UTIME_NOW, {1307265135, 0}}, 
 AT_SYMLINK_NOFOLLOW) = 0
   chmod(.a.eWMgCy, 0755)= 0
   rename(.a.eWMgCy, a)= 0

 while tar -x does

   mknod(a, 0700)= 0
   setxattr(a, user.qqq, www, 3, 0)  = 0
   open(a, O_WRONLY|O_CREAT|O_LARGEFILE, 0700) = 4
   close(4)= 0
   utimensat(AT_FDCWD, a, {{1307271119, 468295223}, {1307265135, 0}}, 0) = 0
   setxattr(a, user.qqq, www, 3, 0)  = 0
   chown32(a, 0, 0)  = 0
   chmod(a, 0755)= 0

 Why is tar not working? (getcap a prints nothing)

 Simply because tar does not store all the extended attributes. Just
 limited set of them. At the moment security.capability is not among
 them. Feel free to report a bugzilla against rawhide tar...

The problem is not only with the security.capability.
The user.qqq one is also missing (even if strace says it has been
attempted).

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Is F15 unbackuppable? (RemoveSETUID)

2011-06-09 Thread Roberto Ragusa
On 06/08/2011 08:35 PM, nodata wrote:
 On 05/06/11 13:50, Roberto Ragusa wrote:

 Why is tar not working? (getcap a prints nothing)

 
 Have you got a bz#?

No, I will try to describe how to reproduce the bug
and open it (if noone is faster than me in doing so).

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Linux kernel 3.0 + SELinux problem

2011-06-09 Thread Jim Meyering
Richard W.M. Jones wrote:
 On Wed, Jun 08, 2011 at 09:19:43PM -0500, Bruno Wolff III wrote:
 On Wed, Jun 08, 2011 at 17:01:07 -0600,
   Jerry James loganje...@gmail.com wrote:
  On Wed, Jun 8, 2011 at 4:58 PM, Tom London seli...@gmail.com wrote:
   See https://bugzilla.redhat.com/show_bug.cgi?id=711015
  
   Believe updated systemd is building.
 
  Would you believe I scanned the entire list of bugs against the
  kernel component looking for this, and never thought about looking
  at the systemd component?  Thanks, Tom!  I'll patiently wait for the
  new systemd.

 You should be able to get it out of koji now. I wasn't having much luck
 with the rc2 kernel though.

 This ftrace bug prevents the Rawhide kernel from booting about 20% of
 the time:

 https://bugzilla.redhat.com/show_bug.cgi?id=710921

Nice work, Rich!
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Dave Jones
On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote:
  On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote:
  
   I agree. As virtualization technology becomes more and more involved  
   and frequent on users systems, particularly with advanced Linux users,  
   I think there needs to be a strong focus on ensuring that all releases  
   run in virtualized environments without any major issues. ie.  
   Virtualbox.
   
   Perhaps a dedicated team among the developers who specialize in this area.
  
  I don't think there are any developers working on this area, where this 
  area is Virtualbox. We don't ship Virtualbox. We don't ship a kernel 
  that has any knowledge of Virtualbox. There's a good argument for having 
  this be part of the QA process and requiring that we boot in the common 
  virtualisation environments as part of the release criteria, but I don't 
  think we can realistically suggest that our virtualisation developers 
  (who work on code that has nothing to do with Virtualbox) be responsible 
  for that.

I'm curious why virtualbox has gained so much inertia so quickly.
Based solely on the number of kernel bug reports we get that seem to be
related to it, I have almost zero confidence in it being reliable.

Why are people choosing it over other solutions, and what can we change
in qemu/kvm to get users using that instead ?

Dave
 
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Nathanael D. Noblet
On 06/09/2011 04:37 PM, Dave Jones wrote:
 I'm curious why virtualbox has gained so much inertia so quickly.
 Based solely on the number of kernel bug reports we get that seem to be
 related to it, I have almost zero confidence in it being reliable.

 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

I moved from qemu to VMWare to VirtualBox because it became the easiest 
to use. I wanted to try Xen at the time but the combination of closed 
graphics, dual screens and all that made it not useful for me.

It supported usb passthru, and graphics accel. Recently I tried whatever 
comes with fedora and found it horrendously slower. I could have 
installed Fedora in a VirtualBox VM 3-4 times from scratch before that 
VM finished. I removed the packages and haven't tried for awhile.

It also had a very active development team. Releases and updates were 
many and not far between so it felt 'alive', whereas VMWare didn't 
(though it could have changed).

Those are probably not all the reasons I chose it back in the day, but 
now that I'm here I've continued to use it. The one trial with whatever 
Fedora uses was unsatisfactory so I haven't switched. Also I can't 
remember if the virtual system fedora provided could host windows?? 
Maybe I'm confusing Xen with whatever is in use now. Like I said I made 
the switch and haven't seen much reason to switch again.

-- 
Nathanael d. Noblet
t 403.875.4613
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Stephen John Smoogen
On Thu, Jun 9, 2011 at 18:37, Dave Jones da...@redhat.com wrote:
 On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote:
   On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote:
  
    I agree. As virtualization technology becomes more and more involved
    and frequent on users systems, particularly with advanced Linux users,
    I think there needs to be a strong focus on ensuring that all releases
    run in virtualized environments without any major issues. ie.
    Virtualbox.
   
    Perhaps a dedicated team among the developers who specialize in this 
 area.
  
   I don't think there are any developers working on this area, where this
   area is Virtualbox. We don't ship Virtualbox. We don't ship a kernel
   that has any knowledge of Virtualbox. There's a good argument for having
   this be part of the QA process and requiring that we boot in the common
   virtualisation environments as part of the release criteria, but I don't
   think we can realistically suggest that our virtualisation developers
   (who work on code that has nothing to do with Virtualbox) be responsible
   for that.

 I'm curious why virtualbox has gained so much inertia so quickly.
 Based solely on the number of kernel bug reports we get that seem to be
 related to it, I have almost zero confidence in it being reliable.


1) It works in windows
2) It works in mac os-x
3) Oracle has put a lot of money/effort in pushing it via searches

and probably a little of:

4) It is not from Red Hat.

 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

        Dave

 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel




-- 
Stephen J Smoogen.
The core skill of innovators is error recovery, not failure avoidance.
Randy Nelson, President of Pixar University.
Let us be kind, one to another, for most of us are fighting a hard
battle. -- Ian MacLaren
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread John5342
On Thu, Jun 9, 2011 at 23:37, Dave Jones da...@redhat.com wrote:

 On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote:
   On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote:
  
I agree. As virtualization technology becomes more and more involved
and frequent on users systems, particularly with advanced Linux users,
I think there needs to be a strong focus on ensuring that all releases
run in virtualized environments without any major issues. ie.
Virtualbox.
   
Perhaps a dedicated team among the developers who specialize in this
 area.
  
   I don't think there are any developers working on this area, where this
   area is Virtualbox. We don't ship Virtualbox. We don't ship a kernel
   that has any knowledge of Virtualbox. There's a good argument for having
   this be part of the QA process and requiring that we boot in the common
   virtualisation environments as part of the release criteria, but I don't
   think we can realistically suggest that our virtualisation developers
   (who work on code that has nothing to do with Virtualbox) be responsible
   for that.

 I'm curious why virtualbox has gained so much inertia so quickly.
 Based solely on the number of kernel bug reports we get that seem to be
 related to it, I have almost zero confidence in it being reliable.

 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?


I don't know about anyone else but i found in the days before processors had
hardware virtualization support (i think i had an Athlon 64 x2 at the time)
VirtualBox seemed to run most things i threw at it at quite a usable speed
while all the other open source options seemed to work but the performance
was on par with swimming through concrete. Things may have improved since
but i only use virtual machines every now and again so i just stick to
what's easy.

-- 
There are 10 kinds of people in the world: Those who understand binary and
those who don't...
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: rawhide missed an implicit dependency for #!python

2011-06-09 Thread Josh Stone
On 06/02/2011 01:26 PM, Josh Stone wrote:
 Our dtrace script in systemtap-sdt-devel starts #!/usr/bin/python.
 Usually this leads to an implicit Requires: /usr/bin/python, but for
 some reason our rawhide build did not get this.  The F15, F14, and F13
 builds from the same spec required python as expected.
[...]
 Is this a bug?  Or must we now explicitly require python?

An output change in file-5.07 appears to have broken find-requires:
https://bugzilla.redhat.com/show_bug.cgi?id=712251

And since file-5.07-2.fc15 is now in updates, I would expect this to
cause even more problems going forward.

Thanks,
Josh
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Dan Young
On Thu, Jun 9, 2011 at 3:59 PM, Stephen John Smoogen smo...@gmail.com wrote:
 On Thu, Jun 9, 2011 at 18:37, Dave Jones da...@redhat.com wrote:
 I'm curious why virtualbox has gained so much inertia so quickly.
 Based solely on the number of kernel bug reports we get that seem to be
 related to it, I have almost zero confidence in it being reliable.


 1) It works in windows
 2) It works in mac os-x
 3) Oracle has put a lot of money/effort in pushing it via searches

 and probably a little of:

 4) It is not from Red Hat.

5) Free as in beer Windows guest driver binaries?

Acquiring these is non-obvious for KVM/libvirt virtio blk/net Windows
guest drivers unless you're a RHEL customer.

Not arguing with the approach; merely relaying what I see from new adopters.

--
Dan Young dyo...@mesd.k12.or.us
Multnomah ESD - Technology Services
503-257-1562
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Chris Jones

Quoting Dave Jones da...@redhat.com:

 On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote:
  
   I don't think there are any developers working on this area, where this
   area is Virtualbox. We don't ship Virtualbox. We don't ship a kernel
   that has any knowledge of Virtualbox. There's a good argument for having
   this be part of the QA process and requiring that we boot in the common
   virtualisation environments as part of the release criteria, but I don't
   think we can realistically suggest that our virtualisation developers
   (who work on code that has nothing to do with Virtualbox) be responsible
   for that.

 I'm curious why virtualbox has gained so much inertia so quickly.
 Based solely on the number of kernel bug reports we get that seem to be
 related to it, I have almost zero confidence in it being reliable.

 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

   Dave


I used VMware many years ago and somewhere along the line also dabbled  
around with Xen. And then I got work of Virtualbox. Which not only  
blew competition away regarding ease-of-use and graphical interface.  
Sure, in it's early beginnings it may not have been the most  
technically advanced option out there in the open-source jungle, but  
that was overlooked by its aforementioned ease-of-use overall.

Over the years Virtualbox has come along in leaps and bounds, largely  
due to the work of Sun Microsystems developers. Oracle seems to be  
doing an ok job so far.
But as a result, VB has become basically the primary option for most  
virtualization nerds who want a fast and simple virtualization package  
that just does the job with minimal mucking around.

Also, for those that may not be aware, Virtualbox can be installed in  
just 2 commands in your Fedora system. Assuming you have wget installed.

For 32bit:

~$ su
wget  
http://download.virtualbox.org/virtualbox/4.0.8/VirtualBox-4.0-4.0.8_71778_fedora15-1.i686.rpm
yum install VirtualBox-4.0-4.0.8_71778_fedora15-1.i686.rpm

Or for 64bit:

~$ su
wget  
http://download.virtualbox.org/virtualbox/4.0.8/VirtualBox-4.0-4.0.8_71778_fedora15-1.x86_64.rpm
yum install VirtualBox-4.0-4.0.8_71778_fedora15-1.x86_64.rpm


Cheers

Chris Jones


This message was sent using IMP, the Internet Messaging Program.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Matthew Miller
On Thu, Jun 09, 2011 at 06:37:19PM -0400, Dave Jones wrote:
 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

It works on Linux, OS X, Windows, and even Solaris. That means large
institutions can recommend one solution for everyone.

-- 
Matthew Miller mat...@mattdm.org
Senior Systems Architect -- Instructional  Research Computing Services
Harvard School of Engineering  Applied Sciences
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Stephen John Smoogen
On Thu, Jun 9, 2011 at 21:13, Matthew Miller mat...@mattdm.org wrote:
 On Thu, Jun 09, 2011 at 06:37:19PM -0400, Dave Jones wrote:
 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

 It works on Linux, OS X, Windows, and even Solaris. That means large
 institutions can recommend one solution for everyone.

My friends at former places have switched to it for those reasons..
mainly that they have one gui that works on their Windows/Mac/Ubuntu
desktops and its the same with the servers they stand up. Ubiquity,
thy name is marketshare.

 --
 Matthew Miller mat...@mattdm.org
 Senior Systems Architect -- Instructional  Research Computing Services
 Harvard School of Engineering  Applied Sciences
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel




-- 
Stephen J Smoogen.
The core skill of innovators is error recovery, not failure avoidance.
Randy Nelson, President of Pixar University.
Let us be kind, one to another, for most of us are fighting a hard
battle. -- Ian MacLaren
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Jarod Wilson
On Jun 9, 2011, at 6:37 PM, Dave Jones wrote:

 On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote:
 On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote:
 
 I agree. As virtualization technology becomes more and more involved  
 and frequent on users systems, particularly with advanced Linux users,  
 I think there needs to be a strong focus on ensuring that all releases  
 run in virtualized environments without any major issues. ie.  
 Virtualbox.
 
 Perhaps a dedicated team among the developers who specialize in this area.
 
 I don't think there are any developers working on this area, where this 
 area is Virtualbox. We don't ship Virtualbox. We don't ship a kernel 
 that has any knowledge of Virtualbox. There's a good argument for having 
 this be part of the QA process and requiring that we boot in the common 
 virtualisation environments as part of the release criteria, but I don't 
 think we can realistically suggest that our virtualisation developers 
 (who work on code that has nothing to do with Virtualbox) be responsible 
 for that.
 
 I'm curious why virtualbox has gained so much inertia so quickly.
 Based solely on the number of kernel bug reports we get that seem to be
 related to it, I have almost zero confidence in it being reliable.
 
 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

Beer-free and multi-platform, like others have said.

I use VirtualBox myself on my MacBook Pro running Mac OS X. Note, however,
that I have a Fedora 15 guest installed and running perfectly fine this
very minute, so I dunno what the supposed problems are...

(For Linux hosts, I do use kvm.)

-- 
Jarod Wilson
ja...@wilsonet.com



-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F15 / VirtualBox

2011-06-09 Thread Alexander Boström
tor 2011-06-09 klockan 18:37 -0400 skrev Dave Jones:

 Why are people choosing it over other solutions, and what can we change
 in qemu/kvm to get users using that instead ?

Resurrect kqemu? No, not gonna happen.

There are still usable CPUs out there, even 64-bit ones, that KVM won't
run on.

There's Xen, but that comes with its own set of gotchas.

/abo


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Bug 712038] New: perl-MIME-Charset-1.009.1 is available

2011-06-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-MIME-Charset-1.009.1 is available

https://bugzilla.redhat.com/show_bug.cgi?id=712038

   Summary: perl-MIME-Charset-1.009.1 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-MIME-Charset
AssignedTo: xav...@bachelot.org
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: xav...@bachelot.org, fedora-perl-devel-l...@redhat.com
Classification: Fedora
  Story Points: ---


Latest upstream release: 1.009.1
Current version in Fedora Rawhide: 1.008.2
URL: http://search.cpan.org/dist/MIME-Charset/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Data-Hexify-1.00.tar.gz uploaded to lookaside cache by rjones

2011-06-09 Thread Richard W.M. Jones
A file has been added to the lookaside cache for perl-Data-Hexify:

56c858d08044162e12d96d0967d17cb2  Data-Hexify-1.00.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-Hexify] Add initial package (RHBZ#705798).

2011-06-09 Thread Richard W.M. Jones
commit 9dee5da75358ff16588fc37eb7c0c0ff11a2f0a9
Author: Richard W.M. Jones rjo...@redhat.com
Date:   Thu Jun 9 15:04:10 2011 +0100

Add initial package (RHBZ#705798).

 .gitignore|1 +
 perl-Data-Hexify.spec |   50 +
 sources   |1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..77e3c02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Hexify-1.00.tar.gz
diff --git a/perl-Data-Hexify.spec b/perl-Data-Hexify.spec
new file mode 100644
index 000..0ba28d4
--- /dev/null
+++ b/perl-Data-Hexify.spec
@@ -0,0 +1,50 @@
+Name:   perl-Data-Hexify
+Version:1.00
+Release:1%{?dist}
+Summary:Perl extension to hexdump arbitrary data
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Data-Hexify/
+Source0:
http://www.cpan.org/authors/id/J/JV/JV/Data-Hexify-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Exporter)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+
+%description
+Perl extension to hexdump arbitrary data.
+
+
+%prep
+%setup -q -n Data-Hexify-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+
+%check
+make test
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Thu Jun  9 2011 Richard W.M. Jones rjo...@redhat.com - 1.00-1
+- Initial packaging of version 1.00 (originally from cpanspec).
diff --git a/sources b/sources
index e69de29..80246f3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+56c858d08044162e12d96d0967d17cb2  Data-Hexify-1.00.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-Spec/f15] initial import

2011-06-09 Thread Iain Arnell
Summary of changes:

  904c9f7... initial import (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Devel-PatchPerl/f15] update to 0.40

2011-06-09 Thread Iain Arnell
Summary of changes:

  3a4338e... update to 0.40 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Devel-PatchPerl] update to 0.40

2011-06-09 Thread Iain Arnell
Summary of changes:

  3a4338e... update to 0.40 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[389-devel] Please review: Bug 711906 - ns-slapd segfaults using suffix referrals

2011-06-09 Thread Richard Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=711906

https://bugzilla.redhat.com/attachment.cgi?id=503925action=diff

https://bugzilla.redhat.com/attachment.cgi?id=503925action=edit
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel