Re: Schedule for Thursday's FPC Meeting (2015-03-12 16:00 UTC) Followup:5 New:3

2015-03-11 Thread Stephen Gallagher
On Wed, 2015-03-11 at 11:52 -0400, James Antill wrote:
 #topic #506 Guideline Draft: Service First-Time Setup
 .fpc 506
 https://fedorahosted.org/fpc/ticket/506

Go ahead and take this off the list for this week. I haven't had a 
chance to make the requested edits yet. I'll try to get to them 
tomorrow or Friday.

signature.asc
Description: This is a digitally signed message part
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

__attribute__((alias(foo))) and the hardening flags

2015-03-11 Thread Jerry James
I've got a puzzling build failure today and could use some direction
on what to do.  The build is here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=9204498.

The cddlib package can be built both with and without GMP support.
Most applications can work with either version, so we want to build
them against a GMP-enabled cddlib, for efficiency.  However, polymake
wants to link against both GMP-enabled and GMP-disabled versions of
cddlib.  To support this, without using polymake's bundled version of
cddlib, we long ago built both versions of the library, named
libcdd.so.0.0.0 and libcddgmp.so.0.0.0.  Since they contain identical
symbols, the bundled polylmake version renames all of the symbols in
the GMP-enabled version to have _gmp suffixes.  We did likewise, but
to support applications that only want the GMP-enabled version and
expect the original unaltered symbol names, we made declarations of
the form foo __attribute__((alias(foo_gmp))) for each external
symbol foo.  That lets polymake link with both versions as it expects,
and other applications don't have to be modified to use the new symbol
names.

Now, cddlib was rebuilt just before alpha freeze, so it has been built
with the hardening flags.  This morning, I tried to rebuild gfan after
adding in $RPM_LD_FLAGS, so that it too would be built hardened.  The
link step fails on x86_64 with this message:

