Re: firewall-applet GTK+ - Qt

2015-06-15 Thread Thomas Woerner

On 06/15/2015 12:53 PM, poma wrote:


# yum install firewall-applet
...

  Package  Arch   Version   
   Repository   Size

Installing:
  firewall-applet  noarch 0.3.14.1-1.fc23   
   rawhide  96 k
Installing for dependencies:
  kde-filesystem   x86_64 4-51.fc22 
   rawhide  53 k
  libqzeitgeistx86_64 0.8.0-13.fc23 
   rawhide  75 k
  phonon   x86_64 4.8.3-4.fc23  
   rawhide 204 k
  phonon-backend-gstreamer x86_64 2:4.8.2-3.fc23
   rawhide 147 k
  proj x86_64 4.9.1-2.fc23  
   rawhide 209 k
  python3-PyQt4x86_64 4.11.4-1.fc23 
   rawhide 3.1 M
  python3-sip  x86_64 4.16.8-1.fc23 
   rawhide  99 k
  qt-mobility-common   x86_64 1.2.2-0.20.20140317git169da60c.fc23   
   rawhide  39 k
  qt-mobility-location x86_64 1.2.2-0.20.20140317git169da60c.fc23   
   rawhide 584 k
  qt-mobility-sensors  x86_64 1.2.2-0.20.20140317git169da60c.fc23   
   rawhide 125 k
  qtwebkit x86_64 2.3.4-7.fc23  
   rawhide  10 M

Transaction Summary

Install  1 Package (+11 Dependent packages)

Total download size: 15 M
Installed size: 56 M
Is this ok [y/d/N]:


firewalld-0.3.14
https://lists.fedorahosted.org/pipermail/firewalld-devel/2015-June/000175.html

firewall-applet:
- new version using Qt4 fixing several issues with the Gtk version


What were the actual issues with the GTK+ version?



There have been several issues with the gtk applet:

1) The gtk statusicon widget is deprecated in gtk3, will be removed 
soon. Going back to gtk2 is not a solution.
2) The status icon was sometimes invisible without an error, warning or 
any way to find out why, especially in Gnome3.
3) The status icon was sometimes not showing the icon without an error, 
warning or any way to find out why, especially in Gnome3 and gtk based 
desktop environments.
4) With KDE5 there is no support for old-style system tray icons 
anymore. Only Qt based applets and AppIndicator applets are supported, 
but AppIndicator has the same issues with the icons in Gnome3 and other 
gtk based desktops.


The Qt applet is working in KDE5, Gnome3, Xfce, Mate and others 
supporting system tray icons without any issues for me. Therefore this 
is the way to go.


Additionally while doing the recode in Qt I realized that the UI 
handling with Qt is much simpler and more predictable. I plan to port 
firewall-config also over to Qt for one of the next releases.

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

firewall-applet GTK+ - Qt

2015-06-15 Thread poma

# yum install firewall-applet
...

 Package  Arch   Version
  Repository   Size

Installing:
 firewall-applet  noarch 0.3.14.1-1.fc23
  rawhide  96 k
Installing for dependencies:
 kde-filesystem   x86_64 4-51.fc22  
  rawhide  53 k
 libqzeitgeistx86_64 0.8.0-13.fc23  
  rawhide  75 k
 phonon   x86_64 4.8.3-4.fc23   
  rawhide 204 k
 phonon-backend-gstreamer x86_64 2:4.8.2-3.fc23 
  rawhide 147 k
 proj x86_64 4.9.1-2.fc23   
  rawhide 209 k
 python3-PyQt4x86_64 4.11.4-1.fc23  
  rawhide 3.1 M
 python3-sip  x86_64 4.16.8-1.fc23  
  rawhide  99 k
 qt-mobility-common   x86_64 1.2.2-0.20.20140317git169da60c.fc23
  rawhide  39 k
 qt-mobility-location x86_64 1.2.2-0.20.20140317git169da60c.fc23
  rawhide 584 k
 qt-mobility-sensors  x86_64 1.2.2-0.20.20140317git169da60c.fc23
  rawhide 125 k
 qtwebkit x86_64 2.3.4-7.fc23   
  rawhide  10 M

Transaction Summary

Install  1 Package (+11 Dependent packages)

Total download size: 15 M
Installed size: 56 M
Is this ok [y/d/N]: 


firewalld-0.3.14
https://lists.fedorahosted.org/pipermail/firewalld-devel/2015-June/000175.html

firewall-applet:
   - new version using Qt4 fixing several issues with the Gtk version


What were the actual issues with the GTK+ version?

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Update FC22 - doesn't find root fs and doesn't boot

2015-06-15 Thread poma
On 15.06.2015 11:42, Harald Hoyer wrote:
 On 11.06.2015 11:06, poma wrote:
 On 31.05.2015 20:08, Bruno Wolff III wrote:
 And already we have fought for this user's side simplification, but it 
 seems developers are very persistent when they do not need to be.

 In the past changes with this effect were reverted. This time they were 
 not. 
 This generally just affects people upgrading, as anaconda has been adding 
 the needed stuff on the kernel command line for a while now.

 You can also hostonly_cmdline=yes to the dracut config or set hostonly=no 
 if you are willing to have a larger initramfs file. The latter will also 
 help 
 if you switch out hardware.

 I am not sure why hostonly_cmdline=yes is not the default when 
 hostonly=yes. 
 That would seem to be a better default.



 dracut.conf.d/fedora.conf.example
 +hostonly_cmdline=no

 http://pkgs.fedoraproject.org/cgit/dracut.git/commit/0001-fedora.conf-do-not-store-cmdline-in-image-by-default.patch?id=43a1228
 http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/dracut.conf.d/fedora.conf.example?id=38e2177

 no explanation why this was done
 
 
 Basically it's because compiled in arguments are hard to override and people
 could not boot after they changed disk configuration.
 
 I guess, s.th. like rd.cmdline=clean rd.auto or rd.helpIwanttobootnow is
 the better solution.
 


