Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 13, 2018 at 06:28:47PM +0200, Alois Mahdal wrote: > Hi, > > I'm no infosec expert, but... > > On 06/12/2018 07:31 PM, Miro Hrončok wrote: > > > > On 12.6.2018 19:20, Howard Howell wrote: > >> I haven't followed all of this thread, too self busy.  However there is > >> a security argu

Schedule for Thursday's FPC Meeting (2018-06-14 16:00 UTC)

2018-06-13 Thread James Antill
 Following is the list of topics that will be discussed in the FPC meeting Thursday at 2018-06-14 16:00 UTC in #fedora-meeting-1 on irc.freenode.net.  Local time information (via. uitime): = Day: Thursday == 2018-06-14 09:00 PDT US/Pacific 2018-06-14 1

Re: Fedora Atomic Host Two Week Release Announcement: 28.20180613.0

2018-06-13 Thread Dusty Mabe
On 06/13/2018 06:23 PM, nore...@fedoraproject.org wrote: > > A new Fedora Atomic Host update is available via an OSTree update: > > Version: 28.20180613.0 > Commit(x86_64): > c51100f14cf12b25c16562cede7455191e536c0534e3b2ef87e66be9e12899ae > Commit(aarch64): > 5492bb19612e4c9e4f93c63e0af81e6b

Schedule for Friday's FESCo Meeting (2018-06-15)

2018-06-13 Thread Randy Barlow
The following is the list of topics that will be discussed in the FESCo meeting Friday at 15: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 '2018-06-15 15:00 UTC' Links to all issues belo

Fedora Atomic Host Two Week Release Announcement: 28.20180613.0

2018-06-13 Thread noreply
A new Fedora Atomic Host update is available via an OSTree update: Version: 28.20180613.0 Commit(x86_64): c51100f14cf12b25c16562cede7455191e536c0534e3b2ef87e66be9e12899ae Commit(aarch64): 5492bb19612e4c9e4f93c63e0af81e6b5f896ac95e1b18c29d11c5f7cecdcc05 Commit(ppc64le): c6c10a323d55f6782fc7cf575

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Stephen John Smoogen
On 13 June 2018 at 17:34, Samuel Sieb wrote: > On 06/13/2018 02:28 PM, Stephen John Smoogen wrote: >> >> directories needed to be at the end of the path. It was also linked to >> the reason not to put . in the path. > > > I thought the reason to not put . in the path was because you could be > loo

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Samuel Sieb
On 06/13/2018 02:28 PM, Stephen John Smoogen wrote: directories needed to be at the end of the path. It was also linked to the reason not to put . in the path. I thought the reason to not put . in the path was because you could be looking in someone else's folder and they could have put an exe

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Stephen John Smoogen
On 13 June 2018 at 17:04, Till Maas wrote: > On Tue, Jun 12, 2018 at 08:43:06AM -0400, Matthew Miller wrote: >> On Tue, Jun 12, 2018 at 07:50:29AM -0400, Nico Kadel-Garcia wrote: >> > The simple fact is that "sudo" inherits $HOME and $PATH by default. >> >> Not in Fedora's default configuration. A

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Till Maas
On Tue, Jun 12, 2018 at 08:43:06AM -0400, Matthew Miller wrote: > On Tue, Jun 12, 2018 at 07:50:29AM -0400, Nico Kadel-Garcia wrote: > > The simple fact is that "sudo" inherits $HOME and $PATH by default. > > Not in Fedora's default configuration. And, this proposal increases my > support for keep

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Till Maas
Hi, On Wed, Jun 13, 2018 at 06:28:47PM +0200, Alois Mahdal wrote: > I've seen many examples with .bashrc, but .bashrc only does it for bash > (and only in interactive mode, IIRC). One has to do it for something > like .xsessionrc -- frankly I'm not sure if there is such file that applies. > > OT

Re: [heads-up] soname version bump for evolution-data-server in rawhide

2018-06-13 Thread Fabio Valentini
On Mon, Jun 11, 2018 at 11:29 AM Milan Crha wrote: > > Hello, > next week's 3.29.3 release of evolution-data-server (on 2018-06-18) > will contain soname version bumps of libcamel and libedata-cal. I > expect that most of the packages can be just rebuilt. > > I cannot provide the complete

Re: Release criteria proposal: installing / removing software