/bin/ld: ./lp_cdd.o: relocation R_X86_64_PC32 against undefined symbol
`dd_purezero' can not be used when making a shared object; recompile
with -fPIC
/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status

I am puzzled by this.  First, the link is attempting to create a
binary, not a shared object.  Second, every object in cddlib was built
with -fPIC.  Every object in gfan was built with
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1, which should make them
be built with -fpie, right?  I also tried building gfan with -fPIE,
but that didn't help.  Third, removing
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld from the link line
results in a successful link.  Fourth, examining libcddgmp.so.0.0.0
(the cddlib library in question) with readelf shows this in the
relocation section:

00244f90  027a0006 R_X86_64_GLOB_DAT 00246100
dd_purezero_gmp + 0

And this in the .dynsym section:

   109: 00246100 0 OBJECT  GLOBAL DEFAULT   23 dd_purezero
   634: 0024610032 OBJECT  GLOBAL DEFAULT   23 dd_purezero_gmp

So dd_purezero is not, in fact, an undefined symbol.  It is an alias
to dd_purezero_gmp, which is defined and has the proper relocation
type.  So it looks like -Wl,-z,now is doing something to defeat the
alias mechanism.  Is that right?  If so, do I have any other option
besides disabling hardening for gfan?  Is there some way to get
aliases to play well with the hardening flags?

Thanks,
-- 
Jerry James
http://www.jamezone.org/
-- 
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] Fedora EPEL 5 updates-testing report

2015-03-11 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1053  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 507  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 272  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 126  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3784/mantis-1.2.17-3.el5
 122  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  30  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0695/drupal7-path_breadcrumbs-3.2-1.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1001/drupal7-entity-1.6-1.el5
   2  
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
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1121/dokuwiki-0-0.24.20140929c.el5
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1044/putty-0.63-4.el5
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1029/phpMyAdmin4-4.0.10.9-1.el5


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

R-3.1.3-1.el5

Details about builds:



 R-3.1.3-1.el5 (FEDORA-EPEL-2015-1215)
 A language for data analysis and graphics

Update Information:

Update R to 3.1.3. rkward updated to 0.6.3 in Fedora 21+. rpy rebuilt.

ChangeLog:

* Mon Mar  9 2015 Tom Callaway s...@fedoraproject.org - 3.1.3-1
- update to 3.1.3
* Mon Jan 26 2015 David Tardon dtar...@redhat.com - 3.1.2-2
- rebuild for ICU 54.1


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


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

2015-03-11 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 1053  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6
 118  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutils-2.23.51.0.3-1.el6.1
 106  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4242/facter-1.6.18-8.el6
  94  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4485/python-tornado-2.2.1-7.el6
  76  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4884/mapserver-6.0.4-1.el6
  56  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0232/chicken-4.9.0.1-2.el6
  33  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0644/perl-Gtk2-1.2495-1.el6
  30  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0696/drupal7-path_breadcrumbs-3.2-1.el6
  23  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0779/drupal7-views-3.10-1.el6
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0942/novnc-0.5.1-2.el6
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0864/nodejs-0.10.36-3.el6,libuv-0.10.34-1.el6,v8-3.14.5.10-17.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0992/libpng10-1.0.63-1.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0985/drupal7-entity-1.6-1.el6
   9  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1022/cabextract-1.5-1.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1047/putty-0.63-4.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1107/dokuwiki-0-0.24.20140929c.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1108/librsync-1.0.0-1.el6,csync2-1.34-15.el6,duplicity-0.6.22-4.el6,rdiff-backup-1.2.8-6.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1173/seamonkey-2.28-4.ESR_31.5.0.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1177/libmspack-0.5-0.1.alpha.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1069/phpMyAdmin-4.0.10.9-1.el6


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

R-3.1.3-1.el6
RBTools-0.7.2-1.el6
ipython-0.13.2-6.el6
lnst-7-1.el6
retrace-server-1.12-4.el6
x2godesktopsharing-3.1.1.2-1.el6

Details about builds:



 R-3.1.3-1.el6 (FEDORA-EPEL-2015-1210)
 A language for data analysis and graphics

Update Information:

Update R to 3.1.3. rkward updated to 0.6.3 in Fedora 21+. rpy rebuilt.

ChangeLog:

* Mon Mar  9 2015 Tom Callaway s...@fedoraproject.org - 3.1.3-1
- update to 3.1.3
* Mon Jan 26 2015 David Tardon dtar...@redhat.com - 3.1.2-2
- rebuild for ICU 54.1




 RBTools-0.7.2-1.el6 (FEDORA-EPEL-2015-1213)
 Tools for use with ReviewBoard

Update Information:

https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.14/
https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.2/

ChangeLog:

* Tue Mar 10 2015 Stephen Gallagher sgall...@redhat.com 0.7.2-1
- New upstream release 0.7.2
- https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.2/




 ipython-0.13.2-6.el6 (FEDORA-EPEL-2015-1208)
 An enhanced interactive Python shell

Update Information:

Add Requires for python-argparse (#874133)

ChangeLog:

* Tue Mar 10 2015 David Cantrell dcantr...@redhat.com - 0.13.2-6
- Add Requires for python-argparse (#874133)

References:

  [ 1 ] Bug #874133 - Missing Dependency (python-argparse)
https://bugzilla.redhat.com/show_bug.cgi?id=874133




 lnst-7-1.el6 (FEDORA-EPEL-2015-1218)
 Common code for lnst-ctl and lnst-slave

Update Information:

Updating to stable release 7

ChangeLog:

* Wed Mar 11 2015 Jiri Pirko jpi...@redhat.com - 7-1
- Updating to stable release 7

Re: __attribute__((alias(foo))) and the hardening flags

2015-03-11 Thread Moez Roy
On Wed, Mar 11, 2015 at 8:28 AM, Jerry James loganje...@gmail.com wrote:

 Now, cddlib was rebuilt just before alpha freeze, so it has been built
 with the hardening flags.  This morning, I tried to rebuild gfan after
 adding in $RPM_LD_FLAGS, so that it too would be built hardened.  The
 link step fails on x86_64 with this message:

The hardening config was committed on February 19.

Can you rebuild cddlib for rawhide (it shows February 11?)
https://koji.fedoraproject.org/koji/packageinfo?packageID=7095

Thanks.
-- 
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 1200945] New: Needs to be rebuilt for EL7.1

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

Bug ID: 1200945
   Summary: Needs to be rebuilt for EL7.1
   Product: Fedora EPEL
   Version: epel7
 Component: perl-GTop
  Assignee: jples...@redhat.com
  Reporter: rhb...@miuku.net
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, jples...@redhat.com,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Description of problem:
EL7.1's libgtop bumped the sonames. libgtop-2.0.so.7.2.0 has changed to
libgtop-2.0.so.10.0.0. Unfortunately this means perl-GTop will need to be
rebuilt to work on 7.1.

Version-Release number of selected component (if applicable):
perl-GTop-0.18-4.el7.x86_64

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

Schedule for Thursday's FPC Meeting (2015-03-12 16:00 UTC) Followup:5 New:3

2015-03-11 Thread James Antill

 Following is the list of topics that will be discussed in the FPC
meeting Thursday at 2015-03-12 16:00 UTC in #fedora-meeting-1 on
irc.freenode.net.

 Local time information (via. rktime):

2015-03-12 09:00 Thu US/Pacific PDT
2015-03-12 12:00 Thu US/Eastern EDT
2015-03-12 16:00 Thu UTC -
2015-03-12 16:00 Thu Europe/London -
2015-03-12 17:00 Thu Europe/Paris   CET
2015-03-12 17:00 Thu Europe/Berlin  CET
2015-03-12 21:30 Thu Asia/Calcutta  IST
--new day--
2015-03-13 00:00 Fri Asia/Singapore SGT
2015-03-13 00:00 Fri Asia/Hong_Kong HKT
2015-03-13 01:00 Fri Asia/Tokyo JST
2015-03-13 02:00 Fri Australia/Brisbane EST


 Links to all tickets below can be found at: 

https://fedorahosted.org/fpc/report/13

= Followups =

#topic #126 bundling exception for scintilla
.fpc 126
https://fedorahosted.org/fpc/ticket/126

#topic #248 python-feedgenerator - a standalone version of a bundled
library
.fpc 248
https://fedorahosted.org/fpc/ticket/248

#topic #303 Consider reverting decision to ban %{?_isa} in BuildRequires
.fpc 303
https://fedorahosted.org/fpc/ticket/303

#topic #497 Clean up BuildRequires section; don't try to define the
minimal build env
.fpc 497
https://fedorahosted.org/fpc/ticket/497

#topic #506 Guideline Draft: Service First-Time Setup
.fpc 506
https://fedorahosted.org/fpc/ticket/506

= New business =

#topic #503 Changes/LegacyJDKsInFedora
.fpc 503
https://fedorahosted.org/fpc/ticket/503

#topic #508 New GID for openstack-neutron
.fpc 508
https://fedorahosted.org/fpc/ticket/508

#topic #509 Further bootstrapping guideline changes
.fpc 509
https://fedorahosted.org/fpc/ticket/509

= Open Floor = 

 For more complete details, please visit each individual ticket.  The
report of the agenda items can be found at:

https://fedorahosted.org/fpc/report/13

 If you would like to add something to this agenda, you can reply to
this e-mail, file a new ticket at https://fedorahosted.org/fpc,
e-mail me directly, or bring it up at the end of the meeting, during
the open floor topic. Note that added topics may be deferred until
the following meeting. 

-- 
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: Schedule for Wednesday's FESCo Meeting (2015-03-11)

2015-03-11 Thread Tomas Hozza
On 03/10/2015 04:06 PM, Tomas Hozza wrote:
 Following is the list of topics that will be discussed in the FESCo
 meeting Wednesday at 18:00UTC in #fedora-meeting on irc.freenode.net.

 To convert UTC to your local time, take a look at
   http://fedoraproject.org/wiki/UTCHowto

 or run:
   date -d '2015-03-11 18:00 UTC'


 Links to all tickets below can be found at:
 https://fedorahosted.org/fesco/report/9

 = Followups =

 #topic #1412 anaconda password change is causing consternation among the user
 community please review this policy decision
 .fesco 1412
 https://fedorahosted.org/fesco/ticket/1412

 = New business =

 #topic #1420 policy change: admins (non-POC) should be able to retire packages
 .fesco 1420
 https://fedorahosted.org/fesco/ticket/1420

 #topic #1421 FESCO Decision on COPR/Playground in GNOME Software
 .fesco 1421
 https://fedorahosted.org/fesco/ticket/1421

 = Open Floor =

 For more complete details, please visit each individual ticket.  The
 report of the agenda items can be found at
 https://fedorahosted.org/fesco/report/9

 If you would like to add something to this agenda, you can reply to
 this e-mail, file a new ticket at https://fedorahosted.org/fesco,
 e-mail me directly, or bring it up at the end of the meeting, during
 the open floor topic. Note that added topics may be deferred until
 the following meeting.


===
#fedora-meeting: FESCO (2015-03-11)
===


Meeting started by thozza at 18:01:28 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting/2015-03-11/fesco.2015-03-11-18.01.log.html
.



Meeting summary
---
* init process  (thozza, 18:01:28)

* #1412 anaconda password change is causing consternation among the user
  community please review this policy decision  (thozza, 18:03:37)
  * LINK: http://pkgs.fedoraproject.org/cgit/anaconda.git/log/?h=f22 has
last commit 7 days ago  (mitr, 18:08:11)
  * ACTION: thozza to file a beta blocker bug for anaconda to get back
to double-click for weak passwords  (thozza, 18:12:39)
  * the proposal in the ticket is outdated since the alpha is already
out. The change should go into beta.  (thozza, 18:12:56)
  * ACTION: nirik to start a wiki page for discussion around the overall
password policy  (thozza, 18:15:36)

* #1420 policy change: admins (non-POC) should be able to retire
  packages  (thozza, 18:16:07)
  * AGREED: Allow also package admins to retire the package (+7, 0, -1)
(thozza, 18:17:45)

* #1421 FESCO Decision on COPR/Playground in GNOME Software  (thozza,
  18:18:07)
  * AGREED: FESCo agrees with changes proposed in
https://fedorahosted.org/fesco/ticket/1421#comment:0 (+7, 0, -1)
(thozza, 18:44:34)

* Next week's chair  (thozza, 18:44:50)
  * ACTION: sgallagh to update the Third_Party_Repos wiki page
(sgallagh, 18:47:26)
  * nirik to chair next week's meeting  (thozza, 18:47:43)

* Open Floor  (thozza, 18:47:52)
  * Password policy wiki page started at
https://fedoraproject.org/wiki/User:Kevin/Draft_Passwordpolicy
(thozza, 18:51:07)

Meeting ended at 18:58:43 UTC.




Action Items

* thozza to file a beta blocker bug for anaconda to get back to
  double-click for weak passwords
* nirik to start a wiki page for discussion around the overall password
  policy
* sgallagh to update the Third_Party_Repos wiki page




Action Items, by person
---
* nirik
  * nirik to start a wiki page for discussion around the overall
password policy
* sgallagh
  * sgallagh to update the Third_Party_Repos wiki page
* thozza
  * thozza to file a beta blocker bug for anaconda to get back to
double-click for weak passwords
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* thozza (66)
* nirik (53)
* sgallagh (45)
* jwb (33)
* mitr (21)
* dgilmore (11)
* ajax (8)
* zodbot (7)
* t8m (5)
* Cydrobolt (3)
* paragan (2)
* rishi (0)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot
-- 
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: __attribute__((alias(foo))) and the hardening flags

2015-03-11 Thread Moez Roy
When I set the target to f21 it fails on the test:

LP algorithm being used: cddgmp.
gfan: polyhedralcone.cpp:604: IntegerVector
PolyhedralCone::getUniquePoint() const: Assertion
`containsRelatively(ret)' failed.
gfan: parser.cpp:438: PolynomialSetList
CharacterBasedParser::parsePolynomialSetList(const PolynomialRing):
Assertion `isRightBracket(c)' failed.
Test failed:testsuite/0100SymmetricGfan
gfan: app_test.cpp:150: void TestApplication::TestCase::fail():
Assertion `0' failed.
/var/tmp/rpm-tmp.IOTxHy: line 34: 26873 Aborted (core
dumped) ./gfan _test
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.IOTxHy (%check)
Bad exit status from /var/tmp/rpm-tmp.IOTxHy (%check)
Child return code was: 1
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Agenda for Env-and-Stacks WG meeting (2015-03-12)

