[perl-Devel-CheckLib] Update to 1.03.

2015-03-21 Thread Jose Pedro Oliveira
commit 8eb9ec51165937d9d1cf9dee617d1d32230cd502
Author: Jose Pedro Oliveira jose.p.oliveira@gmail.com
Date:   Sat Mar 21 11:28:24 2015 +0100

Update to 1.03.

 .gitignore   | 1 +
 perl-Devel-CheckLib.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a8c1f7..1b45a92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Devel-CheckLib-0.97.tar.gz
 /Devel-CheckLib-0.98.tar.gz
 /Devel-CheckLib-0.99.tar.gz
+/Devel-CheckLib-1.03.tar.gz
diff --git a/perl-Devel-CheckLib.spec b/perl-Devel-CheckLib.spec
index fe91800..473c6eb 100644
--- a/perl-Devel-CheckLib.spec
+++ b/perl-Devel-CheckLib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-CheckLib
-Version:0.99
-Release:5%{?dist}
+Version:1.03
+Release:1%{?dist}
 Summary:Check that a library is available
 
 License:GPL+ or Artistic
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Mar 21 2015 Jose Pedro Oliveira jose.p.oliveira.oss at gmail.com - 
1.03-1
+- Update to 1.03.
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.99-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 195dd5b..23ce668 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b280b2d14a59a9a036f72ad15c5848be  Devel-CheckLib-0.99.tar.gz
+58bcaf88fb7ae6d44beb84bdd77b6370  Devel-CheckLib-1.03.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

systemd and dmcrypt/luks question

2015-03-21 Thread Eric Smith
I'm using a non-Fedora filesystem (zfsonlinux) which provides
appropriate services and a target for systemd. The services state:

Requires=systemd-udev-settle.service
After=systemd-udev-settle.service

This works fine for basic usage, but if trying to use zfs over
dmcrypt/LUKS, the mount service apparently runs before the LUKS
volumes are opened (based on /etc/crypttab). Also it appears that the
LUKS volumes are closed before the zfs file systems are unmounted at
shutdown.

I tried adding:

Wants=cryptsetup.target
After=cryptsetup.target

to the [Unit] section of the zfs services, but that didn't seem to
help. Can anyone offer advice on how to properly represent the
necessary dependencies?  Ideally it should be done in a way that still
works if the system has no encrypted block devices.

If a suitable solution can be found, I'll be happy to send it upstream
to the zfsonlinux developers. Presumably this would be useful for use
of any other out-of-tree filesystems over dmcrypt.

Thanks!
Eric
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[EPEL-devel] building EPEL7 packages against EL7.1?

2015-03-21 Thread Eric Smith
Bug #1203649 was reported against dragonegg, which is tied to the
specific version of gcc it is built against, because it uses the gcc
plugin interface. EL7.1 has a newer gcc, so dragonegg has to be
rebuilt. I did a new build (fedpkg build from epel7 branch), but it
still built against gcc from EL7.0. Is there a way to build EPEL
packages against EL7.1?
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


File Devel-CheckLib-1.03.tar.gz uploaded to lookaside cache by jpo

2015-03-21 Thread Jose Pedro Oliveira
A file has been added to the lookaside cache for perl-Devel-CheckLib:

58bcaf88fb7ae6d44beb84bdd77b6370  Devel-CheckLib-1.03.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

Re: Some Big Data packages in need of co-maintainers

2015-03-21 Thread Swapnil Kulkarni
Hi Peter,

I am co-maintaining hadoop and some other packages, I can co-maintain
ambari, hive, pig

I have requested for access rights. Please approve. Thanks!

Best Regards,
Swapnil Kulkarni
irc : coolsvap
coolsvap at gmail dot com

On Fri, Mar 20, 2015 at 7:51 PM, Peter MacKinnon pmack...@redhat.com
wrote:

  Hello,

 I own some packages that have been neglected due to my work on other
 projects. It would be great to have some co-maintainers to keep these in
 good health in Fedora. All are reasonably up-to-date but as the hadoop
 package revs (a key dependency), I fear breakdowns in the not too distant
 future.