2018-06-13 Thread Adam Williamson
On Wed, 2018-06-13 at 12:56 -0700, stan wrote: > On Wed, 13 Jun 2018 09:56:07 -0700 > Adam Williamson wrote: > > > On Tue, 2018-06-12 at 21:51 -0400, Matthew Miller wrote: > > > On Tue, Jun 12, 2018 at 11:35:21AM -0700, Adam Williamson wrote: > > > > "The installed system must be able to instal

Re: Release criteria proposal: installing / removing software

2018-06-13 Thread stan
On Wed, 13 Jun 2018 09:56:07 -0700 Adam Williamson wrote: > On Tue, 2018-06-12 at 21:51 -0400, Matthew Miller wrote: > > On Tue, Jun 12, 2018 at 11:35:21AM -0700, Adam Williamson wrote: > > > "The installed system must be able to install, remove, and install > > > appropriate updates for softwa

Re: REMINDER: Submission deadline for Changes of Fedora 29 requiring mass rebuild takes effect in one week

2018-06-13 Thread Kevin Fenzi
On 06/12/2018 04:10 AM, Alain Vigne wrote: > Thanks... > I was wondering how introduction of a new package enters such schedule [1] ? > More specifically, when is the deadline for a new package to enter Fedora > 29 ? There's no hard deadline, new packages enter any Fedora version anytime. In alrea

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Chris Adams
Once upon a time, Alois Mahdal said: > I've seen many examples with .bashrc, but .bashrc only does it for bash > (and only in interactive mode, IIRC). One has to do it for something > like .xsessionrc -- frankly I'm not sure if there is such file that applies. The desktop environment is run via

Re: Release criteria proposal: installing / removing software

2018-06-13 Thread Adam Williamson
On Tue, 2018-06-12 at 21:51 -0400, Matthew Miller wrote: > On Tue, Jun 12, 2018 at 11:35:21AM -0700, Adam Williamson wrote: > > "The installed system must be able to install, remove, and install > > appropriate updates for software with the default console tool for the > > relevant software type (e

Re: [X86] Fwd: F29 System Wide Change: i686 Is For x86-64

2018-06-13 Thread Jeff Backus
On Wed, Jun 6, 2018 at 2:09 PM, Florian Weimer wrote: > On 06/04/2018 06:55 PM, Jeff Backus wrote: > > Thanks for the insight. Yes, I can see the advantages. However, have >> things really gotten so bad that it justifies ejecting part of the >> community? >> > > The cost of i686 support is not in

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Alois Mahdal
Hi, I'm no infosec expert, but... On 06/12/2018 07:31 PM, Miro Hrončok wrote: > > On 12.6.2018 19:20, Howard Howell wrote: >> I haven't followed all of this thread, too self busy.  However there is >> a security argument.  If you have a local executable directory, then >> the capability for mali

Re: Qt 5.9.6 for f27

2018-06-13 Thread Rex Dieter
Sérgio Basto wrote: > On Wed, 2018-06-13 at 09:37 -0500, Rex Dieter wrote: >> fyi, I've begun work to bring Qt 5.9.6 LTS/bugfix release to fedora >> 27. >> This work will involve rebuilding all packages that have a strict >> versioned >> dependency (ie, those packages tracked with 'BuildRequires:

Re: Qt 5.9.6 for f27

2018-06-13 Thread Sérgio Basto
On Wed, 2018-06-13 at 09:37 -0500, Rex Dieter wrote: > fyi, I've begun work to bring Qt 5.9.6 LTS/bugfix release to fedora > 27. > This work will involve rebuilding all packages that have a strict > versioned > dependency (ie, those packages tracked with 'BuildRequires: qt5- > qtbase- > private-

Qt 5.9.6 for f27

2018-06-13 Thread Rex Dieter
fyi, I've begun work to bring Qt 5.9.6 LTS/bugfix release to fedora 27. This work will involve rebuilding all packages that have a strict versioned dependency (ie, those packages tracked with 'BuildRequires: qt5-qtbase- private-devel'), list appended to end of this message below. Please let me

NTL 11.1.0 update

2018-06-13 Thread Jerry James
I intend to update the ntl package from 11.0.0 to 11.1.0 in Rawhide. Upstream has a policy of bumping the soname on every release, whether that is necessary or not, so I will also rebuild all dependent packages, namely these: - eclib - flint - giac - latte-integrale - linbox - pynac - Macaulay2 -

Re: Heads up: Python 3.7 rebuild in progress