2015-03-11 Thread Honza Horak
WG meeting will be at 13:00 UTC (9:00 EST, 14:00 Brno, 9:00 Boston, 
22:00 Tokyo, 23:00 Brisbane) in #fedora-meeting-2 on Freenode.


= Topics =
* Follow-ups
  * Dockerfiles recommended tips
* Playground repo revisiting
* Open Floor

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

mpich 3.1.4 in rawhide - soname changes

2015-03-11 Thread Orion Poplawski
I updated mpich 3.1 to 3.1.4 in rawhide.  I wouldn't have thought this would
make a difference, but apparently upstream decided to rename libraries
(libmpich.so.12 - libmpi.so.12) and drop a sub-library (libopa.so.1),
apparently not having any understanding of how sonames work.  Or perhaps I'm
just naive in thinking a 3.1 - 3.1.4 version jump shouldn't introduce ABI
incompatible changes.

So, things need to be rebuilt in rawhide.  I checked in the changes to F22
have haven't built yet.  mpich needs a rebuild in F22 though I think for
fortran mod api changes.

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.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

[389-devel] GUI console and Kerberos

2015-03-11 Thread Paul Robert Marino
Hey every one
I have a question I know at least once in the past i setup the admin
console so it could utilize Kerberos passwords based on a howto I
found once which after I changed jobs I could never find again.

today I was looking for something else and I saw a mention on the site
about httpd needing to be compiled with http auth support.
well I did a little digging and I found this file
/etc/dirsrv/admin-serv/admserv.conf

in that file I found a lot of entries that look like this