- ambari
- datanucleus-*
- hive
- javolution
- jdo-api
 - jspc
- pig

 Let me know if you're interested.

 Thanks!
 \Pete

 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [EPEL-devel] building EPEL7 packages against EL7.1?

2015-03-21 Thread Kevin Fenzi
On Sat, 21 Mar 2015 03:50:40 -0600
Eric Smith space...@gmail.com wrote:

 Bug #1203649 was reported against dragonegg, which is tied to the
 specific version of gcc it is built against, because it uses the gcc
 plugin interface. EL7.1 has a newer gcc, so dragonegg has to be
 rebuilt. I did a new build (fedpkg build from epel7 branch), but it
 still built against gcc from EL7.0. Is there a way to build EPEL
 packages against EL7.1?

Thats odd, the build repo should have updated to 7.1 just shortly after
it was released. 

And indeed, in the bug you note that it has 7.1 content. 

It might be this in your spec: 

#%global gcc_vr 4.8.2-16.2.el7_0

# is not a comment in a spec file. The %global is still expanded. 
Replace % with # or something to make it not do so. 

kevin


pgpeWj0VmHEFW.pgp
Description: OpenPGP digital signature
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: Something in Rawhide spams SELinux or audit messages to every terminal

2015-03-21 Thread Richard W.M. Jones
On Sun, Mar 22, 2015 at 11:29:21PM +0100, Zbigniew Jędrzejewski-Szmek wrote:
 On Fri, Mar 20, 2015 at 02:14:38PM +, Richard W.M. Jones wrote:
  Message from syslogd@trick at Mar 20 14:13:46 ...
   journal:audit-2404 pid=2038 uid=0 auid=1000 ses=2 
  subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server 
  fp=SHA256:5e:91:96:9b:d3:3c:42:5c:21:e8:fe:8e:4c:c6:a8:ef:cb:3f:ff:b8:e8:c8:b0:2a:a3:d9:c7:65:40:dc:7a:62
   direction=? spid=2046 suid=1000  exe=/usr/sbin/sshd hostname=? 
  addr=192.168.0.175 terminal=? res=success'
  
  If someone can suggest a suitable component and what diagnostics would
  be needed, I can file a bug.
 It looks like journald reads audit messages and saves them to the
 journal, and you are running a syslog daemon which forwards them to
 the console. It would seem that the messages are saved by journald
 with a wrong syslog priority level... Can you find the corresponding message
 in 'journalctl -o verbose' output and paste the full entry?

This bug was diagnosed and fixed here:

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

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: systemd and dmcrypt/luks question

2015-03-21 Thread Corey Sheldon
did you rebuild the initramfs and /or initrd after this change?

Corey W Sheldon
Freelance IT Consultant, Multi-Discipline Tutor
(p) 310.909.7672
G+: https://www.plus.google.com/+CoreySheldon
LinkedIn: https://www.linkedin.com/profile/view?id=70127804
Github: https://www.github.com/linux-modder
Facebook: https://www.facebook.com/corey.sheldon
Several Communities on Stack Exchange https://www.stackexchange.com

http://www.facebook.com/1stclassmobileshine

Tutoring in person or via any of the following platforms:
HackHands https://www.hackhands.com
Wizpert https://www.wizperts.com
FieldNation https://www.fieldnation.com
AirPair https://www.airpair.com
TrueLancer

{PayPal,Google Wallet/Play store, Apple Pay}
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1

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
=v6Cq
-END PGP PUBLIC KEY BLOCK-





On Sat, Mar 21, 2015 at 2:04 AM, Eric Smith space...@gmail.com wrote:

 I'm using a non-Fedora filesystem (zfsonlinux) which provides
 appropriate services and a target for systemd. The services state:

 Requires=systemd-udev-settle.service
 After=systemd-udev-settle.service

 This works fine for basic usage, but if trying to use zfs over
 dmcrypt/LUKS, the mount service apparently runs before the LUKS
 volumes are opened (based on /etc/crypttab). Also it appears that the
 LUKS volumes are closed before the zfs file systems are unmounted at
 shutdown.

 I tried adding:

 Wants=cryptsetup.target
 After=cryptsetup.target

 to the [Unit] section of the zfs services, but that didn't seem to
 help. Can anyone offer advice on how to 

