Re: Python scripting in Fedora

2013-04-18 Thread Matthias Runge
On 04/18/2013 03:59 AM, Gergely Buday wrote: > Hi, > > are there Fedora-specific scripting libraries in Python? > > - Gergely > The only fedora-specific library I know/remember, is python-fedora. Matthias -- Matthias Runge -- users mailing list users@lists.fedoraproject.

Re: Python scripting in Fedora

2013-04-18 Thread Matthias Runge
-django.noarch python-fedora-flask.noarch python-fedora-turbogears.noarch python-fedora-turbogears2.noarch python-askbot-fedmsg.noarch python-pkgwat-api.noarch python3-pkgwat-api.noarch python3-python-pkgwat-api.noarch (maybe still improvable) Matthias -- Matthias Runge -- use

Re: Help with Fedora build system

2014-04-28 Thread Matthias Runge
rpm -q kernel if that already lists kernel-3.13.7-100, everything should be fine. if that's not the case you could fetch the corresponding rpms: bodhi -D kernel-3.13.7-100.fc19 afterwards, one would use yum localinstall to install. Hope that helps, Matthias -- Matthias Runge -- users mailin

Re: .spec file for GO package

2016-11-08 Thread Matthias Runge
On 08/11/16 15:59, arnaud gaboury wrote: > I am writing a .spec file for an app built with go[0]. > I first made a build following the official doc, then write a .spec file > and built with it .rpm. Everything is OK but I have some doubts when I > look at some other .spec files for application writ

Re: Problem with Python??

2015-06-19 Thread Matthias Runge
On 18/06/15 17:46, jd1008 wrote: selinux issues the following If you believe /usr/bin/bython2.7 tried to disable selinux you may be under attack by a hacker, since confined applications should never need this access. Contact your security administrator and report this issue. Is anyone else seei

Re: EXTERNAL: This morning's update & bluetooth

2017-10-14 Thread Matthias Runge
but due to the default change, now you need to be *aware* of it. You may need to add an explicit "vers=1.0" to your mount options in /etc/fstab or similar if you *really* want SMB1. adding vers=1.0 to mount options is what you want to do. -- Matthias Runge