LocationMatch /*/[tT]asks/[Cc]onfiguration/*
  AuthUserFile /etc/dirsrv/admin-serv/admpw
  AuthType basic
  AuthName Admin Server
  Require valid-user
  AdminSDK on
  ADMCgiBinDir /usr/lib64/dirsrv/cgi-bin
  NESCompatEnv on
  Options +ExecCGI
  Order allow,deny
  Allow from all
/LocationMatch


when I checked /etc/dirsrv/admin-serv/admpw sure enough I found the
Password hash for the admin user.

So my question is before I wast time experimenting could it possibly
be as simple as changing the auth type to kerberos
http://modauthkerb.sourceforge.net/configure.html
keep in mind my Kerberos Servers do not use LDAP as the backend.
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

openQA heads up: new console font in Rawhide

2015-03-11 Thread Adam Williamson
While working on the live testing stuff, I ran into this landmine:

https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont

the console font has changed in Rawhide. It at least makes the 'root 
logged in at console' needle fail to match on Rawhide, and will 
probably affect other console needles too. There's a commit on my 
'live' branch that fixes that one needle, but I didn't go around 
testing any of the others yet (it'd be a bit hard because we don't 
have non-live images for Rawhide, due to the python3 issue which means 
all non-live nightlies fail).
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

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


[Bug 1201087] New: perl-MooseX-AttributeShortcuts-0.027 is available

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

Bug ID: 1201087
   Summary: perl-MooseX-AttributeShortcuts-0.027 is available
   Product: Fedora
   Version: rawhide
 Component: perl-MooseX-AttributeShortcuts
  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.027
Current version/release in rawhide: 0.024-3.fc22
URL: http://search.cpan.org/dist/MooseX-AttributeShortcuts/

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=dNgfTH3spKa=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 1201087] perl-MooseX-AttributeShortcuts-0.027 is available

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



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

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

openQA live image testing: ready for merge?

2015-03-11 Thread Adam Williamson
Hey, folks. So I've been tweaking and testing my openQA live image 
test stuff today, and I think it's probably about ready for merging.

I've got branches of both openqa_fedora and openqa_fedora_tools with 
relevant changes:

https://www.happyassassin.net/cgit/openqa_fedora/log/?h=live
https://www.happyassassin.net/cgit/openqa_fedora_tools/log/?h=live

on the openQA side there's all the expected work to add new needles 
and test cases and modify existing ones where appropriate to handle 
both live and non-live cases - quite a lot of change and this will get 
very long if I try to summarize it, so just poke me with questions 
about any specific bits that aren't obvious. I might go back through 
and sprinkle some comment-fu on there today.

On the fedora_tools side various tweaks were needed. image downloading 
is tweaked so the filenames for different images should always be 
unique (we can't use sub-directories, I asked :).

One of the most awkward bits was making sure we run all the tests that 
aren't particularly image-specific *exactly once* for all composes - 
not zero times, and not twice or more. This is problematic because 
nightly composes have a 'generic boot.iso' image (but no 'server 
boot.iso' or 'server DVD' or 'server netinst' or anything), while 
TC/RC composes have a 'server boot.iso', 'server DVD', and 'server 
netinst' (which I think is always 100% identical to 'server boot.iso', 
but fedfind has to consider them two separate things, really), but no 
'generic boot.iso'.

So I introduced a new openQA flavor called 'universal', and added a 
bit of logic to openqa_trigger which makes it effectively 'nominate' 
one of the images from the compose it's running on as the one that 
will have the 'universal' tests run against it. It *also* then 
schedules every image downloaded - including the one nominated as 
'universal' - under its 'natural' flavor name (which is now 
payload_imagetype). To match this, on the openQA side, all the tests 
which can run with any non-live image are now associated with the 
'universal' flavor/product, and only image-specific tests (which 
currently means just 'default boot and install') are associated with 
the image-specific flavors/products.

The upshot of that is that when you schedule a run against a compose 
you get most of the tests run just once against one of the non-live 
images, and you also get one instance of default_boot_install per 
image, which is I think exactly what we want.

The other cute hack I added is a way for the result reporting stuff to 
be able to figure out how to report the default_boot_install results 
to the wiki correctly. I added an optional key for the per-testcase 
dicts in the TESTCASES dict-of-dicts; if a testcase has a 'name_cb' 
key, its value should be a callback function which will provide the 
correct testcase name when called with the openQA job's 'flavor' as 
the sole argument. report_job_results.py checks for the callback and 
calls it if it's there, and uses the return value as the --testcase 
parameter it passes to relval. Aaaand that results in us reporting the 
result against the correct 'test instance' (row in the results table) 
for the image the test was run against. SIMPLES! Actually I kinda like 
that approach, and the general idea should be extensible in other 
cases where we need to do something like this. (We'll probably need a 
section callback for the Desktop page, for instance.)

anyhow, it's a tad tricky to test this with just a single run ATM 
because we have netinsts (but no Workstation lives) for F22 composes 
and Workstation lives (but no netinsts) for Rawhide, but I tested it 
out quite a bit with various different composes and it seems to be 
working pretty well. You can of course see all the various test runs 
at https://openqa.happyassassin.net .
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

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


[Bug 1201074] perl-IO-Capture-Extended-0.13 is available

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



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

-- 
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=H0LjO0pEP9a=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 1201082] New: perl-List-Compare-0.49 is available

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

Bug ID: 1201082
   Summary: perl-List-Compare-0.49 is available
   Product: Fedora
   Version: rawhide
 Component: perl-List-Compare
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.49
Current version/release in rawhide: 0.48-1.fc23
URL: http://search.cpan.org/dist/List-Compare/

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=Z1urYZOnWOa=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 1201082] perl-List-Compare-0.49 is available

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



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

-- 
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=w1QoAGxtgBa=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: polymake

2015-03-11 Thread buildsys


polymake has broken dependencies in the F-22 tree:
On x86_64:
polymake-2.13-18.git20141013.fc22.x86_64 requires perl = 4:5.20.1
On i386:
polymake-2.13-18.git20141013.fc22.i686 requires perl = 4:5.20.1
On armhfp:
polymake-2.13-18.git20141013.fc22.armv7hl requires perl = 4:5.20.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

Re: testdays is down again

2015-03-11 Thread Kamil Paral
  ...
  it's down :(
 
 Seems to be working for me. Could you describe down a bit more? :)

I've found the issue. It's this:
http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security

testdays.qa.fedoraproject.org runs only on http, not https. But if you have 
visited https://qa.fedoraproject.org/ (e.g. 
https://qa.fedoraproject.org/blockerbugs/ ) recently, it sets this header for 
you:

  Strict-Transport-Security: max-age=15768000; includeSubDomains; preload

and then firefox automatically forces it for all subdomains, including 
testdays.qa.fedoraproject.org (for the next 6 months).

I guess the solution is to do some of these:
* set up testdays with https
* move it to a different domain
* don't include subdomains in the HSTS header

I have created a ticket in Phab:
https://phab.qadevel.cloud.fedoraproject.org/T434
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


[Bug 1200306] Dependency problem with perl-libs

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



--- Comment #5 from Petr Pisar ppi...@redhat.com ---
Last attempt to exclude broken cache is to remove all cached data (yum clean
all), then download them again (yum makecache) and finally try the nonworking
install/upgrade again.

If this does not help, then something is broken in the yum and I will reassign
this issue to the yum component.

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

[Test-Announce] Fedora 22 Beta Test Compose 1 (TC1) Available Now!

2015-03-11 Thread Adam Williamson
A bit ahead of the Fedora 22 schedule [1], Fedora 22 Beta Test Compose 
1 (TC1) is now available for testing.

This wasn't scheduled till next week, but releng needed to test some 
changes to the compose process and figured they may as well do it by 
running a TC1 compose - so it's up for testing if anyone wants to do 
it. It'd be great to get results in early for all the Beta and Final 
validation tests. This compose has no specially-requested packages, 
it'll be very similar to the 03-10 or 03-11 (not sure which) nightly.

As this wasn't formally requested by QA, there isn't a trac ticket yet.

Please see the following pages for download links and testing 
instructions. Normally dl.fedoraproject.org  should provide the 
fastest download, but download- ib01.fedoraproject.org is available as 
a mirror (with an approximately  1 hour lag) in case of trouble. To 
use it, just replace dl with  download-ib01 in the download URL.

Installation:

https://fedoraproject.org/wiki/Test_Results:Current_Installation_Test

Base:

https://fedoraproject.org/wiki/Test_Results:Current_Base_Test

Workstation and Desktop:

https://fedoraproject.org/wiki/Test_Results:Current_Desktop_Test

Server:

https://fedoraproject.org/wiki/Test_Results:Current_Server_Test

Cloud:

https://fedoraproject.org/wiki/Test_Results:Current_Cloud_Test

Summary:

https://fedoraproject.org/wiki/Test_Results:Current_Summary

All Beta priority test cases for each of these test pages [2] must  
pass in order to meet the Beta Release Criteria [3]. For the Fedora  
22 cycle we are also trying to run the Beta and Final tests at this  
time, to try and identify later release blocker bugs as early as  
possible.

Help is available on #fedora-qa on irc.freenode.net [4], or on the  
test list [5].

Current Blocker and Freeze Exception bugs:
http://qa.fedoraproject.org/blockerbugs/current

[1] 
http://fedorapeople.org/groups/schedule/f-22/f-22-quality-tasks.html
[2] https://fedoraproject.org/wiki/QA:Release_validation_test_plan
[3] https://fedoraproject.org/wiki/Fedora_22_Beta_Release_Criteria
[4] irc://irc.freenode.net/fedora-qa
[5] https://admin.fedoraproject.org/mailman/listinfo/test
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

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

[perl-DateTime-Format-DateManip/f21] Modernize spec file

2015-03-11 Thread Petr Pisar
commit 0e2c1aea003f253885ce2c2b1c03f29e3e17177d
Author: Petr Písař ppi...@redhat.com
Date:   Wed Mar 11 14:27:42 2015 +0100

Modernize spec file

 .rpmlint|  2 ++
 perl-DateTime-Format-DateManip.spec | 31 ++-
 2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..705dd8a
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* (durations|Manip|versa));
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index 24586e5..7f4f821 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -10,17 +10,20 @@ Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/Da
 Patch0: DateTime-Format-DateManip-01conversion.patch
 # Pass test with Date-Manip-6.49, bug #1199969, CPAN RT#102670
 Patch1: 
DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-BuildRequires:  perl(Class::ISA)
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+# Run-time
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Date::Manip)
 BuildRequires:  perl(DateTime)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(DateTime::Duration)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
 BuildRequires:  perl(Test::More)
-#Requires:   perl(Date::Manip)
-#Requires:   perl(DateTime)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 DateTime::Format::DateManip is a class that knows how to convert between
@@ -33,32 +36,26 @@ objects. Recurrences are note yet supported.
 %patch1 -p1
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf %{buildroot}
-
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README t/
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
 * Wed Mar 11 2015 Petr Pisar ppi...@redhat.com - 0.04-17
 - Pass test with Date-Manip-6.49 (bug #1199969)
+- Modernize spec file
 
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--
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-DateTime-Format-DateManip/f21] Document patch

2015-03-11 Thread Petr Pisar
commit cb3d85f2f06da31a45eb491e1faa2e9a014fe32c
Author: Petr Písař ppi...@redhat.com
Date:   Tue Mar 10 13:18:19 2015 +0100

Document patch

 perl-DateTime-Format-DateManip.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index 0973f62..1dce38b 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -6,6 +6,7 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime-Format-DateManip/
 Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/DateTime-Format-DateManip-%{version}.tar.gz
+# Use full time zone name instead of an ambiguous abbreviation, CPAN RT#55771
 Patch0: DateTime-Format-DateManip-01conversion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
--
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

openQA live image testing

2015-03-11 Thread Adam Williamson
Hi, folks. I've been working on getting live image testing into openQA 
today. I have forked openqa_fedora at happyassassin and added a 'live' 
branch with my work:

https://www.happyassassin.net/cgit/openqa_fedora/log/?h=live

currently I just keep force-pushing to a single commit, note, don't 
rely on the history.

I haven't set up the scheduling in openqa_fedora_tools yet, but you 
can try it by checking out my branch, running ./templates --clean , 
putting the Alpha RC3 live image in /var/lib/openqa/factory/isos, and 
then running:

/var/lib/openqa/script/client isos post ISO=Fedora-Live-Workstation-
x86_64-22_Alpha-3.iso DISTRI=fedora VERSION=rawhide 
FLAVOR=workstation_live ARCH=x86_64 BUILD=22_Alpha_RC3

I've been tweaking it all day and I'm pretty sure it now works for a 
default live install up to GDM, and also the existing tests still work 
too. Tomorrow I'm aiming to extend the test a bit further and figure 
out scheduling of live jobs.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

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


[perl-DateTime-Format-DateManip] Modernize spec file

2015-03-11 Thread Petr Pisar
commit 32a1c2123f29d177a95d18c7fce361639b1d46da
Author: Petr Písař ppi...@redhat.com
Date:   Wed Mar 11 14:27:42 2015 +0100

Modernize spec file

 .rpmlint|  2 ++
 perl-DateTime-Format-DateManip.spec | 31 ++-
 2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..705dd8a
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* (durations|Manip|versa));
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index b3d939c..8319788 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -10,17 +10,20 @@ Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/Da
 Patch0: DateTime-Format-DateManip-01conversion.patch
 # Pass test with Date-Manip-6.49, bug #1199969, CPAN RT#102670
 Patch1: 
DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-BuildRequires:  perl(Class::ISA)
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+# Run-time
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Date::Manip)
 BuildRequires:  perl(DateTime)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(DateTime::Duration)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
 BuildRequires:  perl(Test::More)
-#Requires:   perl(Date::Manip)
-#Requires:   perl(DateTime)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 DateTime::Format::DateManip is a class that knows how to convert between
@@ -33,32 +36,26 @@ objects. Recurrences are note yet supported.
 %patch1 -p1
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf %{buildroot}
-
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README t/
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
 * Wed Mar 11 2015 Petr Pisar ppi...@redhat.com - 0.04-18
 - Pass test with Date-Manip-6.49 (bug #1199969)
+- Modernize spec file
 
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.04-17
 - Perl 5.20 rebuild
--
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-DateTime-Format-DateManip] Pass test with Date-Manip-6.49

2015-03-11 Thread Petr Pisar
commit efa6cb22fbc424fd8eda0554e84d1f2780e58cbe
Author: Petr Písař ppi...@redhat.com
Date:   Wed Mar 11 14:22:21 2015 +0100

Pass test with Date-Manip-6.49

 ...teManip-0.04-Set-system-time-zone-in-test.patch | 38 ++
 perl-DateTime-Format-DateManip.spec|  8 -
 2 files changed, 45 insertions(+), 1 deletion(-)
---
diff --git a/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch 
b/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
new file mode 100644
index 000..3a29e8e
--- /dev/null
+++ b/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
@@ -0,0 +1,38 @@
+From 8a64bb4e3bb6c9a41e140d6e7c2c450cb0d8ec50 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 11 Mar 2015 14:17:52 +0100
+Subject: [PATCH] Set system time zone in test
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The 01conversions.t fails since Date-Manip-6.49 because it takes time
+zone from syste. Whether it's a bug or a feature, setting TZ
+enviroment variable makes the test happy.
+
+CPAN RT#102670
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ t/01conversions.t | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/t/01conversions.t b/t/01conversions.t
+index f4b308c..9f51b61 100644
+--- a/t/01conversions.t
 b/t/01conversions.t
+@@ -2,6 +2,11 @@ use strict;
+ 
+ use Test::More;
+ 
++## Set the system time zone because of CPAN RT#102670
++BEGIN {
++$ENV{TZ}=US/Eastern;
++}
++
+ use DateTime::Format::DateManip;
+ use DateTime;
+ use Date::Manip;
+-- 
+2.1.0
+
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index 35f740c..b3d939c 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DateManip
 Version:0.04
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Convert Date::Manip to DateTime and vice versa
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,8 @@ URL:
http://search.cpan.org/dist/DateTime-Format-DateManip/
 Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/DateTime-Format-DateManip-%{version}.tar.gz
 # Use full time zone name instead of an ambiguous abbreviation, CPAN RT#55771
 Patch0: DateTime-Format-DateManip-01conversion.patch
+# Pass test with Date-Manip-6.49, bug #1199969, CPAN RT#102670
+Patch1: 
DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -28,6 +30,7 @@ objects. Recurrences are note yet supported.
 %prep
 %setup -q -n DateTime-Format-DateManip-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -54,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 11 2015 Petr Pisar ppi...@redhat.com - 0.04-18
+- Pass test with Date-Manip-6.49 (bug #1199969)
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.04-17
 - Perl 5.20 rebuild
 
--
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-DateTime-Format-DateManip/f21] Pass test with Date-Manip-6.49

2015-03-11 Thread Petr Pisar
commit 8ae403763c5c6597c52f21db5c0d5239b051a268
Author: Petr Písař ppi...@redhat.com
Date:   Wed Mar 11 14:22:21 2015 +0100

Pass test with Date-Manip-6.49

 ...teManip-0.04-Set-system-time-zone-in-test.patch | 38 ++
 perl-DateTime-Format-DateManip.spec|  8 -
 2 files changed, 45 insertions(+), 1 deletion(-)
---
diff --git a/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch 
b/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
new file mode 100644
index 000..3a29e8e
--- /dev/null
+++ b/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
@@ -0,0 +1,38 @@
+From 8a64bb4e3bb6c9a41e140d6e7c2c450cb0d8ec50 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 11 Mar 2015 14:17:52 +0100
+Subject: [PATCH] Set system time zone in test
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The 01conversions.t fails since Date-Manip-6.49 because it takes time
+zone from syste. Whether it's a bug or a feature, setting TZ
+enviroment variable makes the test happy.
+
+CPAN RT#102670
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ t/01conversions.t | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/t/01conversions.t b/t/01conversions.t
+index f4b308c..9f51b61 100644
+--- a/t/01conversions.t
 b/t/01conversions.t
+@@ -2,6 +2,11 @@ use strict;
+ 
+ use Test::More;
+ 
++## Set the system time zone because of CPAN RT#102670
++BEGIN {
++$ENV{TZ}=US/Eastern;
++}
++
+ use DateTime::Format::DateManip;
+ use DateTime;
+ use Date::Manip;
+-- 
+2.1.0
+
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index 1dce38b..24586e5 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DateManip
 Version:0.04
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Convert Date::Manip to DateTime and vice versa
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,8 @@ URL:
http://search.cpan.org/dist/DateTime-Format-DateManip/
 Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/DateTime-Format-DateManip-%{version}.tar.gz
 # Use full time zone name instead of an ambiguous abbreviation, CPAN RT#55771
 Patch0: DateTime-Format-DateManip-01conversion.patch
+# Pass test with Date-Manip-6.49, bug #1199969, CPAN RT#102670
+Patch1: 
DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -28,6 +30,7 @@ objects. Recurrences are note yet supported.
 %prep
 %setup -q -n DateTime-Format-DateManip-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -54,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 11 2015 Petr Pisar ppi...@redhat.com - 0.04-17
+- Pass test with Date-Manip-6.49 (bug #1199969)
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
--
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-DateTime-Format-DateManip/f20] Modernize spec file

2015-03-11 Thread Petr Pisar
commit c97cd591c49e9e77f0e4998d5233d2e01b67f0d4
Author: Petr Písař ppi...@redhat.com
Date:   Wed Mar 11 14:27:42 2015 +0100

Modernize spec file

 .rpmlint|  2 ++
 perl-DateTime-Format-DateManip.spec | 31 ++-
 2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..705dd8a
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* (durations|Manip|versa));
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index a4aa1aa..481e0a6 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -10,17 +10,20 @@ Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/Da
 Patch0: DateTime-Format-DateManip-01conversion.patch
 # Pass test with Date-Manip-6.49, bug #1199969, CPAN RT#102670
 Patch1: 
DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-BuildRequires:  perl(Class::ISA)
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+# Run-time
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Date::Manip)
 BuildRequires:  perl(DateTime)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(DateTime::Duration)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
 BuildRequires:  perl(Test::More)
-#Requires:   perl(Date::Manip)
-#Requires:   perl(DateTime)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 DateTime::Format::DateManip is a class that knows how to convert between
@@ -33,32 +36,26 @@ objects. Recurrences are note yet supported.
 %patch1 -p1
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf %{buildroot}
-
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README t/
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
 * Wed Mar 11 2015 Petr Pisar ppi...@redhat.com - 0.04-16
 - Pass test with Date-Manip-6.49 (bug #1199969)
+- Modernize spec file
 
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--
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-DateTime-Format-DateManip/f20] Pass test with Date-Manip-6.49

2015-03-11 Thread Petr Pisar
commit 918a68193fd65eb784e1367d93bfeb911f51d80c
Author: Petr Písař ppi...@redhat.com
Date:   Wed Mar 11 14:22:21 2015 +0100

Pass test with Date-Manip-6.49

 ...teManip-0.04-Set-system-time-zone-in-test.patch | 38 ++
 perl-DateTime-Format-DateManip.spec|  8 -
 2 files changed, 45 insertions(+), 1 deletion(-)
---
diff --git a/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch 
b/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
new file mode 100644
index 000..3a29e8e
--- /dev/null
+++ b/DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
@@ -0,0 +1,38 @@
+From 8a64bb4e3bb6c9a41e140d6e7c2c450cb0d8ec50 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 11 Mar 2015 14:17:52 +0100
+Subject: [PATCH] Set system time zone in test
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The 01conversions.t fails since Date-Manip-6.49 because it takes time
+zone from syste. Whether it's a bug or a feature, setting TZ
+enviroment variable makes the test happy.
+
+CPAN RT#102670
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ t/01conversions.t | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/t/01conversions.t b/t/01conversions.t
+index f4b308c..9f51b61 100644
+--- a/t/01conversions.t
 b/t/01conversions.t
+@@ -2,6 +2,11 @@ use strict;
+ 
+ use Test::More;
+ 
++## Set the system time zone because of CPAN RT#102670
++BEGIN {
++$ENV{TZ}=US/Eastern;
++}
++
+ use DateTime::Format::DateManip;
+ use DateTime;
+ use Date::Manip;
+-- 
+2.1.0
+
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index cff67c1..a4aa1aa 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DateManip
 Version:0.04
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Convert Date::Manip to DateTime and vice versa
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,8 @@ URL:
http://search.cpan.org/dist/DateTime-Format-DateManip/
 Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/DateTime-Format-DateManip-%{version}.tar.gz
 # Use full time zone name instead of an ambiguous abbreviation, CPAN RT#55771
 Patch0: DateTime-Format-DateManip-01conversion.patch
+# Pass test with Date-Manip-6.49, bug #1199969, CPAN RT#102670
+Patch1: 
DateTime-Format-DateManip-0.04-Set-system-time-zone-in-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -28,6 +30,7 @@ objects. Recurrences are note yet supported.
 %prep
 %setup -q -n DateTime-Format-DateManip-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -54,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 11 2015 Petr Pisar ppi...@redhat.com - 0.04-16
+- Pass test with Date-Manip-6.49 (bug #1199969)
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
--
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-DateTime-Format-DateManip/f20] Document patch

2015-03-11 Thread Petr Pisar
commit 6c7e4734371fef5e87b5aea49a9bf480c08d4b9b
Author: Petr Písař ppi...@redhat.com
Date:   Tue Mar 10 13:18:19 2015 +0100

Document patch

 perl-DateTime-Format-DateManip.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/perl-DateTime-Format-DateManip.spec 
b/perl-DateTime-Format-DateManip.spec
index 0db7851..cff67c1 100644
--- a/perl-DateTime-Format-DateManip.spec
+++ b/perl-DateTime-Format-DateManip.spec
@@ -6,6 +6,7 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime-Format-DateManip/
 Source0:
http://www.cpan.org/authors/id/B/BB/BBENNETT/dt-fmt-datemanip/DateTime-Format-DateManip-%{version}.tar.gz
+# Use full time zone name instead of an ambiguous abbreviation, CPAN RT#55771
 Patch0: DateTime-Format-DateManip-01conversion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
--
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: Issue with yum/systemd?

2015-03-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 10, 2015 at 08:15:38PM -0700, Dave Johansen wrote:
 On Tue, Mar 10, 2015 at 7:53 PM, Dave Johansen davejohan...@gmail.com
 wrote:
 
  On Tue, Mar 10, 2015 at 5:10 AM, Michal Schmidt mschm...@redhat.com
  wrote:
 
  On 03/10/2015 03:13 AM, Dave Johansen wrote:
   #0  0xb76debac in __kernel_vsyscall ()
   #1  0xb7510d03 in __waitpid_nocancel () from /lib/libpthread.so.0
   #2  0xb6fa4842 in rpmScriptRun () from /lib/librpm.so.3
   #3  0xb6f83c53 in runScript () from /lib/librpm.so.3
   #4  0xb6f8434f in runInstScript () from /lib/librpm.so.3
   #5  0xb6f8531b in rpmpsmRun () from /lib/librpm.so.3
   #6  0xb6f9a3cb in rpmteProcess () from /lib/librpm.so.3
   #7  0xb6fa1714 in rpmtsRun () from /lib/librpm.so.3
   [...]
   It looks like yum is waiting on some process.
 
  It's waiting for a package scriptlet to finish.
 
 
  Here's the contents of the script that it's waiting on:
  if [ $1 -eq 0 ] ; then
# Package removal, not upgrade
systemctl --no-reload disable minetest@default.service  /dev/null 21
  || :
systemctl stop minetest@default.service  /dev/null 21 || :
  fi
 
 
 Sorry for the multiple emails. It's stuck on the call to stop the service.
 When I run status, I prints the following:
 . minetest@default.service - Minetest multiplayer server w/ default.conf
 server config
Loaded: loaded (/usr/lib/system/system/minetest@.service; disabled)
Active: inactive (dead)
 
 Any recommendations on what I should do next to diagnose the source of the
 problem?

How long does it stay in this state? systemctl times out connections
after a timeout (25s ?), so even if it fails to communicate with PID1 for
any reason, rpm should still continue at some point.

pstree -ap pid-of-rpm should show a list of processes. If it's systemctl
that is hanging, can you post the backtrace?

Zbyszek
-- 
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 1200306] Dependency problem with perl-libs

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



--- Comment #6 from Frank Büttner frank-buett...@gmx.net ---
yum clean all
yum makecache
yum check
Loaded plugins: changelog
4:perl-5.18.4-306.fc21.x86_64 has missing requires of perl-libs = ('4',
'5.18.4', '306.fc21')
4:perl-libs-5.18.4-306.fc21.x86_64 provides ('perl-libs', 'EQ', ('4', '5.18.4',
'306.fc21')) but it cannot be found
Error: check all
yum reinstall perl
The same.
64 bit perl was select, but 32 bit  perl-libs.

Thank you for your help.

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

[perl-Wx/f22] Rebuild for new GCC 5.0 C++ ABI signature (bug #1190971)

2015-03-11 Thread Petr Pisar
Summary of changes:

  f6eea2f... Rebuild for new GCC 5.0 C++ ABI signature (bug #1190971) (*)

(*) 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 1200306] Dependency problem with perl-libs

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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 CC||admil...@redhat.com,
   ||packaging-team-maint@redhat
   ||.com
  Component|perl|yum



-- 
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=R7k20gwdqma=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 1200306] Dependency problem with perl-libs

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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

   Assignee|ppi...@redhat.com   |packaging-team-maint@redhat
   ||.com



-- 
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=cE0esvWkola=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: Issue with yum/systemd?

2015-03-11 Thread Dave Johansen
On Wed, Mar 11, 2015 at 6:40 AM, Zbigniew Jędrzejewski-Szmek 
zbys...@in.waw.pl wrote:

 On Tue, Mar 10, 2015 at 08:15:38PM -0700, Dave Johansen wrote:
  On Tue, Mar 10, 2015 at 7:53 PM, Dave Johansen davejohan...@gmail.com
  wrote:
 
   On Tue, Mar 10, 2015 at 5:10 AM, Michal Schmidt mschm...@redhat.com
   wrote:
  
   On 03/10/2015 03:13 AM, Dave Johansen wrote:
#0  0xb76debac in __kernel_vsyscall ()
#1  0xb7510d03 in __waitpid_nocancel () from /lib/libpthread.so.0
#2  0xb6fa4842 in rpmScriptRun () from /lib/librpm.so.3
#3  0xb6f83c53 in runScript () from /lib/librpm.so.3
#4  0xb6f8434f in runInstScript () from /lib/librpm.so.3
#5  0xb6f8531b in rpmpsmRun () from /lib/librpm.so.3
#6  0xb6f9a3cb in rpmteProcess () from /lib/librpm.so.3
#7  0xb6fa1714 in rpmtsRun () from /lib/librpm.so.3
[...]
It looks like yum is waiting on some process.
  
   It's waiting for a package scriptlet to finish.
  
  
   Here's the contents of the script that it's waiting on:
   if [ $1 -eq 0 ] ; then
 # Package removal, not upgrade
 systemctl --no-reload disable minetest@default.service  /dev/null
 21
   || :
 systemctl stop minetest@default.service  /dev/null 21 || :
   fi
  
 
  Sorry for the multiple emails. It's stuck on the call to stop the
 service.
  When I run status, I prints the following:
  . minetest@default.service - Minetest multiplayer server w/ default.conf
  server config
 Loaded: loaded (/usr/lib/system/system/minetest@.service; disabled)
 Active: inactive (dead)
 
  Any recommendations on what I should do next to diagnose the source of
 the
  problem?

 How long does it stay in this state? systemctl times out connections
 after a timeout (25s ?), so even if it fails to communicate with PID1 for
 any reason, rpm should still continue at some point.

 pstree -ap pid-of-rpm should show a list of processes. If it's systemctl
 that is hanging, can you post the backtrace?


It had been stuck for ~3 days and last night I got sick of my computer
being sluggish, so I started trying to see if I could get it to break free.
I should have gotten a stacktrace for systemctl first, but didn't think of
that and here's what happened:

I ran systemctl start minetest@default.service
Then after a few seconds, the system went into what I believe was suspend
mode (screen went blank and I had to hit the power button to get things to
come back). I then hit Ctrl-C after about 30 seconds because it appeared
that the service wasn't actually starting (it technically was in the
process of being removed after all).

After that, the CPU usage of systemd dropped back to being close to 0 and
the status output the following:
● minetest@default.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)

Mar 10 20:16:19 JohansenDev systemd[1]: Failed to start
minetest@default.service.
-- 
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 1201065] New: perl-CGI-Fast-2.09 is available

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

Bug ID: 1201065
   Summary: perl-CGI-Fast-2.09 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CGI-Fast
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 2.09
Current version/release in rawhide: 2.07-1.fc23
URL: http://search.cpan.org/dist/CGI-Fast/

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=g4ImPR1ar7a=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 1201074] New: perl-IO-Capture-Extended-0.13 is available

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

Bug ID: 1201074
   Summary: perl-IO-Capture-Extended-0.13 is available
   Product: Fedora
   Version: rawhide
 Component: perl-IO-Capture-Extended
  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.13
Current version/release in rawhide: 0.12-3.fc22
URL: http://search.cpan.org/dist/IO-Capture-Extended/

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=XYXBP8uj7Ca=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 1199969] perl-DateTime-Format-DateManip-0.04-17.fc23 FTBFS: Failed test 'Parse Date 'March 23, 2003''

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



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-DateTime-Format-DateManip-0.04-18.fc22 has been submitted as an update for
Fedora 22.
https://admin.fedoraproject.org/updates/perl-DateTime-Format-DateManip-0.04-18.fc22

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