[perl-Devel-CheckLib/f21] (2 commits) ...Update to 1.03.

2015-03-21 Thread Jose Pedro Oliveira
Summary of changes:

  cc45697... Perl 5.20 rebuild (*)
  8eb9ec5... Update to 1.03. (*)

(*) 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

[EPEL-devel] Fedora EPEL 7 updates-testing report

2015-03-21 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 128  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutils-2.23.88.0.1-2.el7.1
  22  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0862/nodejs-0.10.36-3.el7,libuv-0.10.34-1.el7,v8-3.14.5.10-17.el7
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.24.20140929c.el7
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1135/librsync-1.0.0-1.el7,duplicity-0.6.24-5.el7,rdiff-backup-1.2.8-11.el7
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0952/qpid-qmf-0.28-27.el7,qpid-cpp-0.30-12.el7
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1077/libmspack-0.5-0.1.alpha.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1250/php-ZendFramework2-2.3.7-1.el7
   4  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1278/nx-libs-3.5.0.29-1.el7
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1291/varnish-4.0.3-3.el7
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1335/drupal7-7.35-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

php-ircmaxell-security-lib-1.1.0-1.el7
python-fedmsg-meta-fedora-infrastructure-0.4.6-1.el7
qtwebkit-2.3.4-4.el7
supybot-fedora-0.3.1-1.el7

Details about builds:



 php-ircmaxell-security-lib-1.1.0-1.el7 (FEDORA-EPEL-2015-1345)
 A Base Security Library

Update Information:

From release notes:
* Includes string utilities for binary safe string length comparison.


ChangeLog:

* Fri Mar 20 2015 Remi Collet r...@fedoraproject.org - 1.1.0-1
- update to 1.1.0
- add LICENSE file




 python-fedmsg-meta-fedora-infrastructure-0.4.6-1.el7 (FEDORA-EPEL-2015-1341)
 Metadata providers for Fedora Infrastructure's fedmsg deployment

Update Information:

Enhance karma and git processors.
New irc processors.
Fixes to various processors.  Notably, the koji long_form code got some fixes.
New long-form implementations for lookaside, koji, and trac.
Fixes to github, hotness, and elections messages.  New longform output for 
github and irc meessages.  Improved debug logging.
Handle future bodhi2 messages.  rpm.sign messages now indicate the key id.
Handle new sigul messages.
Bugfix for new pkgdb messages.
Latest upstream.
Handle a new message type from the-new-hotness.  Change the way usernames are 
returned from pkgdb messages.

ChangeLog:

* Fri Mar 20 2015 Ralph Bean rb...@redhat.com - 0.4.6-1
- new version
* Tue Mar 17 2015 Ralph Bean rb...@redhat.com - 0.4.5-1
- new version
* Mon Mar 16 2015 Ralph Bean rb...@redhat.com - 0.4.4-1
- new version
* Tue Feb 24 2015 Ralph Bean rb...@redhat.com - 0.4.3-1
- new version
* Tue Feb 24 2015 Ralph Bean rb...@redhat.com - 0.4.2-1
- new version
* Wed Feb 18 2015 Ralph Bean rb...@redhat.com - 0.4.1-1
- new version
* Tue Feb 10 2015 Ralph Bean rb...@redhat.com - 0.4.0-1
- new version
* Tue Feb 10 2015 Ralph Bean rb...@redhat.com - 0.3.12-2
- Disable tests for now since they require the latest fedmsg.
* Wed Jan 28 2015 Ralph Bean rb...@redhat.com - 0.3.12-1
- Handle new sigul messages.
* Mon Jan 26 2015 Ralph Bean rb...@redhat.com - 0.3.11-1
- Bugfix for new pkgdb messages.
* Thu Jan 15 2015 Ralph Bean rb...@redhat.com - 0.3.10-1
- Handle a new message from the-new-hotness.
- Change the way usernames are returned from pkgdb messages.

References:

  [ 1 ] Bug #1204201 - python-fedmsg-meta-fedora-infrastructure-0.4.6 is 