rd.OhLordwontyoubuymeaMercedesBenzMyfriendsalldrivePorschesImustmakeamends


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

rawhide report: 20150615 changes

2015-06-15 Thread Fedora Rawhide Report
Compose started at Mon Jun 15 05:15:03 UTC 2015
Broken deps for i386
--
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires 
mvn(org.apache.juddi:juddi-client)
[boo]
boo-0.9.4.9-11.fc22.i686 requires mono(mscorlib) = 0:2.0.0.0
boo-0.9.4.9-11.fc22.i686 requires mono(System.Xml) = 0:2.0.0.0
boo-0.9.4.9-11.fc22.i686 requires mono(System.Core) = 0:3.5.0.0
boo-0.9.4.9-11.fc22.i686 requires mono(System) = 0:2.0.0.0
boo-0.9.4.9-11.fc22.i686 requires mono(Microsoft.Build.Utilities) = 
0:2.0.0.0
boo-0.9.4.9-11.fc22.i686 requires mono(Microsoft.Build.Tasks) = 
0:2.0.0.0
boo-0.9.4.9-11.fc22.i686 requires mono(Microsoft.Build.Framework) = 
0:2.0.0.0
boo-devel-0.9.4.9-11.fc22.i686 requires mono(mscorlib) = 0:2.0.0.0
boo-devel-0.9.4.9-11.fc22.i686 requires mono(System.Xml) = 0:2.0.0.0
boo-devel-0.9.4.9-11.fc22.i686 requires mono(System.Core) = 0:3.5.0.0
boo-devel-0.9.4.9-11.fc22.i686 requires mono(System) = 0:2.0.0.0
boo-devel-0.9.4.9-11.fc22.i686 requires mono(NAnt.DotNetTasks) = 
0:0.90.3780.0
boo-devel-0.9.4.9-11.fc22.i686 requires mono(NAnt.Core) = 0:0.90.3780.0
[bucardo]
bucardo-4.5.0-9.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
[clearsilver]
perl-clearsilver-0.10.5-29.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-clearsilver-0.10.5-29.fc22.i686 requires libperl.so.5.20
[collectd]
collectd-onewire-5.5.0-1.fc23.i686 requires libowcapi-3.0.so.0
[dmlite-plugins-memcache]
dmlite-plugins-memcache-0.5.0-7.fc20.i686 requires libprotobuf.so.8
[docker]
docker-unit-test-1.7.0-18.gitdcff4e1.fc23.i686 requires /sbin/runscript
[hadoop]
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-servlet)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
hadoop-hdfs-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-servlet)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-client)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-client)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
[hbase]
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
[julia]
julia-0.3.7-2.fc23.i686 requires libspqr.so.1
julia-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
julia-devel-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
[ldns]
perl-ldns-1.6.17-14.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-ldns-1.6.17-14.fc23.i686 requires libperl.so.5.20
[libspf2]
perl-Mail-SPF_XS-0.01-8.20150405gitd57d79fd.fc23.1.i686 requires 
libspf2(x86-32) = 0:1.2.10-5.20150405gitd57d79fd.fc23
[matreshka]
matreshka-servlet-devel-0.7.0-1.fc23.i686 requires 
matreshka-servlet-lib{?_isa} = 0:0.7.0-1.fc23
matreshka-servlet-lib-0.7.0-1.fc23.i686 requires matreshka{?_isa} = 
0:0.7.0-1.fc23
matreshka-spikedog-api-devel-0.7.0-1.fc23.i686 requires 
matreshka-spikedog-api-lib{?_isa} = 0:0.7.0-1.fc23
matreshka-spikedog-api-lib-0.7.0-1.fc23.i686 requires matreshka{?_isa} 
= 0:0.7.0-1.fc23
matreshka-spikedog-api-lib-0.7.0-1.fc23.i686 requires 
matreshka-servlet-api{?_isa} = 0:0.7.0-1.fc23

Fedora 21 updates-testing report

2015-06-15 Thread updates
The following Fedora 21 Security updates need testing:
 Age  URL
 135  
https://admin.fedoraproject.org/updates/FEDORA-2015-1467/openstack-glance-2014.1.3-4.fc21
  80  
https://admin.fedoraproject.org/updates/FEDORA-2015-4689/quassel-0.11.0-2.fc21
  65  
https://admin.fedoraproject.org/updates/FEDORA-2015-6005/asterisk-11.17.1-1.fc21
  44  
https://admin.fedoraproject.org/updates/FEDORA-2015-7326/drupal7-views-3.11-1.fc21
  35  
https://admin.fedoraproject.org/updates/FEDORA-2015-7878/krb5-1.12.2-17.fc21
  32  
https://admin.fedoraproject.org/updates/FEDORA-2015-8170/rawstudio-2.1-0.1.20150511git983bda1.fc21
  25  
https://admin.fedoraproject.org/updates/FEDORA-2015-8168/cabal-install-1.16.1.0-1.fc21,haskell-platform-2013.2.0.0-39.fc21
  15  
https://admin.fedoraproject.org/updates/FEDORA-2015-9090/fossil-1.33-1.fc21
  15  
https://admin.fedoraproject.org/updates/FEDORA-2015-9141/ceph-deploy-1.5.25-1.fc21
   9  
https://admin.fedoraproject.org/updates/FEDORA-2015-9503/qpid-cpp-0.32-4.fc21
   9  
https://admin.fedoraproject.org/updates/FEDORA-2015-9488/redis-2.8.21-1.fc21
   7  https://admin.fedoraproject.org/updates/FEDORA-2015-9599/qemu-2.1.3-8.fc21
   5  