2018-06-13 Thread Jerry James
On Wed, Jun 13, 2018 at 7:15 AM Miro Hrončok wrote: > This should not affect you mostly but if you have a Python 3 package and > you are going to update it with new buildtime dependencies, please let > me know or wait until this is done. > Just last night, I updated the cryptominisat and stp pac

Re: Intent to update granite to 5.0 (includes an soname bump)

2018-06-13 Thread Fabio Valentini
On Wed, Jun 6, 2018 at 6:55 PM Fabio Valentini wrote: > > Hi everybody, > > The elementary project has recently released version 5.0 of their granite > toolkit extensions library, which includes an soname bump, and some > deprecated APIs were removed. > > I intend to update the granite package i

Heads up: Python 3.7 rebuild in progress

2018-06-13 Thread Miro Hrončok
I've just started to build the bootstrap sequence in a side tag (f29-python). This should not affect you mostly but if you have a Python 3 package and you are going to update it with new buildtime dependencies, please let me know or wait until this is done. The initial order is in https://g

Re: Multi-arch support in Mock

2018-06-13 Thread Charalampos Stratakis
- Original Message - > From: "Miroslav Suchý" > To: "Development discussions related to Fedora" > > Sent: Wednesday, June 13, 2018 9:07:18 AM > Subject: Multi-arch support in Mock > > Hi, > I just pushed into updates-testing new release of Mock (1.4.11). It has nice > new feature: >

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Daniel P . Berrangé
On Wed, Jun 13, 2018 at 11:17:25AM +0200, Reindl Harald wrote: > > > Am 13.06.2018 um 11:11 schrieb Daniel P. Berrangé: > > On Tue, Jun 12, 2018 at 08:00:26PM +0200, Reindl Harald wrote: > >> > >> Am 12.06.2018 um 19:45 schrieb Daniel P. Berrangé: > >>> On Tue, Jun 12, 2018 at 10:20:46AM -0700, H

Fedora Elections May 2018 - Voting period of FESCo elections will be closed today at 23:59

2018-06-13 Thread Jan Kurik
The voting period is open till today's midnight [UTC]. It will be closed at 23:59 [UTC] on Wednesday, June 13th, 2018. Do not forget to vote [1] for your favourite nominees [2] to FESCo. [1] https://admin.fedoraproject.org/voting/about/fesco-may-2018 [2] https://communityblog.fedoraproject.org/201

Re: Prioritizing ~/.local/bin over /usr/bin on the PATH

2018-06-13 Thread Daniel P . Berrangé
On Tue, Jun 12, 2018 at 08:00:26PM +0200, Reindl Harald wrote: > > > Am 12.06.2018 um 19:45 schrieb Daniel P. Berrangé: > > On Tue, Jun 12, 2018 at 10:20:46AM -0700, Howard Howell wrote: > >> I haven't followed all of this thread, too self busy. However there is > >> a security argument. If you

F29 System Wide Change: Golang 1.11

2018-06-13 Thread Jan Kurik
= Proposed System Wide Change: Golang 1.11 = https://fedoraproject.org/wiki/Changes/golang1.11 Owner(s): * Jakub Čajka Rebase of Golang package to upcoming version 1.11 in Fedora 29, including rebuild of all dependent packages(pre-release version of Go will be used for rebuild, if released v

test suite fails for kivy

2018-06-13 Thread Martin Gansser
I'am working on a review [1] of kivy for fedora, but the test suite fails with this errors [3]. I started already a disscussion on the upstream forum [2] . [1] https://bugzilla.redhat.com/show_bug.cgi?id=1416705 [2] https://github.com/kivy/kivy/issues/5800 [3] https://github.com/kivy/kivy/issues/5

Re: Test

2018-06-13 Thread Manas Mangaonkar
Roger that ,over and out. On Wed, Jun 13, 2018 at 1:02 AM, Alain Vigne wrote: > Is someone receiving me ? > > TIA > -- > Alain V. > > ___ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedorapr

Test

2018-06-13 Thread Alain Vigne
Is someone receiving me ? TIA -- Alain V. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: htt

Multi-arch support in Mock

2018-06-13 Thread Miroslav Suchý
Hi, I just pushed into updates-testing new release of Mock (1.4.11). It has nice new feature: $ sudo dnf install qemu-user-static # weak dependency $ mock -r fedora-28-ppc64le --forcearch ppc64le shell This will give you Fedora shell on different architecture. Emulated by QEMU. And of course y