Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Reindl Harald
Am 22.06.2014 08:18, schrieb Tim Lauridsen: > On Sat, Jun 21, 2014 at 6:29 PM, Rahul Sundaram > wrote: > Is there anyone working on a protected packages plugin for Dnf? In the > past, it has helped users avoid > trashing their systems due to bugs in package-c

HEADS UP: libgit2 soname bump

2014-06-22 Thread Christopher Meng
Hi all, libgit2 soname mechanism has been changed to reflect the ABI breakage, accordingly the result is: libgit2.so.0 -> libgit2.so.21 Some packages are affected, that could be solved by rebuilding the package. Thanks. Yours sincerely, Christopher Meng Noob here. http://cicku.me -- devel m

Re: repodata - xz

2014-06-22 Thread drago01
On Sun, Jun 22, 2014 at 8:11 AM, Tim Lauridsen wrote: > > On Sat, Jun 21, 2014 at 8:28 PM, Jon wrote: >> >> Would it be too much trouble to use the sqlite data in DNF? >> I suppose it would be a step backwards to have our primary (future) >> tool using gzip metadata. > > > the information in the

Re: Proposal: time to set up the fedora-release-{cloud, workstation, server} subpackages

2014-06-22 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/20/2014 08:19 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jun 18, 2014 at 04:55:02PM -0500, Jon wrote: These packages could have dependencies on other packages which are essential to that product's identity (like ye olde >>>

DWARF 2 or 4?

2014-06-22 Thread Christopher Meng
Hi, One of my package generates debuginfo by specifying -gdwarf-2 option in CFLAGS. As gcc 4.8 onwards DWARF4 is the default, is it still acceptable to use this option for Fedora now? Since DWARF4 provides many features demonstrated at [1], Should I remove that option? Thanks. [1]---http://www.d

Re: DWARF 2 or 4?

2014-06-22 Thread Jakub Jelinek
On Sun, Jun 22, 2014 at 09:55:05PM +0800, Christopher Meng wrote: > One of my package generates debuginfo by specifying -gdwarf-2 option > in CFLAGS. As gcc 4.8 onwards DWARF4 is the default, is it still > acceptable to use this option for Fedora now? Since DWARF4 provides > many features demonstra

Re: DWARF 2 or 4?

2014-06-22 Thread Christopher Meng
On Sun, Jun 22, 2014 at 10:15 PM, Jakub Jelinek wrote: > On Sun, Jun 22, 2014 at 09:55:05PM +0800, Christopher Meng wrote: >> One of my package generates debuginfo by specifying -gdwarf-2 option >> in CFLAGS. As gcc 4.8 onwards DWARF4 is the default, is it still >> acceptable to use this option fo

Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Stephen John Smoogen
On 22 June 2014 00:18, Tim Lauridsen wrote: > > On Sat, Jun 21, 2014 at 6:29 PM, Rahul Sundaram > wrote: > >> >> Tim, >> >> Is there anyone working on a protected packages plugin for Dnf? In the >> past, it has helped users avoid trashing their systems due to bugs in >> package-cleanup and so o

Re: comps categories: are they any use to anyone any more?

2014-06-22 Thread Adam Williamson
On Sun, 2014-06-22 at 08:00 +0200, Tim Lauridsen wrote: > On Sun, Jun 22, 2014 at 3:10 AM, Bill Nottingham wrote: > > > > > Check the post-install tools; I believe at least one of apper or yumex > > still > > uses them. > > > Yes, Yumex is still using categories to organize groups, both in the

Re: comps categories: are they any use to anyone any more?

2014-06-22 Thread Tim Lauridsen
On Sun, Jun 22, 2014 at 6:33 PM, Adam Williamson wrote: > on the other hand, there's a clear overlap with 'environment groups'. it > seems like we kinda have one type of group too many. :P > environments is something you can install, categories is not, they fit different a purpose Tim -- devel

Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Tim Lauridsen
On Sun, Jun 22, 2014 at 5:18 PM, Stephen John Smoogen wrote: > Where should the RFE be filed? Bugzilla againt dnf or dnf-plugins-core Tim -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org