https://admin.fedoraproject.org/updates/FEDORA-2015-9674/libwmf-0.2.8.4-43.fc21
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-5247/strongswan-5.3.2-1.fc21
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9704/kernel-4.0.5-200.fc21
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9744/squid-3.4.13-1.fc21
   3  
https://admin.fedoraproject.org/updates/FEDORA-2015-9801/cups-1.7.5-17.fc21
   3  
https://admin.fedoraproject.org/updates/FEDORA-2015-9815/389-ds-base-1.3.3.11-1.fc21
   0  https://admin.fedoraproject.org/updates/FEDORA-2015-9978/xen-4.4.2-6.fc21
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9925/postgresql-9.3.9-1.fc21


The following Fedora 21 Critical Path updates have yet to be approved:
 Age URL
  13  
https://admin.fedoraproject.org/updates/FEDORA-2015-9241/highlight-3.22-1.fc21
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9716/livecd-tools-21.6-1.fc21
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9570/gnome-software-3.14.5-2.fc21,PackageKit-1.0.6-1.fc21,libhif-0.2.0-3.fc21,libappstream-glib-0.4.0-1.fc21
   3  
https://admin.fedoraproject.org/updates/FEDORA-2015-9811/grubby-8.40-1.fc21
   3  
https://admin.fedoraproject.org/updates/FEDORA-2015-9831/libfm-1.2.3-9.D20150607gite1de98ccba.fc21
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9935/gvfs-1.22.4-2.fc21
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9962/pulseaudio-6.0-4.fc21


The following builds have been pushed to Fedora 21 updates-testing

airrac-1.00.1-1.fc21
airtsp-1.01.2-1.fc21
calligra-2.9.5-1.fc21
calligra-l10n-2.9.5-1.fc21
crudini-0.7-1.fc21
gdesklets-0.36.3-18.fc21
golang-github-docker-libcontainer-2.1.1-0.2.gitc964368.fc21
nginx-1.6.3-2.fc21
nodejs-stream-equal-0.1.5-1.fc21
perl-Test-SharedFork-0.33-1.fc21
python-cliff-tablib-1.1-1.fc21
rmol-1.00.1-1.fc21
sevmgr-1.00.2-1.fc21
stdair-1.00.2-1.fc21
xnec2c-3.3-1.fc21

Details about builds:



 airrac-1.00.1-1.fc21 (FEDORA-2015-10040)
 C++ Simulated Revenue Accounting (RAC) System Library

Update Information:

Travel Market Simulator

ChangeLog:

* Sun Jun  7 2015 Denis Arnaud denis.arnaud_fed...@m4x.org - 1.00.1-1
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)




 airtsp-1.01.2-1.fc21 (FEDORA-2015-10022)
 C++ Simulated Airline Travel Solution Provider Library

Update Information:

Travel Market Simulator




 calligra-2.9.5-1.fc21 (FEDORA-2015-10037)
 An integrated office suite

Update Information:

New stable/bugfix release, see also 
https://www.calligra.org/news/calligra-2-9-5-released/

ChangeLog:

