Re: Abotu setting 'PermitRootLogin=no' in sshd_config

2014-11-21 Thread Juan Orti
remote server from becoming inaccessible in cases such as a network mounted /home suddenly becoming unavailable. Also, the creation of a user is not enforced at installation, so you'll need to login as root in those cases -- Juan Orti https://miceliux.com -- devel mailing list

Best way to use zram in Fedora 21?

2014-11-25 Thread Juan Orti
Hi, I know how to manually configure the zram, but what's the best way to do it? I've seen the unit zram.service of anaconda-core, and it gets activated when booting with inst.zram=on, but it looks like very anaconda-centric. Should something like [1] be packaged and included in the distro? or ma

Re: Best way to use zram in Fedora 21?

2014-11-26 Thread Juan Orti
El 2014-11-25 21:07, Reindl Harald escribió: Am 25.11.2014 um 21:03 schrieb Juan Orti: Hi, I know how to manually configure the zram, but what's the best way to do it? I've seen the unit zram.service of anaconda-core, and it gets activated when booting with inst.zram=on, but it

Re: Best way to use zram in Fedora 21?

2014-11-27 Thread Juan Orti
several sources, made them easier, fixed some bugs and introduced the systemd-unit) [root@mail-gw:~]$ cat /etc/sysconfig/zram FACTOR=15 sion.html Reindl, I'm of the opinion you should upload your scripts to some git repository and package them to be part of the distribution. I can co-main

Re: Best way to use zram in Fedora 21?

2014-11-27 Thread Juan Orti
El 2014-11-27 14:48, Reindl Harald escribió: Am 27.11.2014 um 14:25 schrieb Juan Orti: Reindl, I'm of the opinion you should upload your scripts to some git repository and package them to be part of the distribution. I can co-maintain if you wish feel free to package it! that&#x

Re: Review swaps

2014-12-23 Thread Juan Orti
El 2014-12-23 15:41, Sandro Mani escribió: Hi, sqlitebrowser still looking for a reviewer :) https://bugzilla.redhat.com/show_bug.cgi?id=1173375 Thanks! Sandro Taken. -- Juan Orti https://miceliux.com -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

License change in python-btrfs

2019-01-19 Thread Juan Orti
Hi, Just a heads up about the license change of python-btrfs in rawhide. From GPLv2 to LGPLv3+ Regards, Juan Orti. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code

btrfs-heatmap changed license

2019-01-26 Thread Juan Orti
This is a heads up for the license change of btrfs-heatmap, it is now MIT (it was GPLv2 previously). ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https:

Introducing myself and review request

2011-09-18 Thread Juan Orti Alcaine
Hello! I'm new to this list. I would like to introduce myself and show you for review my first RPM package. I work as sysadmin in Spain, I have a lot of experience managing a mixed environment of Windows, Solaris and Linux servers. We have more than 1000 windows users, and a farm of virtualized we

how to make systemd wait for a process to die?

2011-09-19 Thread Juan Orti Alcaine
Hello, I'm making a systemd service file for gogoc, a program to create IPv6 tunnels with Freenet6.net The program gets the network configuration and uses a shell script for configuring the interface, and when receives the HUP signal, calls the shell script again for shutting down the tunnel, but

Re: how to make systemd wait for a process to die?