Re: repodata - xz

2014-06-22 Thread Jon
On Sun, Jun 22, 2014 at 6:26 AM, drago01 wrote: > On Sun, Jun 22, 2014 at 8:11 AM, Tim Lauridsen > wrote: >> >> On Sat, Jun 21, 2014 at 8:28 PM, Jon wrote: >>> >>> Would it be too much trouble to use the sqlite data in DNF? >>> I suppose it would be a step backwards to have our primary (future)

Re: repodata - xz

2014-06-22 Thread drago01
On Sun, Jun 22, 2014 at 9:57 PM, Jon wrote: > On Sun, Jun 22, 2014 at 6:26 AM, drago01 wrote: >> On Sun, Jun 22, 2014 at 8:11 AM, Tim Lauridsen >> wrote: >>> >>> On Sat, Jun 21, 2014 at 8:28 PM, Jon wrote: Would it be too much trouble to use the sqlite data in DNF? I suppose it

Re: repodata - xz

2014-06-22 Thread Kevin Fenzi
On Sun, 22 Jun 2014 22:29:30 +0200 drago01 wrote: > > Perhaps we should make createrepo default to XZ in Fedora rawhide, > > and make all the tools do the right thing? We have already done that. rawhide and epel7 repos use --compress-type xz > > Would be nice if createrepo was influenced by a

Re: repodata - xz

2014-06-22 Thread drago01
On Sun, Jun 22, 2014 at 10:44 PM, Kevin Fenzi wrote: > On Sun, 22 Jun 2014 22:29:30 +0200 > drago01 wrote: > >> > Perhaps we should make createrepo default to XZ in Fedora rawhide, >> > and make all the tools do the right thing? > > We have already done that. rawhide and epel7 repos use > > --com

Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Matthew Miller
On Sun, Jun 22, 2014 at 09:18:24AM -0600, Stephen John Smoogen wrote: > >> Is there anyone working on a protected packages plugin for Dnf? In the > >> past, it has helped users avoid trashing their systems due to bugs in > >> package-cleanup and so on. So it is not just the command line users of

Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Rahul Sundaram
HI On Sun, Jun 22, 2014 at 11:07 PM, Matthew Miller wrote: > > This isn't for a plugin, but as a core feature: > > https://bugzilla.redhat.com/show_bug.cgi?id=955673 > > As previously noted, the yum functionality was originally a plugin but then > adopted as core feature. >

Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Gerald B. Cox
I think there are much more important things to be concerned about than: 1. Childproofing software. 2. Writing software to protect against software bugs. DNF already requires that you have root privileges, in addition to requiring you to answer Yes to apply changes. Those safeguards are more t

[Test-Announce] Proposal to CANCEL: 2014-06-23 Fedora QA Meeting

2014-06-22 Thread Adam Williamson
Hi folks! Once again I don't think we have anything that needs to be discussed in a meeting tomorrow, so I'm proposing to cancel it and save us all the trouble :) If anyone has anything that does need to be talked over, please do reply to this mail (or send out a meeting announcement mail) and we'

Re: dnf even allows to uninstall RPM and systemd without warnings

2014-06-22 Thread Jan Zelený
On 22. 6. 2014 at 23:36:34, Rahul Sundaram wrote: > HI > > On Sun, Jun 22, 2014 at 11:07 PM, Matthew Miller wrote: > > This isn't for a plugin, but as a core feature: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=955673 > > > > As previously noted, the yum functionality was originally a pl

FreeRDP bump in rawhide

2014-06-22 Thread Simone Caronni
Hello, I'm about to bump FreeRDP in Rawhide to the newly released version 1.2.0 beta 1. This allows us to build Remmina that is currently FTBFS. Of all the packages that are using FreeRDP, only Weston is the one for which I don't have any commit access, so it needs to be rebuilt. I've tested a mo