* Tue Jun  9 2015 Rex Dieter rdie...@fedoraproject.org 2.9.5-1
- 2.9.5 (#1228439), libwps-0.4 support f23+ only
* Sat Jun  6 2015 David Tardon dtar...@redhat.com - 2.9.4-5
- enable Apple Keynote import
- adapt to libwps 0.4
* Fri Jun  5 2015 Marek Kasik mka...@redhat.com 2.9.4-4
- Rebuild (poppler-0.33.0)
* Fri May 22 2015 Rex Dieter 

Fedora 20 updates-testing report

2015-06-15 Thread updates
The following Fedora 20 Security updates need testing:
 Age  URL
 175  
https://admin.fedoraproject.org/updates/FEDORA-2014-17089/aeskulap-0.2.2-0.20beta1.fc20,orthanc-0.8.5-2.fc20,dcmtk-3.6.1-1.fc20
 130  
https://admin.fedoraproject.org/updates/FEDORA-2015-1718/389-admin-1.1.38-1.fc20
 113  
https://admin.fedoraproject.org/updates/FEDORA-2015-0951/xdg-utils-1.1.0-0.38.rc3.fc20
  98  
https://admin.fedoraproject.org/updates/FEDORA-2015-3417/389-ds-base-1.3.2.27-1.fc20
  93  
https://admin.fedoraproject.org/updates/FEDORA-2015-3738/ImageMagick-6.8.6.3-6.fc20
  80  
https://admin.fedoraproject.org/updates/FEDORA-2015-4672/quassel-0.11.0-2.fc20
  65  
https://admin.fedoraproject.org/updates/FEDORA-2015-5970/asterisk-11.17.1-1.fc20
  65  
https://admin.fedoraproject.org/updates/FEDORA-2015-5978/krb5-1.11.5-20.fc20
  58  
https://admin.fedoraproject.org/updates/FEDORA-2015-6339/realmd-0.14.6-6.fc20
  46  
https://admin.fedoraproject.org/updates/FEDORA-2015-7231/libarchive-3.1.2-8.fc20
  44  
https://admin.fedoraproject.org/updates/FEDORA-2015-7302/drupal7-views-3.11-1.fc20
  32  
https://admin.fedoraproject.org/updates/FEDORA-2015-8159/rawstudio-2.1-0.1.20150511git983bda1.fc20
  23  
https://admin.fedoraproject.org/updates/FEDORA-2015-8142/cabal-install-1.16.1.0-1.fc20,haskell-platform-2013.2.0.0-39.fc20
  23  
https://admin.fedoraproject.org/updates/FEDORA-2015-8727/fail2ban-0.9.2-1.fc20
  15  
https://admin.fedoraproject.org/updates/FEDORA-2015-9163/fossil-1.33-1.fc20
  10  
https://admin.fedoraproject.org/updates/FEDORA-2015-9371/openssl-1.0.1e-43.fc20
   5  
https://admin.fedoraproject.org/updates/FEDORA-2015-9649/libwmf-0.2.8.4-43.fc20
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-5375/strongswan-5.3.2-1.fc20
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9703/squid-3.3.14-1.fc20
   0  https://admin.fedoraproject.org/updates/FEDORA-2015-9965/xen-4.3.4-6.fc20
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9985/postgresql-9.3.9-1.fc20


The following Fedora 20 Critical Path updates have yet to be approved:
 Age URL
 113  
https://admin.fedoraproject.org/updates/FEDORA-2015-0951/xdg-utils-1.1.0-0.38.rc3.fc20
  10  
https://admin.fedoraproject.org/updates/FEDORA-2015-9379/perl-Getopt-Long-2.46-1.fc20
   9  
https://admin.fedoraproject.org/updates/FEDORA-2015-9452/gnupg2-2.0.28-1.fc20
   5  
https://admin.fedoraproject.org/updates/FEDORA-2015-8911/kdelibs-4.14.9-2.fc20,kdepimlibs-4.14.9-1.fc20,kde-runtime-15.04.2-1.fc20,kde-baseapps-15.04.2-1.fc20,oxygen-icon-theme-15.04.2-1.fc20


The following builds have been pushed to Fedora 20 updates-testing

golang-github-docker-libcontainer-2.1.1-0.2.gitc964368.fc20
xnec2c-3.3-1.fc20

Details about builds:



 golang-github-docker-libcontainer-2.1.1-0.2.gitc964368.fc20 (FEDORA-2015-10039)
 Configuration options for containers

Update Information:

Don't remove _build directory, it is used during debuginfo extracting
Update to 2.1.1

ChangeLog:

* Sun Jun 14 2015 jchaloup jchal...@redhat.com - 2.1.1-0.2.gitc964368
- Don't remove _build directory, it is used during debuginfo extracting
  At the same time don't include _build directory in devel subpackage.
  resolves: #1231486
* Thu Jun 11 2015 jchaloup jchal...@redhat.com - 2.1.1-0.1.gitc964368
- Update to 2.1.1
  Ppolish spec file
  Use license macro for LICENSE
  Remove runtime dependency on golang
  resolves: #1230658

References:

  [ 1 ] Bug #1231486 - golang-github-docker-libcontainer-2.1.1-0.1.gitc964368 
not built with $RPM_OPT_FLAGS
https://bugzilla.redhat.com/show_bug.cgi?id=1231486
  [ 2 ] Bug #1230658 - Tracker for golang-github-docker-libcontainer
https://bugzilla.redhat.com/show_bug.cgi?id=1230658




 xnec2c-3.3-1.fc20 (FEDORA-2015-10016)
 GTK based graphical wrapper for nec2c

Update Information:

Update to latest upstream release.

ChangeLog:

* Sun Jun 14 2015 Richard Shaw hobbes1...@gmail.com - 3.3-1
- Update to latest upstream release.
* Mon Aug 18 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: firewall-applet GTK+ - Qt

2015-06-15 Thread drago01
On Mon, Jun 15, 2015 at 3:10 PM, Richard Hughes hughsi...@gmail.com wrote:
 On 15 June 2015 at 12:12, Thomas Woerner twoer...@redhat.com wrote:
 1) The gtk statusicon widget is deprecated in gtk3, will be removed soon.

 Why do you need a status icon at all? I can't imagine why I'd want my
 firewall sending messages to the desktop.

 I plan to port firewall-config also over to Qt for one of the next releases.

 That's completely your choice, but I'm sure it won't help the do we
 need firewalld at all on the workstation crowd at all given that the
 workstation is predominantly GTK-based.

Well given that we ship QT by default and there is work being done on
a QT theme for workstation I don't think written in QT is an
argument against an app. (whether we need a firewall config tool by
default or not is a different story).
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: firewall-applet GTK+ - Qt

2015-06-15 Thread Richard Hughes
On 15 June 2015 at 12:12, Thomas Woerner twoer...@redhat.com wrote:
 1) The gtk statusicon widget is deprecated in gtk3, will be removed soon.

Why do you need a status icon at all? I can't imagine why I'd want my
firewall sending messages to the desktop.

 I plan to port firewall-config also over to Qt for one of the next releases.

That's completely your choice, but I'm sure it won't help the do we
need firewalld at all on the workstation crowd at all given that the
workstation is predominantly GTK-based.

Richard.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Fedora 22 updates-testing report

2015-06-15 Thread updates
The following Fedora 22 Security updates need testing:
 Age  URL
  66  
https://admin.fedoraproject.org/updates/FEDORA-2015-5878/echoping-6.1-0.beta.r434svn.1.fc22
  65  
https://admin.fedoraproject.org/updates/FEDORA-2015-5948/asterisk-13.3.2-1.fc22
  44  
https://admin.fedoraproject.org/updates/FEDORA-2015-7329/drupal7-views-3.11-1.fc22
  43  
https://admin.fedoraproject.org/updates/FEDORA-2015-7383/python-keystonemiddleware-1.3.1-1.fc22
  31  
https://admin.fedoraproject.org/updates/FEDORA-2015-8196/rawstudio-2.1-0.1.20150511git983bda1.fc22
  15  
https://admin.fedoraproject.org/updates/FEDORA-2015-9110/fossil-1.33-1.fc22
  15  
https://admin.fedoraproject.org/updates/FEDORA-2015-9185/ceph-deploy-1.5.25-1.fc22
   9  
https://admin.fedoraproject.org/updates/FEDORA-2015-9498/redis-2.8.21-1.fc22
   5  