available
https://bugzilla.redhat.com/show_bug.cgi?id=1204201




 qtwebkit-2.3.4-4.el7 (FEDORA-EPEL-2015-1249)
 Qt WebKit bindings

Update Information:

QtWebKit 2.3.4 bugfix release

ChangeLog:

* Fri Mar 20 2015 Rex Dieter rdie...@fedoraproject.org - 2.3.4-4
- gcc-5.0.0-0.20.fc23 FTBFS qtwebkit (#1203008)
- add versioned glib2 dep (#1202735)
* Tue Mar 17 2015 Rex Dieter rdie...@fedoraproject.org 2.3.4-3
- qtwebkit enable jit for ppc64le (#1096330)
* Wed Feb 18 2015 Rex Dieter rdie...@fedoraproject.org 2.3.4-2
- rebuild (gcc5)
* Thu 

[EPEL-devel] Fedora EPEL 5 updates-testing report

2015-03-21 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1063  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 517  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 282  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 136  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3784/mantis-1.2.17-3.el5
 131  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  40  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0695/drupal7-path_breadcrumbs-3.2-1.el5
  21  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1001/drupal7-entity-1.6-1.el5
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1098/librsync-1.0.0-1.el5,duplicity-0.6.21-2.el5,rdiff-backup-1.0.5-3.el5
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1121/dokuwiki-0-0.24.20140929c.el5
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1044/putty-0.63-4.el5
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1029/phpMyAdmin4-4.0.10.9-1.el5
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1326/drupal7-ctools-1.7-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1344/drupal6-6.35-1.el5


The following builds have been pushed to Fedora EPEL 5 updates-testing

drupal6-6.35-1.el5

Details about builds:



 drupal6-6.35-1.el5 (FEDORA-EPEL-2015-1344)
 An open-source content-management platform

Update Information:

- Upstream release notes: https://www.drupal.org/drupal-6.35-release-notes
- Official security advisory: https://www.drupal.org/SA-CORE-2015-001

ChangeLog:

* Fri Mar 20 2015 Peter Borsa peter.bo...@gmail.com - 6.35-1
- 6.35, DRUPAL-SA-CORE-2015-001


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


[perl-Devel-CheckLib/f22] Update to 1.03.

2015-03-21 Thread Jose Pedro Oliveira
Summary of changes:

  8eb9ec5... Update to 1.03. (*)

(*) 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

[Bug 1204377] New: perl-Text-VimColor-0.26 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204377

Bug ID: 1204377
   Summary: perl-Text-VimColor-0.26 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-VimColor
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.26
Current version/release in rawhide: 0.25-1.fc23
URL: http://search.cpan.org/dist/Text-VimColor/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=F7UTc3IJFga=cc_unsubscribe
--
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

[Bug 1204377] perl-Text-VimColor-0.26 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204377



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9288938

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yZ3sYKg8zia=cc_unsubscribe
--
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

bundling of jemalloc

2015-03-21 Thread Paolo Bonzini
Firefox and xulrunner are bundling their own copy of jemalloc (try
strings /usr/lib64/xulrunner/xulrunner |grep jemalloc, or similarly
with /usr/lib64/firefox/firefox-bin).

Why isn't this recorded in the RPM provides (and why is there no mention
of jemalloc in
http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries)?  Are
there any other known cases outside Mozilla products?  I found bug
788500 about unbundling jemalloc from redis.

Thanks,

Paolo
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [EPEL-devel] building EPEL7 packages against EL7.1?

2015-03-21 Thread Eric Smith
On Sat, Mar 21, 2015 at 10:44 AM, Kevin Fenzi ke...@scrye.com wrote:
 It might be this in your spec:

 #%global gcc_vr 4.8.2-16.2.el7_0

 # is not a comment in a spec file. The %global is still expanded.
 Replace % with # or something to make it not do so.

That was it. Thanks for the assistance!
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


non-responsive maintainer: Robin Sonefors aka ozamosi

2015-03-21 Thread Alexander Ploumistos
Hello,

Does anyone have any other means of contacting Robin Sonefors besides
ozam...@flukkost.nu and irc?
There are several open bugs (e.g.
https://bugzilla.redhat.com/show_bug.cgi?id=1197402) that require his
attention, but I can not contact him.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: bundling of jemalloc

2015-03-21 Thread Gregory Maxwell
On Sat, Mar 21, 2015 at 1:31 PM, Paolo Bonzini pbonz...@redhat.com wrote:
 Firefox and xulrunner are bundling their own copy of jemalloc (try
 strings /usr/lib64/xulrunner/xulrunner |grep jemalloc, or similarly
 with /usr/lib64/firefox/firefox-bin).

 Why isn't this recorded in the RPM provides (and why is there no mention
 of jemalloc in
 http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries)?  Are
 there any other known cases outside Mozilla products?  I found bug
 788500 about unbundling jemalloc from redis.

I thought Firefox shipped a highly modified and instrumented fork
(e.g. making about:memory possible),
but perhaps this has changed.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: systemd and dmcrypt/luks question

2015-03-21 Thread Eric Smith
On Sat, Mar 21, 2015 at 4:37 AM, Corey Sheldon sheldon.co...@gmail.com wrote:
 did you rebuild the initramfs and /or initrd after this change?

I didn't. I'm not using ZFS on root (or anything else needed during
boot), so I didn't think that was necessary. I'll give it a try.
Thanks for the suggestion.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [Fedora-packaging] bundling of jemalloc

2015-03-21 Thread Niels de Vos
On Sat, Mar 21, 2015 at 02:31:03PM +0100, Paolo Bonzini wrote:
 Firefox and xulrunner are bundling their own copy of jemalloc (try
 strings /usr/lib64/xulrunner/xulrunner |grep jemalloc, or similarly
 with /usr/lib64/firefox/firefox-bin).
 
 Why isn't this recorded in the RPM provides (and why is there no mention
 of jemalloc in
 http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries)?  Are
 there any other known cases outside Mozilla products?  I found bug
 788500 about unbundling jemalloc from redis.

If jemalloc would be its own package, we would probably use that for 
nfs-ganesha too. Currently glibc/malloc is used, but jemalloc is well 
tested by the nfs-ganesha community and could have some benefits. I have 
not checked the sources of jemalloc, so I can not say if I would be 
a suitable maintainer for it.

Niels
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

RE: Some Big Data packages in need of co-maintainers

2015-03-21 Thread مصعب الزعبي
Approved. 

Date: Sat, 21 Mar 2015 23:14:10 +0530
Subject: Re: Some Big Data packages in need of co-maintainers
From: cools...@gmail.com
To: devel@lists.fedoraproject.org
CC: bigd...@lists.fedoraproject.org; java-de...@lists.fedoraproject.org

Hi Peter,
I am co-maintaining hadoop and some other packages, I can co-maintain ambari, 
hive, pig
I have requested for access rights. Please approve. Thanks!Best Regards,
Swapnil Kulkarni
irc : coolsvap
coolsvap at gmail dot com

On Fri, Mar 20, 2015 at 7:51 PM, Peter MacKinnon pmack...@redhat.com wrote:

  


  
  
Hello,



I own some packages that have been neglected due to my work on other
projects. It would be great to have some co-maintainers to keep
these in good health in Fedora. All are reasonably up-to-date but as
the hadoop package revs (a key dependency), I fear breakdowns in the
not too distant future.


  ambari
  datanucleus-*
  hive
  javolution
  jdo-api

  
  jspc
  pig

  

Let me know if you're interested.



Thanks!

\Pete
  


--

devel mailing list

devel@lists.fedoraproject.org

https://admin.fedoraproject.org/mailman/listinfo/devel

Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct



-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
  -- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1204431] New: perl-Devel-CallChecker-0.007 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204431

