Re: rpmbuild

2019-06-14 Thread Gordon Messmer
On 6/14/19 2:38 PM, Patrick Dupre wrote: 1) I expect that I would have to edit the .spec file That's right.  You do.  And that's expected. http://cpanspec.sourceforge.net/ indicates: "It is assumed that maintainers will need to do some (hopefully small) amount of work to clean up the

Re: rpmbuild

2019-06-14 Thread Patrick Dupre
Thank you for these details. However 1) I expect that I would have to edit the .spec file 2) After that I install the package perl-Tk-JBrowseEntry-5.22-1.fc30.noarch I generate a perl-Tk-JFileDialog.spec which contains: BuildRequires: perl(Tk::JBrowseEntry) >= 4.63 Why that? When I want to

Call for Testers - Wine 4.10 update

2019-06-14 Thread Michael Cronenworth
Hello! Wine 4.8 started offering the ability to compile parts of itself as Windows binaries instead of Linux binaries but Fedora had not followed suit. This is changing. The Fedora Wine 4.10 update will switch to use MinGW to compile those Windows binaries. This will keep Fedora mostly in

Re: rpmbuild

2019-06-14 Thread Gordon Messmer
On 6/12/19 1:43 PM, Patrick Dupre wrote: cpanspec --add-buildrequires perl-generators Tk-JBrowseEntry-5.22.tar.gz only add: BuildRequires: perl-generators in the .spec file which does not help. Sure, it does.  The purpose of the "perl-generators" package is to include information about

Re: New mailing lists available for podman/libpod

2019-06-14 Thread Daniel Walsh
On 6/13/19 3:14 PM, Neal Gompa wrote: > On Thu, Jun 13, 2019 at 3:13 PM Daniel Walsh wrote: >> Send an email to: podman-j...@lists.podman.io with the word "subscribe" >> in the title, or by going to https://lists.podman.io and scrolling to >> the bottom of that page to subscribe. >> > Could FAS

Re: New mailing lists available for podman/libpod

2019-06-14 Thread Daniel Walsh
On 6/13/19 3:14 PM, Neal Gompa wrote: > On Thu, Jun 13, 2019 at 3:13 PM Daniel Walsh wrote: >> Send an email to: podman-j...@lists.podman.io with the word "subscribe" >> in the title, or by going to https://lists.podman.io and scrolling to >> the bottom of that page to subscribe. >> > Could FAS

[389-users] Re: Docker official image

2019-06-14 Thread William Brown
> On 14 Jun 2019, at 01:25, Olivier JUDITH wrote: > > Of course, > > Yaml files are strictly dedicated to kubernetes object definition and > deployment (like deployment.yaml for service on docker). They are not to be > included in docker container. > In fact the better is to create a

Re: rpmbuild

2019-06-14 Thread Michael Schwendt
On Thu, 13 Jun 2019 23:09:58 +0200, Patrick Dupre wrote: > Maybe, however, some perl packages require packages with a version > number higher than a certain value. > Thus, if the Provides/Requires instructions are not set properly, > all the packages requiring other packages fail, either at the