https://admin.fedoraproject.org/updates/FEDORA-2015-9663/libwmf-0.2.8.4-43.fc22
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-5279/strongswan-5.3.2-1.fc22
   4  https://admin.fedoraproject.org/updates/FEDORA-2015-9726/cups-2.0.3-1.fc22
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9692/squid-3.4.13-1.fc22
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9712/kernel-4.0.5-300.fc22
   2  
https://admin.fedoraproject.org/updates/FEDORA-2015-9895/xorg-x11-server-1.17.1-15.fc22
   2  
https://admin.fedoraproject.org/updates/FEDORA-2015-9857/elfutils-0.162-1.fc22
   2  
https://admin.fedoraproject.org/updates/FEDORA-2015-9886/gnome-abrt-1.2.0-1.fc22,abrt-2.6.0-1.fc22,libreport-2.6.0-1.fc22,satyr-0.18-1.fc22
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-10001/xen-4.5.0-11.fc22
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9954/postgresql-9.4.4-1.fc22


The following Fedora 22 Critical Path updates have yet to be approved:
 Age URL
  12  
https://admin.fedoraproject.org/updates/FEDORA-2015-9342/perl-Curses-1.32-1.fc22
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9711/sane-backends-1.0.24-14.fc22
   4  
https://admin.fedoraproject.org/updates/FEDORA-2015-9694/livecd-tools-22.2-1.fc22
   3  
https://admin.fedoraproject.org/updates/FEDORA-2015-9807/libfm-1.2.3-9.D20150607gite1de98ccba.fc22
   3  
https://admin.fedoraproject.org/updates/FEDORA-2015-9754/perl-Encode-Locale-1.05-1.fc22
   2  
https://admin.fedoraproject.org/updates/FEDORA-2015-9857/elfutils-0.162-1.fc22
   2  
https://admin.fedoraproject.org/updates/FEDORA-2015-9886/gnome-abrt-1.2.0-1.fc22,abrt-2.6.0-1.fc22,libreport-2.6.0-1.fc22,satyr-0.18-1.fc22
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9987/gtk3-3.16.4-2.fc22
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9934/evolution-data-server-3.16.3-2.fc22
   0  
https://admin.fedoraproject.org/updates/FEDORA-2015-9959/gvfs-1.24.1-2.fc22


The following builds have been pushed to Fedora 22 updates-testing

airrac-1.00.1-1.fc22
airtsp-1.01.2-1.fc22
calligra-2.9.5-1.fc22
calligra-l10n-2.9.5-1.fc22
chocolate-doom-2.2.0-10.fc22
crudini-0.7-1.fc22
gdesklets-0.36.3-18.fc22
gnome-builder-3.16.3-3.fc22
gnome-software-3.16.4-1.fc22
golang-github-docker-libcontainer-2.1.1-0.2.gitc964368.fc22
nginx-1.8.0-8.fc22
nodejs-stream-equal-0.1.5-1.fc22
openstack-cinder-2014.2.3-2.fc22
perl-Test-SharedFork-0.33-1.fc22
python-cliff-tablib-1.1-1.fc22
rmol-1.00.1-1.fc22
sevmgr-1.00.2-1.fc22
stdair-1.00.2-1.fc22
xnec2c-3.3-1.fc22

Details about builds:



 airrac-1.00.1-1.fc22 (FEDORA-2015-10015)
 C++ Simulated Revenue Accounting (RAC) System Library

Update Information:

Travel Market Simulator

ChangeLog:

* Sun Jun  7 2015 Denis Arnaud denis.arnaud_fed...@m4x.org - 1.00.1-1
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)




 airtsp-1.01.2-1.fc22 (FEDORA-2015-10021)
 C++ Simulated Airline Travel Solution Provider Library

Update Information:

Travel Market Simulator




 calligra-2.9.5-1.fc22 (FEDORA-2015-10024)
 An integrated office suite

Update Information:

New stable/bugfix release, see also 
https://www.calligra.org/news/calligra-2-9-5-released/

ChangeLog:

* Tue Jun  9 2015 Rex Dieter rdie...@fedoraproject.org 2.9.5-1
- 2.9.5 

Re: sizeof - kernel modules

2015-06-15 Thread poma
On 15.06.2015 19:59, poma wrote:
 On 15.06.2015 19:52, poma wrote:
 On 15.06.2015 19:45, drago01 wrote:
 On Mon, Jun 15, 2015 at 7:38 PM, poma pomidorabelis...@gmail.com wrote:

 # du -hs /lib/modules/4.0.5-300.fc22.i686/ | awk '{print $1}'
 42M

 kernel-modules-4.0.5-300.fc22.i686.rpm  ...  17M

 http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/22/i386/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git0.1.fc23.x86_64/ | awk '{print $1}'
 53M

 kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...  18M

 https://kojipkgs.fedoraproject.org/packages/kernel/4.1.0/0.rc7.git0.1.fc23/x86_64/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ 
 ~ ~~ ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git1.1.fc23.x86_64/ | awk '{print $1}'
 439M

 kernel-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  218M

 http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ 
 ~ ~~ ~~~ 

 # du -hs /lib/modules/4.1.0-0.rc8.git0.1.fc23.x86_64/ | awk '{print $1}'
 438M

 kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  218M

 https://kojipkgs.fedoraproject.org/work/tasks/9420/10059420/
 ~~~ ~~ ~  ~~~ ~~ ~


 218 ÷ 18 = 12.1
 439 ÷ 53 = 8.283018868

 = 4.1.0-0.rc7.git1.1 cca. 10 x sizeof

 Those are debug builds.


 ...
 kernel-debug-modules-4.0.5-300.fc22.i686.rpm  ..   17M
 kernel-debug-modules-4.1.0-0.rc6.git2.1.fc23.x86_64.rpm  ...   18M
 kernel-debug-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...   18M
 kernel-debug-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  225M
 kernel-debug-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  224M


 
 
 $ ll -h *.iso
 -rw-r--r--. 1 qemu qemu 419M Jun 12 14:53 Rawhide-Live-Base-041.iso
 -rw-r--r--. 1 qemu qemu 1.1G Jun 15 18:00 Rawhide-Live-Base-043.iso
 
 $ grep kernel Rawhide-Live-Base-041.iso.log.txt
   Installing: kernel-core  # [447/529] 
   Installing: kernel-modules   # [448/529] 
   Installing: kernel-modules-extra # [503/529] 
   Installing: kernel   # [504/529] 
 kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64
 kernel-4.1.0-0.rc7.git0.1.fc23.x86_64
 kernel-core-4.1.0-0.rc7.git0.1.fc23.x86_64
 kernel-modules-extra-4.1.0-0.rc7.git0.1.fc23.x86_64
 
 
 $ grep kernel Rawhide-Live-Base-043.iso.log.txt 
   Installing: kernel-core  # [445/526] 
   Installing: kernel-modules   # [446/526] 
   Installing: kernel-modules-extra # [500/526] 
   Installing: kernel   # [501/526] 
 kernel-modules-extra-4.1.0-0.rc8.git0.1.fc23.x86_64
 kernel-core-4.1.0-0.rc8.git0.1.fc23.x86_64
 kernel-4.1.0-0.rc8.git0.1.fc23.x86_64
 kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64
 
 419M - 1.1G  sizeof ISO
 -_-
 