Bug ID: 1204431
   Summary: perl-Devel-CallChecker-0.007 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Devel-CallChecker
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.007
Current version/release in rawhide: 0.006-4.fc22
URL: http://search.cpan.org/dist/Devel-CallChecker/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pew4dOKDiLa=cc_unsubscribe
--
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

[Bug 1204430] New: perl-DateTime-TimeZone-1.86 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204430

Bug ID: 1204430
   Summary: perl-DateTime-TimeZone-1.86 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.86
Current version/release in rawhide: 1.85-1.fc22
URL: http://search.cpan.org/dist/DateTime-TimeZone/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=sHjt26jhnia=cc_unsubscribe
--
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

Re: [Fedora-packaging] bundling of jemalloc

2015-03-21 Thread Orion Poplawski

On 03/21/2015 01:00 PM, Niels de Vos wrote:

On Sat, Mar 21, 2015 at 02:31:03PM +0100, Paolo Bonzini wrote:

Firefox and xulrunner are bundling their own copy of jemalloc (try
strings /usr/lib64/xulrunner/xulrunner |grep jemalloc, or similarly
with /usr/lib64/firefox/firefox-bin).

Why isn't this recorded in the RPM provides (and why is there no mention
of jemalloc in
http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries)?  Are
there any other known cases outside Mozilla products?  I found bug
788500 about unbundling jemalloc from redis.