2011-09-19 Thread Juan Orti Alcaine
It works. I deleted the line KillMode because it has some child processes I want to shut down even if the script times out. I have increased the timeout to 30 secs because I noticed sometimes it takes a lot longer to close the tunnel. Is there any problem about this? This is the way I have it: [S

Re: how to make systemd wait for a process to die?

2011-09-19 Thread Juan Orti Alcaine
dying with SIGKILL, because it never receives a SIGTERM, doesn't it? Anyway, now it works ok, and there is always the possibility of creating a shell script. Thank you and good work with systemd, it's fantastic! 2011/9/19 Lennart Poettering > On Mon, 19.09.11 13:25, Juan Orti Al

Re: F16: Non-fatal POSTUN scriptlet failure in rpm package python-libs

2011-10-30 Thread Juan Orti Alcaine
2011/10/30 Richard Shaw > I'm trying to build a F16 package under mock on my F15 system and I'm > getting the following error: > > Non-fatal POSTUN scriptlet failure in rpm package python-libs > /sbin/ldconfig: relative path `1' used to build cache > warning: %postun(python-libs-2.7.2-4.fc16.x86_

Re: Unresponsive maintainer: kanarip

2014-07-17 Thread Juan Orti Alcaine
El 2014-07-17 11:21, Pierre-Yves Chibon escribió: Assuming we would agree to change someone's personal information, how would we know which email to change it to ? I wrote to his email address at @kolabsys.com but I didn't have any response. -- devel mailing list devel@lists.fedoraproject.o

Re: Contact info - Jeroen van Meeuwen (kanarip)

2014-08-06 Thread Juan Orti Alcaine
El 2014-08-06 11:58, Johannes Lips escribió: On Wed, Aug 6, 2014 at 10:53 AM, Jan Rusnacko wrote: Hello, following the policy for nonresponsive maintainers, does anyone have a contact of Jeroen van Meeuwen (kanarip) ? All three mail addresses listed here http://fedoraproject.org/wiki/User:Kan

Re: btrfs as default filesystem for F22?

2014-10-02 Thread Juan Orti Alcaine
It is also worth considering adding some scheduled tasks for maintenance, like rebalances, or scrubs. -- Juan Orti https://miceliux.com -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/co

Re: btrfs as default filesystem for F22?

2014-10-03 Thread Juan Orti Alcaine
like files (journal, vm images, firefox and other sqlite db). I have experienced minutes of delay consulting the journal in heavily fragmented journal files. -- Juan Orti https://miceliux.com -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/de

Re: PHP crashes on F21 with roundcube

2015-04-27 Thread Juan Orti Alcaine
Mon Apr 27 12:51:33.076997 2015] [core:notice] [pid 85570] AH00052: child pid 85572 exit signal Segmentation fault (11) I use Roundcube in a F21 server, but with PHP FastCGI + nginx. No problems detected here. Have you checked it is not SELinux related? -- Juan Orti https://miceliux.com GPG

Re: Fedora 23 planning, mass rebuild and changes submission deadline

2015-04-28 Thread Juan Orti Alcaine
coprs elsupergomez/mono and tpokorra/mono. -- Juan Orti https://miceliux.com GPG key: https://miceliux.com/pub/pubkey.asc GPG fingerprint: 61F0 8272 6882 BCA6 3A35 88F6 B630 4B72 DEEB D08B -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora

Re: F23 System Wide Change: Mono 4

2015-05-04 Thread Juan Orti Alcaine
package is waiting for a review: https://bugzilla.redhat.com/show_bug.cgi?id=1192059 -- Juan Orti https://miceliux.com GPG key: https://miceliux.com/pub/pubkey.asc GPG fingerprint: 61F0 8272 6882 BCA6 3A35 88F6 B630 4B72 DEEB D08B -- devel mailing list devel@lists.fedoraproject.org https

Looking for a sponsor

2012-04-16 Thread Juan Orti Alcaine
same tarball. https://bugzilla.redhat.com/show_bug.cgi?id=756445 https://bugzilla.redhat.com/show_bug.cgi?id=756443 https://bugzilla.redhat.com/show_bug.cgi?id=756435 Thank you. Juan Orti. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Review swap

2012-04-24 Thread Juan Orti Alcaine
Hello, I have a pending review request of arm, a utility to monitor the status of Tor routers. It's almost finished, as Spot has helped me with this package. I will take one of yours for this one. https://bugzilla.redhat.com/show_bug.cgi?id=756445 Thanks! -- devel mailing list devel@lists.fedora

Re: Review swap

2012-04-24 Thread Juan Orti Alcaine
2012/4/24 Brendan Jones > On 04/24/2012 02:37 PM, Juan Orti Alcaine wrote: > >> Hello, I have a pending review request of arm, a utility to monitor the >> status of Tor routers. It's almost finished, as Spot has helped me with >> this package. >> I

Re: SSD drives

2012-05-24 Thread Juan Orti Alcaine
2012/5/24 Gerry Reno > > What does Fedora do currently, if anything, to optimize for solid-state > drives (SSD). > > Things like swap and logging can generate a huge number of writes.  So I > suppose those should maybe be placed on a > rotating drive if one is available but if not does Fedora do

Re: SSD drives

2012-05-24 Thread Juan Orti Alcaine
2012/5/24 Lennart Poettering : > On Thu, 24.05.12 10:30, Juan Orti Alcaine (j.orti.alca...@gmail.com) wrote: > >> - Disable the readahead service: >>      systemctl disable systemd-readahead-collect.service >>      systemctl disable systemd-readahead-replay.service >

Re: SSD drives

2012-05-26 Thread Juan Orti Alcaine
2012/5/24 Michal Schmidt : > On 05/24/2012 03:20 PM, Gerry Reno wrote: >> >> So is F17 going to support TRIM w/LUKS automatically? >> >> Or do we need to perform some special configuration to get TRIM >> w/LUKS?  (Yes, I understand some attacker might be able to guess my >> filesystem type due to e

Re: SSD drives

2012-05-28 Thread Juan Orti Alcaine
2012/5/28 Milan Broz > > On 05/28/2012 04:55 PM, Roberto Ragusa wrote: > > On 05/26/2012 03:53 PM, Juan Orti Alcaine wrote: > > > >> I suspect it isn't working because "cryptsetup status > >> /dev/mapper/luks-uuid" does not say anything about

Re: SSD drives

2012-05-29 Thread Juan Orti Alcaine
2012/5/28 Juan Orti Alcaine : > 2012/5/28 Milan Broz >> >> On 05/28/2012 04:55 PM, Roberto Ragusa wrote: >> > On 05/26/2012 03:53 PM, Juan Orti Alcaine wrote: >> > >> >> I suspect it isn't working because "cryptsetup status >> >

Re: Replacing grubby with grub2-mkconfig in kernel install process

2012-06-20 Thread Juan Orti Alcaine
2012/6/20 Chris Murphy : > While I like the current GRUB2 behavior in F17 vastly better than F16, I > kinda wonder if it makes sense to change the default behavior to save last > chosen option and by default use that the next time around, rather than > always defaulting to the most recent Fedora

Re: PATH=/usr/local/bin:/bin:/usr/bin considered harmful

2012-06-22 Thread Juan Orti Alcaine
2012/6/22 Sam Varshavchik : > I think that bash needs to be recompiled, with the last two flipped, in the > default shell PATH. > I have hit a similar issue with the tor-arm package. It is executed by a wrapper script that check if it has been called with /usr/bin/arm, but because the path orderin

Re: default local DNS caching name server

2014-04-14 Thread Juan Orti Alcaine
One thing I would like to note is that in machines which don't have a hardware clock, I had problems starting bind and unbound, because the date was back to 1970 in each boot, so the root dns key was not yet valid and there were no valid dns resolvers to update time by ntp. I had to hardcode so

Unresponsive maintainer: kanarip

2014-06-27 Thread Juan Orti Alcaine
record of requested type Following the policy, I ask the list if anyone knows how to contact this person. https://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers#Notes_for_invalid_email_addresses -- Juan Orti GPG Key: DEEBD08B - http://jorti.fedorapeople.org/pubkey.asc Blog

Re: Unresponsive maintainer: kanarip

2014-06-27 Thread Juan Orti Alcaine
El Sábado, 28 de junio de 2014 00:31:26 Christopher Meng escribió: > On Sat, Jun 28, 2014 at 12:17 AM, Bruno Wolff III wrote: > > He is or was a Red Hat employee. > > No. > > Please use this email address: (...) Thank you. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedor

Cannot open logs of Taskotron jobs

2015-12-02 Thread Juan Orti Alcaine
-2015-245d764be1 Is there any known problem? -- Juan Orti https://apuntesderootblog.wordpress.com/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: keepassx 2.0?

2016-01-13 Thread Juan Orti Alcaine
3: > https://copr.fedoraproject.org/coprs/jwakely/keepassx1/build/153188/ Could you please rename the package to keepassx1? I wish them to be installed in parallel. Thank you. -- Juan Orti https://apuntesderootblog.wordpress.com/ -- devel mailing list devel@lists.fedoraproject.org http://lis

Re: f18: how to install into a LVM partitions (or RAID)

2012-10-16 Thread Juan Orti Alcaine
On Martes, 16 de octubre de 2012 10:20:50 Ian Pilcher escribió: > On 10/16/2012 08:29 AM, Dario Lesca wrote: > > How to install it on a empty disk and use LVM (or create a software > > RaID)? > > I don't believe it's currently possible. Nor is it possible to use > space in existing VGs or RAID dev

udev rules packaging

2012-10-30 Thread Juan Orti Alcaine
Hello, I'm working in a package which ships a udev rule in /lib/udev/rules.d I haven't seen any guidelines about this, and I wonder if I must do a udevadm control --reload in %post I have checked other packages with udev rules but this command is not issued, is this correct? Any suggestion? -- d

Problem with sed in spec file

2013-08-21 Thread Juan Orti Alcaine
Hello, I'm adding a SELinux module to the gogoc package, as seen in this draft [1], and I've received a error about the dependecies. In my spec file I use this to extract the selinux-policy version and use it as a dependency: %global selinux_policyver %(%{__sed} -e 's,.*selinux-policy-\\([^/]

Re: Problem with sed in spec file

2013-08-21 Thread Juan Orti Alcaine
El 2013-08-21 11:49, Paul Howarth escribió: On 21/08/13 12:21, Juan Orti Alcaine wrote: Hello, I'm adding a SELinux module to the gogoc package, as seen in this draft [1], and I've received a error about the dependecies. In my spec file I use this to extract the selinux-policy versi

Re: Problem with sed in spec file

2013-08-21 Thread Juan Orti Alcaine
El Miércoles, 21 de agosto de 2013 16:03:23 Richard W.M. Jones escribió: > Just open a bug against selinux-policy and ask the maintainer > to drop a file somewhere which contains the version number, eg: > > %install > echo '%{version}' > $RPM_BUILD_ROOT%{_datadir}/selinux/version > > We do so

Re: Multiple Loopback Interfaces

2013-08-29 Thread Juan Orti Alcaine
El Jueves, 29 de agosto de 2013 06:38:00 John Chludzinski escribió: > I need to used multiple loopback addresses (interfaces) for an server > application that communicates with multiple clients running on the same > machine. Since a loopback interface short circuits the network stack > (looping ba

Unresponsive maintainer - Steven Pritchard

2013-10-01 Thread Juan Orti Alcaine
Hello, I'm trying to contact to Steven Pritchard, maintainer of amavisd-new, FAS user: steve Anyone knows anything about him? There are bugs open without response for years: https://bugzilla.redhat.com/show_bug.cgi?id=695589 -- Juan Orti GPG Key: DEEBD08B - https://www.miceliux.com/

Re: Unresponsive maintainer - Steven Pritchard

2013-10-02 Thread Juan Orti Alcaine
El 2013-10-01 17:32, Michael Schwendt escribió: On Tue, 01 Oct 2013 13:41:48 +0100, Paul Howarth wrote: On 01/10/13 10:27, Juan Orti Alcaine wrote: > Hello, I'm trying to contact to Steven Pritchard, maintainer of > amavisd-new, FAS user: steve > > Anyone knows anything abo

Re: Yubikey single-factor authentication disabled

2013-03-07 Thread Juan Orti Alcaine
2013/3/7 Clive Hills > I suppose I have to bite and ask why yubikey is regarded as single-factor? > I guess it isn't something I know as well as something I have? > > Spot's poll is interesting - I see SecureID hard tokens leading the hard > tokens featured (7am UTC Thursday) but how does an indi

Package review swap

2017-03-01 Thread Juan Orti Alcaine
Hi, I have a little Python package pending for review. I'll happily review some of you in return. btrfs-heatmap: https://bugzilla.redhat.com/show_bug.cgi?id=1425833 Thank you. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send

spice-xpi not working in Firefox 52+

2017-03-16 Thread Juan Orti Alcaine
Hi, it looks like the Spice XPI addon no longer works in Firefox 52. I guess this is going to be forever, as Firefox 52+ disables the NPAPI plugins. Do you know any alternative? I manage a RHEV farm and this is going to be a big deal. If there is no other alternative to open the Spice consoles fr

Re: spice-xpi not working in Firefox 52+

2017-03-16 Thread Juan Orti Alcaine
2017-03-16 15:00 GMT+01:00 Juan Orti Alcaine : > Hi, it looks like the Spice XPI addon no longer works in Firefox 52. > > I guess this is going to be forever, as Firefox 52+ disables the NPAPI > plugins. Do you know any alternative? I manage a RHEV farm and this is > going t

HEADS UP: Radicale v2 arriving at rawhide

2017-05-03 Thread Juan Orti Alcaine
Hi, I'm building the version 2 of Radicale in rawhide. It has dropped python2 support and now it stores the calendars in an incompatible way, so an upgrade procedure must be done in existing installations: https://kozea.github.io/Radicale/1to2/ Any comments are welcomed.

Re: HEADS UP: Radicale v2 arriving at rawhide

2017-05-05 Thread Juan Orti Alcaine
2017-05-03 15:14 GMT+02:00 Michael Cronenworth : > On 05/03/2017 05:27 AM, Juan Orti Alcaine wrote: > >> https://kozea.github.io/Radicale/1to2/ >> >> Any comments are welcomed. >> > > Is the only upgrade method to run Radicale v1 and v2 side-by-side? How

Issues with Bodhi?

2017-05-05 Thread Juan Orti Alcaine
I cannot submit updates, is something going on? I get this error: Traceback (most recent call last): File "/usr/bin/bodhi", line 225, in main data = bodhi.save(**update_args) File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 82, in wrapper result = method(*args, **kw

Re: What user and password to use in cloud images?

2013-11-07 Thread Juan Orti Alcaine
El Jueves, 7 de noviembre de 2013 14:55:57 Kevin Fenzi escribió: > On Thu, 07 Nov 2013 21:56:54 +0100 > > Juan Orti Alcaine wrote: > > Hello, I've deployed a Fedora20 Beta qcow2 image in a VM, but I'm > > unable to login. > > > > What is the default u

Re: What user and password to use in cloud images?

2013-11-07 Thread Juan Orti Alcaine
El 2013-11-08 08:05, Kushal Das escribió: On Fri, Nov 8, 2013 at 10:44 AM, Daniel P. Berrange wrote: I actually thought that logins were locked by default and required the cloud host to provide the metadata service for cloud-init to run and inject SSH keys. You are correct, to login into th

Unresponsive maintainer: Steven Pritchard (steve)

2014-01-30 Thread Juan Orti Alcaine
I'm trying to get the bug #695589 from the package amavisd-new fixed. I got an email from Steven in 2013-11-04 saying he was very busy and didn't have his FAS login at hand, but I haven't got any news since that. The bug dates from 2011-04-12, and several attempts have been made to contact Steven:

Re: Unresponsive maintainer: Steven Pritchard (steve)

2014-01-30 Thread Juan Orti Alcaine
2014-01-31 Jon : > > In your case it's been years now waiting can you wait one more > week to complete step five? > Sure I can. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-c

Request to take over package amavisd-new

2014-02-06 Thread Juan Orti Alcaine
/devel/2014-January/194940.html [2] https://bugzilla.redhat.com/show_bug.cgi?id=695589 -- Juan Orti GPG Key: DEEBD08B - http://jorti.fedorapeople.org/pubkey.asc Blog: https://apuntesderoot.wordpress.com/ signature.asc Description: This is a digitally signed message part. -- devel mailing list devel

Review swap

2016-11-03 Thread Juan Orti Alcaine
Hi, I've a small python package pending for review. Any offer? Thank you. https://bugzilla.redhat.com/show_bug.cgi?id=1373019 -- Juan Orti https://apuntesderootblog.wordpress.com/ GPG: 61F0 8272 6882 BCA6 3A35 88F6 B630 4B72 DEEB D08B ___

Re: Soon retirement of zeromq2 and zeromq3

2016-11-30 Thread Juan Orti Alcaine
ew. I warned amavisd-new in bug #1394697 now. > > > Thanks for that. zeromq2 and zeromq3 are now retired in rawhide. I've dropped the amavisd-new subpackages that depend on those. -- Juan Orti https://apuntesderootblog.wordpress.com/ GPG: 61F0 8272

Bodhi problems?

2016-12-01 Thread Juan Orti Alcaine
I can't push to stable a couple of updates. Is there any known problem with Bodhi? https://bodhi.fedoraproject.org/updates/FEDORA-2016-fa485c1c95 https://bodhi.fedoraproject.org/updates/FEDORA-2016-eae6ba26e4 -- Juan Orti https://apuntesderootblog.wordpress.com/ GPG: 61F0 8272 6882 BCA6

Review swaps

2020-05-07 Thread Juan Orti Alcaine
Hello, I'm looking for these packages to be reviewed. Anyone interested in some reviews in exchange? python-ovirt-engine-sdk4 - Python SDK for version 4 of the oVirt Engine API https://bugzilla.redhat.com/show_bug.cgi?id=1832979 sqm-scripts - Traffic shaper scripts of the CeroWrt project https:/

Re: Review swaps

2020-05-07 Thread Juan Orti Alcaine
El jue., 7 may. 2020 a las 18:04, Ian McInerney () escribió: > I'll swap my git-revise ( > https://bugzilla.redhat.com/show_bug.cgi?id=1830306) package for > python-ovirt-engine-sdk4. And if no one else needs a swap I could also take > sqm-scripts. > > I will hopefully do the review in the next fe

Re: Can't capture vmcore?

2018-01-16 Thread Juan Orti Alcaine
2018-01-16 13:41 GMT+01:00 Josh Boyer : > On Tue, Jan 9, 2018 at 1:51 PM, Maxim Burgerhout wrote: > > I'm getting kernel panics in a VM that functions as a hypervisor, the > moment > > I spin up the nested guest (on AMD ThreadRipper / Fedora 27). That is > > annoying, of course, so I try to be a

libvirt and systemd-resolved integration?

2020-10-06 Thread Juan Orti Alcaine
Hello, In the network bridges that libvirt creates there's a dnsmasq daemon to resolve the VM's IPs. Is there any way to signal systemd-resolved from libvirt to say that in the bridge interface there is a DNS server and a domain? Thank you. ___ devel ma

Re: libvirt and systemd-resolved integration?

2020-10-06 Thread Juan Orti Alcaine
El mié., 7 oct. 2020 a las 2:22, Michael Catanzaro () escribió: > > Hm, I'm not quite sure how this is intended to work. This is for > resolving VM hostnames into IP addresses? How exactly does it work > prior to systemd-resolved? E.g. lets say I have a libvirt VM named > "f33", should it be possi

Re: libvirt and systemd-resolved integration?

2020-10-08 Thread Juan Orti Alcaine
El mié., 7 oct. 2020 a las 10:35, Petr Menšík () escribió: > > > On 10/7/20 6:44 AM, Pavel Zhukov wrote: > > > > I don't think it's a good idea. > > dnsmasq is not dns resolver but acts as DHCP and DNS server. It provides > > VMs with IP > > address/lease and create corresponding dns record for it

Re: Mass package change (python2- binary package renaming)

2017-08-10 Thread Juan Orti Alcaine
2017-08-10 4:52 GMT+02:00 Scott Talbert : > Where did your list of 'all python packages' come from? I fear that there > are some missing because wxPython should be in there. I also miss pytorctl in the list. ___ devel mailing list -- devel@lists.fedorap

%py3_install fails to accept arguments

2017-08-24 Thread Juan Orti Alcaine
Hi, I'm getting failed builds [1] in rawhide and f27 because the macro %py3_install fails when called with arguments. It was fine until f26. The package is rhythmbox-ampache, and I call the macro like this: %global py_install_args --no-glib-compile-schemas %install %py3_install %py_install_arg

Re: COPR strategy

2017-08-24 Thread Juan Orti Alcaine
2017-08-22 5:17 GMT+02:00 Michal Novotny : > Hello, > > we will have soon a planning meeting that should determine a more long-term > strategy and bring us to a team agreement on what COPR currently is and what > it should be in half a year or so. > > I would like to kindly ask for some input here

Re: %py3_install fails to accept arguments

2017-08-24 Thread Juan Orti Alcaine
2017-08-24 9:54 GMT+02:00 Juan Orti Alcaine : > Hi, > > I'm getting failed builds [1] in rawhide and f27 because the macro > %py3_install fails when called with arguments. It was fine until f26. > > The package is rhythmbox-ampache, and I call the macro like this: > &

Re: %py3_install fails to accept arguments

2017-08-25 Thread Juan Orti Alcaine
2017-08-25 8:53 GMT+02:00 Panu Matilainen : > On 08/24/2017 07:48 PM, Juan Orti Alcaine wrote: >> >> 2017-08-24 9:54 GMT+02:00 Juan Orti Alcaine : >>> >>> Hi, >>> >>> I'm getting failed builds [1] in rawhide and f27 because the macro >&g

Review swaps

2017-08-29 Thread Juan Orti Alcaine
Hi, I have these python packages pending for review. Anyone interested in a review swap? https://bugzilla.redhat.com/show_bug.cgi?id=1486067 python-rebulk - ReBulk is a python library that performs advanced searches in strings https://bugzilla.redhat.com/show_bug.cgi?id=1486026 python-pysrt - Li

Re: Review swaps

2017-08-29 Thread Juan Orti Alcaine
2017-08-29 13:02 GMT+02:00 Sandro Mani : > Hi > > I have > > https://bugzilla.redhat.com/show_bug.cgi?id=1486278 I'll take svg2svgt, if you create more review requests, just tell me. Thanks. ___ devel mailing list -- devel@lists.fedoraproject.org To uns

Re: Problem with s390x koji builder

2021-01-20 Thread Juan Orti Alcaine
I also got the same error: https://koji.fedoraproject.org/koji/taskinfo?taskID=60083125 El mié, 20 ene 2021 a las 9:35, Vascom () escribió: > What's wrong with s390x koji builder? > > I always see this error: > > Child return code was: -11 > EXCEPTION: [Error()] > Traceback (most recent call las

Re: Having python3-faker installed causes pytest-3 to fail

2021-05-31 Thread Juan Orti Alcaine
El lun, 31 may 2021 a las 11:35, Tomas Hrnciar () escribió: > > Rawhide can jump all the way to latest 8.4.0, but for F34, we'd want to > avoid doing a major version bump, so we'd need to backport this, instead. > I think we can safely update to 8.4.0 also on f34 branch. All dependant > packages h

Re: replace memtest86+ with pcmemtest, needs maintainer

2021-07-31 Thread Juan Orti Alcaine
El sáb, 31 jul 2021 a las 2:58, Chris Murphy () escribió: > Neal Gompa mentioned pcmemtest earlier this year > https://github.com/martinwhitaker/pcmemtest > > It would need a maintainer. Any takers? > > Hi, I'm not interested in owning the package, but I've created a test build because I want to p

Orphaning python3-script

2023-01-11 Thread Juan Orti via devel
Hi, I'm orphaning the package python3-script. It hasn't received an update in years, nobody depends on it and I don't think anyone is using it. Feel free to take it if it's useful for you. Kind regards.___ devel mailing list -- devel@lists.fedoraproje

No responsive maintainer xenithorb

2021-11-08 Thread Juan Orti via devel
Hi, Anyone knows if xenithorb is still active in Fedora? It's been years since the last update of the package btrbk and he/she hasn't replied to my question in bugzilla [1]. I've created the non-responsive maintainer bug [2]. If anyone knows anything, please, ping me. I'm interested in updatin