Rawhide builds it i waho problemos

$ du -h * | sort -n
1.2Mperf-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
2.3Mkernel-modules-extra-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
9.6Mkernel-devel-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
18M kernel-modules-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
20M kernel-core-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
68K kernel-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
72K kernel-tools-libs-devel-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
84K kernel-tools-libs-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
164Kkernel-tools-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
436Kpython-perf-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm
1008K   kernel-headers-4.1.0-0.rc8.git0.500.fc23.x86_64.rpm


$ du -hs /lib/modules/4.1.0-0.rc8.git0.500.fc23.x86_64/ | awk '{print $1}'
53M

$ rpm -qf /bin/eu-strip 
elfutils-0.162-1.fc23.x86_64

$ rpm -qf /usr/bin/strip
binutils-2.25-10.fc23.x86_64

$ du -h *.iso
392MRawhide-Live-Base.iso


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

sizeof - kernel modules

2015-06-15 Thread poma

# du -hs /lib/modules/4.0.5-300.fc22.i686/ | awk '{print $1}'
42M

kernel-modules-4.0.5-300.fc22.i686.rpm  ...  17M

http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/22/i386/k/
~~~ ~~ ~  ~~~ ~~ ~  ~~~

# du -hs /lib/modules/4.1.0-0.rc7.git0.1.fc23.x86_64/ | awk '{print $1}'
53M

kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...  18M

https://kojipkgs.fedoraproject.org/packages/kernel/4.1.0/0.rc7.git0.1.fc23/x86_64/
~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ ~ ~~ 
~~~

# du -hs /lib/modules/4.1.0-0.rc7.git1.1.fc23.x86_64/ | awk '{print $1}'
439M

kernel-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  218M

http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/k/
~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ ~ ~~ 
~~~ 

# du -hs /lib/modules/4.1.0-0.rc8.git0.1.fc23.x86_64/ | awk '{print $1}'
438M

kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  218M

https://kojipkgs.fedoraproject.org/work/tasks/9420/10059420/
~~~ ~~ ~  ~~~ ~~ ~


218 ÷ 18 = 12.1
439 ÷ 53 = 8.283018868

= 4.1.0-0.rc7.git1.1 cca. 10 x sizeof


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: sizeof - kernel modules

2015-06-15 Thread poma
On 15.06.2015 19:52, poma wrote:
 On 15.06.2015 19:45, drago01 wrote:
 On Mon, Jun 15, 2015 at 7:38 PM, poma pomidorabelis...@gmail.com wrote:

 # du -hs /lib/modules/4.0.5-300.fc22.i686/ | awk '{print $1}'
 42M

 kernel-modules-4.0.5-300.fc22.i686.rpm  ...  17M

 http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/22/i386/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git0.1.fc23.x86_64/ | awk '{print $1}'
 53M

 kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...  18M

 https://kojipkgs.fedoraproject.org/packages/kernel/4.1.0/0.rc7.git0.1.fc23/x86_64/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ 
 ~ ~~ ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git1.1.fc23.x86_64/ | awk '{print $1}'
 439M

 kernel-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  218M

 http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ 
 ~ ~~ ~~~ 

 # du -hs /lib/modules/4.1.0-0.rc8.git0.1.fc23.x86_64/ | awk '{print $1}'
 438M

 kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  218M

 https://kojipkgs.fedoraproject.org/work/tasks/9420/10059420/
 ~~~ ~~ ~  ~~~ ~~ ~


 218 ÷ 18 = 12.1
 439 ÷ 53 = 8.283018868

 = 4.1.0-0.rc7.git1.1 cca. 10 x sizeof

 Those are debug builds.

 
 ...
 kernel-debug-modules-4.0.5-300.fc22.i686.rpm  ..   17M
 kernel-debug-modules-4.1.0-0.rc6.git2.1.fc23.x86_64.rpm  ...   18M
 kernel-debug-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...   18M
 kernel-debug-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  225M
 kernel-debug-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  224M
 
 


$ ll -h *.iso
-rw-r--r--. 1 qemu qemu 419M Jun 12 14:53 Rawhide-Live-Base-041.iso
-rw-r--r--. 1 qemu qemu 1.1G Jun 15 18:00 Rawhide-Live-Base-043.iso

$ grep kernel Rawhide-Live-Base-041.iso.log.txt
  Installing: kernel-core  # [447/529] 
  Installing: kernel-modules   # [448/529] 
  Installing: kernel-modules-extra # [503/529] 
  Installing: kernel   # [504/529] 
kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64
kernel-4.1.0-0.rc7.git0.1.fc23.x86_64
kernel-core-4.1.0-0.rc7.git0.1.fc23.x86_64
kernel-modules-extra-4.1.0-0.rc7.git0.1.fc23.x86_64


$ grep kernel Rawhide-Live-Base-043.iso.log.txt 
  Installing: kernel-core  # [445/526] 
  Installing: kernel-modules   # [446/526] 
  Installing: kernel-modules-extra # [500/526] 
  Installing: kernel   # [501/526] 
kernel-modules-extra-4.1.0-0.rc8.git0.1.fc23.x86_64
kernel-core-4.1.0-0.rc8.git0.1.fc23.x86_64
kernel-4.1.0-0.rc8.git0.1.fc23.x86_64
kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64

419M - 1.1G  sizeof ISO
-_-




-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: sizeof - kernel modules

2015-06-15 Thread poma
On 15.06.2015 19:45, drago01 wrote:
 On Mon, Jun 15, 2015 at 7:38 PM, poma pomidorabelis...@gmail.com wrote:

 # du -hs /lib/modules/4.0.5-300.fc22.i686/ | awk '{print $1}'
 42M

 kernel-modules-4.0.5-300.fc22.i686.rpm  ...  17M

 http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/22/i386/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git0.1.fc23.x86_64/ | awk '{print $1}'
 53M

 kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...  18M

 https://kojipkgs.fedoraproject.org/packages/kernel/4.1.0/0.rc7.git0.1.fc23/x86_64/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ ~ 
 ~~ ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git1.1.fc23.x86_64/ | awk '{print $1}'
 439M

 kernel-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  218M

 http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ ~ 
 ~~ ~~~ 

 # du -hs /lib/modules/4.1.0-0.rc8.git0.1.fc23.x86_64/ | awk '{print $1}'
 438M

 kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  218M

 https://kojipkgs.fedoraproject.org/work/tasks/9420/10059420/
 ~~~ ~~ ~  ~~~ ~~ ~


 218 ÷ 18 = 12.1
 439 ÷ 53 = 8.283018868

 = 4.1.0-0.rc7.git1.1 cca. 10 x sizeof
 
 Those are debug builds.
 

...
kernel-debug-modules-4.0.5-300.fc22.i686.rpm  ..   17M
kernel-debug-modules-4.1.0-0.rc6.git2.1.fc23.x86_64.rpm  ...   18M
kernel-debug-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...   18M
kernel-debug-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  225M
kernel-debug-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  224M


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: sizeof - kernel modules

2015-06-15 Thread drago01
On Mon, Jun 15, 2015 at 7:38 PM, poma pomidorabelis...@gmail.com wrote:

 # du -hs /lib/modules/4.0.5-300.fc22.i686/ | awk '{print $1}'
 42M

 kernel-modules-4.0.5-300.fc22.i686.rpm  ...  17M

 http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/22/i386/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git0.1.fc23.x86_64/ | awk '{print $1}'
 53M

 kernel-modules-4.1.0-0.rc7.git0.1.fc23.x86_64.rpm  ...  18M

 https://kojipkgs.fedoraproject.org/packages/kernel/4.1.0/0.rc7.git0.1.fc23/x86_64/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ ~ 
 ~~ ~~~

 # du -hs /lib/modules/4.1.0-0.rc7.git1.1.fc23.x86_64/ | awk '{print $1}'
 439M

 kernel-modules-4.1.0-0.rc7.git1.1.fc23.x86_64.rpm  ...  218M

 http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/k/
 ~~~ ~~ ~  ~~~ ~~ ~  ~~~ ~~ ~ 
 ~~ ~~~ 

 # du -hs /lib/modules/4.1.0-0.rc8.git0.1.fc23.x86_64/ | awk '{print $1}'
 438M

 kernel-modules-4.1.0-0.rc8.git0.1.fc23.x86_64.rpm  ...  218M

 https://kojipkgs.fedoraproject.org/work/tasks/9420/10059420/
 ~~~ ~~ ~  ~~~ ~~ ~


 218 ÷ 18 = 12.1
 439 ÷ 53 = 8.283018868

= 4.1.0-0.rc7.git1.1 cca. 10 x sizeof

Those are debug builds.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

2015-06-01 @ 15:00 UTC - Fedora QA Meeting - Minutes

2015-06-15 Thread Adam Williamson
==
#fedora-meeting: Fedora QA
==


Meeting started by roshi at 15:01:48 UTC. The full logs are available at
http://meetbot.fedoraproject.org/fedora-meeting/2015-06-01/fedora-meeting.2015-06-01-15.01.log.html
.



Meeting summary
---
* Roll Call  (roshi, 15:01:56)

* Previous Meeting Follow-Up  (roshi, 15:03:59)
  * LINK:

http://meetbot.fedoraproject.org/fedora-meeting/2015-05-04/fedora-qa.2015-05-04-15.01.html
(roshi, 15:04:40)

* Council Report  (roshi, 15:06:35)

* Open Floor  (roshi, 15:18:36)
  * fedup will be depreciated in F23  (roshi, 15:34:25)
  * Upgrades will be handled by a plugin in DNF or an extension  (roshi,
15:35:46)

Meeting ended at 15:42:07 UTC.




Action Items






Action Items, by person
---
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* roshi (50)
* kparal (35)
* tflink (27)
* wwoods (19)
* danofsatx (10)
* pingou (9)
* zodbot (3)
* satellit (2)
* pschindl_wfh (1)
* sgallagh (1)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot

-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

2015-06-01 @ 15:00 UTC - Fedora QA Meeting - Minutes

2015-06-15 Thread Adam Williamson
==
#fedora-meeting: Fedora QA meeting
==