If jemalloc would be its own package, we would probably use that for
nfs-ganesha too. Currently glibc/malloc is used, but jemalloc is well
tested by the nfs-ganesha community and could have some benefits. I have
not checked the sources of jemalloc, so I can not say if I would be
a suitable maintainer for it.

Niels


There already is a jemalloc package.  Whether it is the same as what is 
in other packages is unknown.  firefox and xulrunner should have a note 
about bundled jemalloc.



--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Self Introduction: Marcin Haba

2015-03-21 Thread Marcin Haba
Hello,

I am going to try join to Fedora packagers.

My experience with GNU/Linux I started about 14 years ago. I do not have
favorite GNU/Linux distribution. Depending on my needs, I install
specific distribution on VM environment or on physical host.

I like learning new things from operating systems area, I believe that
here I get to know a lot of new things.

I created and I develop Baculum tool. It is web interface to Bacula
Community services. In RedHat Bugzilla I added Package Review ticket for
Fedora. Thank you in advance for look in this ticket and help with
Baculum packaging.

Regards.
Marcin
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1204430] perl-DateTime-TimeZone-1.86 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204430



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9293232

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jF7uDjtuQna=cc_unsubscribe
--
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

[Bug 1204433] New: perl-Module-Install-GithubMeta-0.30 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204433

Bug ID: 1204433
   Summary: perl-Module-Install-GithubMeta-0.30 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Install-GithubMeta
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.30
Current version/release in rawhide: 0.28-3.fc22
URL: http://search.cpan.org/dist/Module-Install-GithubMeta/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JF2xJ8zXLoa=cc_unsubscribe
--
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

[Bug 1039717] perl-Net-Amazon-EC2-0.30 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1039717

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Net-Amazon-EC2-0.29 is |perl-Net-Amazon-EC2-0.30 is
   |available   |available



--- Comment #5 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 0.30
Current version/release in rawhide: 0.24-3.fc22
URL: http://search.cpan.org/dist/Net-Amazon-EC2/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=EJ4RQ5NytWa=cc_unsubscribe
--
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

[Bug 1039717] perl-Net-Amazon-EC2-0.30 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1039717



--- Comment #6 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9293541

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=r8Kb2yqiQIa=cc_unsubscribe
--
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

[Bug 1204433] perl-Module-Install-GithubMeta-0.30 is available

2015-03-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204433



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9293532

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=s1VmUJgGica=cc_unsubscribe
--
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

Broken dependencies: perl-Getopt-GUI-Long

2015-03-21 Thread buildsys


perl-Getopt-GUI-Long has broken dependencies in the epel-5 tree:
On ppc:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On x86_64:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On i386:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-XML-Xerces

2015-03-21 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-XML-Xerces

2015-03-21 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-Getopt-GUI-Long

2015-03-21 Thread buildsys


perl-Getopt-GUI-Long has broken dependencies in the epel-5 tree:
On ppc:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On x86_64:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On i386:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-SystemC-Vregs

2015-03-21 Thread buildsys


perl-SystemC-Vregs has broken dependencies in the epel-5 tree:
On ppc:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On x86_64:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On i386:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
Please resolve this as soon as possible.


--
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