Meeting started by adamw at 15:00:11 UTC. The full logs are available at
http://meetbot.fedoraproject.org/fedora-meeting/2015-06-15/fedora-qa.2015-06-15-15.00.log.html
.



Meeting summary
---
* Roll call  (adamw, 15:00:21)

* Previous meeting follow-up  (adamw, 15:06:20)
  * there appear to be no action items from last time  (adamw, 15:06:38)
  * there's nothing requiring follow-up from 2015-06-01 meeting  (adamw,
15:08:10)

* Fedora 23 schedule / status / planning  (adamw, 15:08:17)
  * the current F23 schedule is available at
https://fedorapeople.org/groups/schedule/f-23/f-23-quality-tasks.html
(adamw, 15:08:35)
  * we have some thoughts on overhauling the release validation process
to be more nightly-based and CI-ish and removing or downplaying the
significance of Alpha and Beta releases, but these are probably F24
or later stuff with the shortish F23 cycle  (adamw, 15:21:44)
  * releng is working on having full TC/RC-style nightly composes during
F23 cycle (not just lives and boot.iso)  (adamw, 15:22:02)
  * we'll do the first blocker review meeting on 06-22 to get out in
front of the proposed blockers  (adamw, 15:26:09)
  * LINK: https://fedorahosted.org/fesco/ticket/1444   (roshi, 15:30:27)
  * roshi notes that there is a current discussion around shipping
post-release respins for some images:
https://fedorahosted.org/fesco/ticket/1444 . This obviously has
significant QA implications  (adamw, 15:32:00)
  * existing live respins - http://tinyurl.com/Live-respins - are semi-
(or quarter-?) official and have no official QA process  (adamw,
15:35:42)
  * we have a consensus that respins shouldn't be released without some
kind of testing commitment in place, and the WGs responsible for the
media to be respun need to help provide the resources to do the
testing and demonstrate that it's actually occurred  (adamw,
15:46:55)

* Fedora 22 retrospective  (adamw, 15:49:14)
  * AGREED: F22 process tweaks like more nightly validation, earlier
blocker review and openQA all worked pretty well, we'll continue
with them for F23  (adamw, 16:06:16)
  * https://bugzilla.redhat.com/show_bug.cgi?id=1217844 was a victim of
a secretarialization mistake during blocker review, let's remember
to double-check our work for F23 :)  (adamw, 16:06:56)

* Open floor  (adamw, 16:07:01)
  * LINK:
https://roshi.fedorapeople.org/heroes-of-fedora-hof-fedora-22-part-1.html
(roshi, 16:11:31)

Meeting ended at 16:13:14 UTC.




Action Items






Action Items, by person
---
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* adamw (127)
* roshi (62)
* tflink (40)
* danofsatx (27)
* FranciscoD (21)
* dgilmore (13)
* zodbot (5)
* randomuser (3)
* satellit (3)
* kparal (1)
* jjmcd (1)
* satellit_e (1)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot

-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: 2015-06-01 @ 15:00 UTC - Fedora QA Meeting - Minutes

2015-06-15 Thread Adam Williamson
On Mon, 2015-06-15 at 13:04 -0700, Adam Williamson wrote:
 ==
 #fedora-meeting: Fedora QA meeting

Sorry for the error in the subject: this thread's starting post is
actually the minutes for the 06-15 meeting, not 06-01.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

[Test-Announce] 2015-06-15 @ 15:00 UTC - Fedora QA Meeting

2015-06-15 Thread Adam Williamson
# Fedora Quality Assurance Meeting
# Date: 2015-06-15
# Time: 15:00 UTC
(https://fedoraproject.org/wiki/Infrastructure/UTCHowto)
# Location: #fedora-meeting on irc.freenode.net

Greetings testers!

It's QA meeting time again!

We're into the F23 cycle, so let's check in on the schedule and test
planning, and see if we have any criteria issues. Let's also see if
there's anything arising from F22 testing that we might want to address
for F23.

== Proposed Agenda Topics ==

1. Previous meeting follow-up
2. Fedora 23 schedule / status / planning
3. Fedora 22 retrospective
4. Open floor
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

___
test-announce mailing list
test-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce

Re: [Test-Announce] Fedora 22 Final Release Candidate 2 (RC2) Available Now!

2015-06-15 Thread Adam Williamson
On Thu, 2015-05-21 at 05:04 -0400, Kamil Paral wrote:
  
  Il giorno mer, 20/05/2015 alle 20.53 -0600, Mike Ruckman ha 
  scritto:
   As per the Fedora 22 schedule [1], Fedora 22 Final Release 
   Candidate
   2
   (RC2) is now available for testing.
   
   Content information, including changes, can be found at
   https://fedorahosted.org/rel-eng/ticket/6166#comment:12. Please 
   see
   the following pages for download links and testing instructions.
   Normally dl.fedoraproject.org should provide the fastest 
   download,
   but
   download-ib01.fedoraproject.org is available as a mirror (with an
   approximately 1 hour lag) in case of trouble. To use it, just 
   replace
   
   dl with download-ib01 in the download URL.
   
  
  Hi Mike.
  
  I regret to have to inform that the RC2 pages don't seem to include 
  the
  download links. Actually, the Image table is void. I hit 
  'Refresh'
  multiple times on Firefox, but the grid remains empty.
 
 The download links are fixed now. Sorry.

Just catching up with vacation email - for the record, any time this
happens, anyone with a wiki account can run:

relval compose --release 22 --milestone Final --compose RC2 --download
-only --force

to re-generate the download table. --download-only tells relval to
*only* do the download page, not anything else. Just make sure you
really pass it, otherwise --force will make it overwrite all the pages
:)

This can happen when the validation pages are created before the
compose is actually done - obviously relval can't produce the table of
download links if the images aren't actually available yet.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test