Some changes to EPEL package reviews
by Bill Nottingham
Just as a FYI:
EPEL now has a 'Package Review' component in bugzilla. If you've got an
EPEL-only package you'd like to get reviewed, feel free to file it there.
Bill
12 years, 7 months
Re: [systemd-devel] systemd - move /selinux to /sys/fs/selinux - maybe remove /srv ?
by Lennart Poettering
On Fri, 29.04.11 17:46, Greg KH (greg(a)kroah.com) wrote:
> > > I think /srv actually makes a lot of sense. Probably not so much on the
> > > desktop, but the boundaries are blurry, and I see no reason to set
> > > things up differently in this respect between servers and desktops. I
> > > see little benefit in removing this directory.
> > >
> > > Lennart
> > >
> > I think moving /selinux is a bit more complicated then just a simple
> > kernel change. We have libselinux changes, Lots of tools have learned
> > over the years the path of /selinux and lots of users know about it.
> >
> > I am willing to work towards the goal of moving /selinux, but I might
> > end up with a symbolic link if we can not fix all of the problems.
>
> A symbolic link from /selinux to point at /sys/fs/selinux/ is a good
> idea to help people migrate. The startup tools should be able to create
> this if /sys/fs/selinux/ is not present, right?
This is not necessarily easy to do actually, since for upgraded systems
/selinux needs to be an actual directory in the rootfs to be useful as
mount points. At boot time the rootfs is read-only, hence removing the
dir then and turning it into a symlink is difficult.
However, we can use the same approach as we did for moving /var/run to
/run: on new installs create it as a symlink and on upgrades simply make
it a bind mount.
For the long run we could also add %post scripts to filesystem.rpm which
moves away the old /selinux, and recreates it as symlink. Unfortunately
that cannot be done completely atomic, but that property is not really
necessary here anyway I think.
So, yeah, it isn't super-pretty doing this move, but we can handle it
more or less exactly like the /var/run → /run move.
Lennart
--
Lennart Poettering - Red Hat, Inc.
12 years, 7 months
Announcing the release of Fedora 15 Beta!!
by Dennis Gilmore
The clock is ticking. The days are counting down. The release of
Fedora 15, codenamed "Lovelock," is scheduled for release in late
May. Fedora is the leading edge, free and open source operating
system that continues to deliver innovative features to users
worldwide, with a new release every six months.
We are delighted to announce the availability of the Beta release
of Fedora 15.
"I beta one American dollar that you will love this release!"
Come see why we love Fedora so much. We are betting you will,
too. Download it now: http://fedoraproject.org/get-prerelease?wkanF15b
== What is the Beta Release? ==
The beta release is the last important milestone of Fedora 15. Only
critical bug fixes will be pushed as updates leading to the general
release of Fedora 15 in May. We invite you to join us in making
Fedora 15 a solid release by downloading, testing, and providing
your valuable feedback.
Of course, this is a beta release, meaning that some problems may still
be lurking. A list of the problems we already know about can be seen on
the Common F15 bugs page, at http://fedoraproject.org/wiki/Common_F15_bugs.
If you find a bug that's not found on that page, be sure it gets
fixed before release by reporting your discovery at
https://bugzilla.redhat.com/ Thank you!
== Features ==
Desktop enthusiasts and end users of all sorts can look forward to:
* Gnome Shell and the Gnome 3 desktop. Gnome 3 is the next major
version of the Gnome desktop. After many years of a largely
unchanged Gnome 2.x experience, GNOME 3 brings a fresh look
and feel with GNOME Shell.
* LibreOffice Productivity Suite. LibreOffice is a fork of
OpenOffice, with the support of the OpenOffice.org community.
All of the applications you know and love are still there,
including apps for spreadsheets, document creation, and presentations.
* Desktop environments a-plenty. The Xfce and LXDE spins have
been updated, and the Fedora Spins SIG has other offerings
tailored to a wide variety of user needs.
Sysadmins will love features such as:
* Appliance building. BoxGrinder creates appliances (virtual
machines) from simple plain text appliance definition files
for various virtual platforms, and is great for building
appliances for use in a Cloud environment.
* Dynamic Firewall. The dynamic firewall mode aims to make it
possible to change firewall settings without the need to restart
the firewall and to make persistent connections possible.
Coders have lots of new development tools to try out, including:
* Updates to popular languages. Python 3.2, Rails 3.0.3, and
OCaml 3.12 are all included in Fedora 15.
* Project tooling. Maven 3 is a Java project management, project
comprehension, and build system tool.
* Compiling and debugging. GDB gets an update to 7.3, and GCC
4.6 is included. (Fedora 15 has also been rebuilt using GCC 4.6!)
And that's only the beginning. A more complete list and details of
all the new features in Fedora 15 is available here:
http://fedoraproject.org/wiki/Releases/15/FeatureList
We have nightly composes of alternate spins available here:
http://alt.fedoraproject.org/pub/alt/nightly-composes/
== Contributing ==
For more information on common and known bugs, tips on how to report
bugs, and the official release schedule, please refer to the release
notes at http://docs.fedoraproject.org.
There are many ways to contribute beyond bug reporting. You can help
translate software and content, test and give feedback on software
updates, write and edit documentation, help with all sorts of promotional
activities, and package free software for use by millions of Fedora
users worldwide. To get started, visit http://join.fedoraproject.org today!
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
12 years, 7 months
Re: [systemd-devel] systemd - move /selinux to /sys/fs/selinux - maybe remove /srv ?
by Lennart Poettering
On Fri, 29.04.11 16:34, Greg KH (greg(a)kroah.com) wrote:
> > > I think it's a very good decision - I never understood why selinux dir
> > > is directly under /.
> >
> > Yes, I think this would be a good thing to have in F16.
> >
> > Note however that this needs a tiny kernel patch to work, to create the
> > mount point under /sys/fs/selinux. This is a trivial patch and has been
> > done for /sys/fs/cgroup before, so I assume this would be easy to get
> > in and just needs a champion to push this forward.
>
> As I did this for /sys/fs/cgroup I can do it for /sys/fs/selinux as
> well, just let me know.
I'd say "yes, please" to this, right-away.
But I guess this is up to Dan Walsh to say.
Dan, could you say "yes" to this, please? If so, then the first step to
making this happen for F16 would already have been taken!
Lennart
--
Lennart Poettering - Red Hat, Inc.
12 years, 7 months
Package with x86 vector instruction support
by Jerry James
I've got a question whose answer I expected to find on one of these
pages, but no joy:
https://fedoraproject.org/wiki/Architectures
https://fedoraproject.org/wiki/Architectures/x86
https://fedoraproject.org/wiki/Architectures/x86-64
I'm packaging a library that does some heavy mathematical
computations. The build system tries to cleverly determine whether an
Intel CPU with vector instructions is being used. Until I can
convince upstream to do this at runtime, I'll need to build the
package (a library) for the lowest common denominator. The package
checks for MMX, SSE, SSE2, SSE3, and SSSE3. For i686, can I assume
MMX? SSE? I believe I can also build an SSE2 version of the library
and drop it into /usr/lib/sse2. How about for x86_64? Can I assume
SSE2 is available? (I thought I could, but I see that /usr/lib64/sse2
exists on my machine, so now I'm uncertain.) I don't see a
/usr/lib64/sse3 or /usr/lib64/ssse3, so I just have to forget those,
right?
If there is a wiki page that answers these questions, I'd appreciate a
pointer. If not, perhaps someone with edit privileges could add the
answer to one of the pages listed above. Thanks,
--
Jerry James
http://www.jamezone.org/
12 years, 7 months
Self Introduction
by John Brier
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I'm new to contributing but not new to Linux. I started on RHL 7.1
around 2000 and have used Slackware, Gentoo and Debian in the past. I
was active at my university LUG and Gaming Club (running the game
servers on Slackware) and now I work for Red Hat since August 2007 in
support.
I have been building RPMs for myself on and off almost since I started
at Red Hat and switched from Debian to Fedora. I built RPMs for
Rivendell [1] which is a large radio automation suite and some
recommended getting that into Fedora but at the time it seemed too
daunting.
Now I am getting into DJing and in particular using FOSS to do it. I
have used Mixxx and xwax. I am becoming the co-maintainer of Mixxx in
rpmfusion [2] and have just submitted my first package review request
for Fedora for xwax. [3] I would like to make Fedora a good platform
for digital DJing.
Mixxx was affected by a portaudio bug that had been fixed in Ubuntu
but not Fedora so I opened a bug [4] on that and got that fixed.
I have created a mixxx on fedora page for the Mixxx wiki. [5]
My FAS account is John2583 but you can find me on Freenode as
JBstrikesagain (I think that username was too long for FAS).
I am in #fedora and #fedora-devel among other channels.
You can check out my website to see some other stuff I do:
http://cupcakecarnival.net/
1) http://people.redhat.com/~jbrier/rivendell/
2) https://bugzilla.rpmfusion.org/show_bug.cgi?id=1667
3) https://bugzilla.redhat.com/show_bug.cgi?id=700551
4) https://bugzilla.redhat.com/show_bug.cgi?id=691148
5) http://mixxx.org/wiki/doku.php/mixxx_on_fedora
- --
John Brier, RHCA, RHCVA, RHCX
Senior Technical Support Engineer - NA
gpg: 1024D/251D9FF9 6F7B 242A 9375 F4CC BC6D F453 60D8 35FF 251D 9FF9
http://opensource.com - Where Open Source Multiplies
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk267R4ACgkQYNg1/yUdn/mWIACgo65xXmUXtl1PGIQOWhIGa1yJ
xtYAniwjr8b+tYSuG3rP8oMggoJGjfqo
=fBlB
-----END PGP SIGNATURE-----
12 years, 7 months
Re: unison updates
by Richard W.M. Jones
On Mon, Apr 18, 2011 at 08:18:23PM -0400, Bill McGonigle wrote:
> Hi, Rich,
>
> I see that you got tagged as owner on the unison packages. Are you
> planning to package any updates, or did you just inherit it by
> default because of its OCaml nature?
Pretty much I inherited it.
> I was going to write a message to -devel, but then I saw Gerard
> didn't own the package anymore, and thought it best to drop you a
> note directly first.
>
> A new stable was declared in January, so we're officially 3 and 6
> years out of date on the existing packages. It turns out many of my
> complaints about unison have been fixed in the past 3 years!
>
> Since I don't know any OCaml and this package probably needs to
> combine 3 versions and label multiple binaries, I shouldn't
> volunteer to build this as my first package. But I'd be happy to do
> some manual builds and share notes if that would be useful.
There was a reason for splitting it in the first place which is to do
with (in-)compatibility between the versions. Because the protocol
sometimes changes incompatibly between releases and because we want to
interoperate with servers which may be running different versions, we
need to package up the different versionse separately. However this
is a big pain to maintain, not least because whenever a new
incompatible version comes along we have to apply for a new Unison
package to be added to Fedora(!)
It's probably going to be better to do something with multiple source
files in a single 'unison' package building multiple sub-packages.
Anyhow if you want to co-maintain it, please check the boxes at
https://admin.fedoraproject.org/pkgdb/acls/list/unison*
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
12 years, 7 months
F-15 Branched report: 20110430 changes
by Fedora compose checker
Compose started at Sat Apr 30 13:15:54 UTC 2011
Broken deps for x86_64
----------------------------------------------------------
collectd-mysql-4.10.2-2.fc15.x86_64 requires libmysqlclient.so.16()(64bit)
collectd-mysql-4.10.2-2.fc15.x86_64 requires libmysqlclient.so.16(libmysqlclient_16)(64bit)
cpm-0.23-0.3.beta.fc12.x86_64 requires libdotconf-1.0.so.0()(64bit)
db4o-7.4-2.fc13.x86_64 requires mono(Mono.GetOptions) = 0:2.0.0.0
dbmail-3.0.0-0.3.rc1.fc15.x86_64 requires libevent-1.4.so.2()(64bit)
dbmail-auth-ldap-3.0.0-0.3.rc1.fc15.x86_64 requires libevent-1.4.so.2()(64bit)
dh-make-0.55-3.fc15.noarch requires debhelper
eog-plugins-2.91.90-1.fc15.x86_64 requires libchamplain-gtk-0.10.so.0()(64bit)
eog-plugins-2.91.90-1.fc15.x86_64 requires libchamplain-0.10.so.0()(64bit)
file-browser-applet-0.6.6-1.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
glunarclock-0.34.1-1.fc14.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-bubblemon-2.0.15-1.fc13.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-cpufire-1.6-3.fc14.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-globalmenu-0.7.9-1.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-grandr-0.4.1-2.fc12.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-music-2.5.1-5.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-sensors-2.2.7-4.fc15.i686 requires libpanel-applet-2.so.0
gnome-applet-sensors-2.2.7-4.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-applet-sshmenu-3.18-3.fc15.noarch requires ruby(panelapplet2)
gnome-applet-window-picker-0.5.8-2.fc14.x86_64 requires libpanel-applet-2.so.0()(64bit)
1:gnome-applets-2.32.0-3.fc15.x86_64 requires libpanel-applet-3.so.0()(64bit)
1:gnome-applets-2.32.0-3.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
1:gnome-applets-2.32.0-3.fc15.x86_64 requires libgweather.so.1()(64bit)
gnome-netstatus-2.28.2-1.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-pilot-conduits-2.32.1-2.fc15.x86_64 requires libgpilotd.so.5()(64bit)
gnome-pilot-conduits-2.32.1-2.fc15.x86_64 requires libgpilotdcm.so.4()(64bit)
gnome-pilot-conduits-2.32.1-2.fc15.x86_64 requires libgpilotdconduit.so.3()(64bit)
gnome-python2-applet-2.32.0-1.fc14.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnome-python2-brasero-2.32.0-1.fc14.x86_64 requires libbrasero-media.so.1()(64bit)
gnome-python2-brasero-2.32.0-1.fc14.x86_64 requires libbrasero-burn.so.1()(64bit)
gnome-python2-evince-2.32.0-1.fc14.x86_64 requires libevview.so.3()(64bit)
gnome-python2-evince-2.32.0-1.fc14.x86_64 requires libevdocument.so.3()(64bit)
gnome-python2-evolution-2.32.0-1.fc14.x86_64 requires libcamel-1.2.so.19()(64bit)
gnome-python2-gdl-2.25.3-22.fc15.x86_64 requires libgdl-1.so.3()(64bit)
gnome-python2-totem-2.32.0-1.fc14.x86_64 requires libgnome-media-profiles.so.0()(64bit)
gnome-rdp-0.2.3-6.fc12.x86_64 requires mono(Mono.Data.SqliteClient) = 0:2.0.0.0
gnomeradio-1.8-9.fc15.x86_64 requires libgtk-3.0.so.0()(64bit)
gnomeradio-1.8-9.fc15.x86_64 requires libgdk-3.0.so.0()(64bit)
gnotime-2.3.0-8.fc15.x86_64 requires libgtkhtml-3.15.so.19()(64bit)
gnubiff-2.2.13-4.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
gnustep-back-0.18.0-4.fc14.x86_64 requires libobjc.so.2()(64bit)
gnustep-back-0.18.0-4.fc14.x86_64 requires libgnustep-base.so.1.20()(64bit)
gnustep-examples-1.3.0-4.fc15.x86_64 requires libgnustep-base.so.1.20()(64bit)
gnustep-examples-1.3.0-4.fc15.x86_64 requires libobjc.so.2()(64bit)
gnustep-gui-0.18.0-2.fc14.x86_64 requires libgnustep-base.so.1.20()(64bit)
gnustep-gui-0.18.0-2.fc14.x86_64 requires libobjc.so.2()(64bit)
gnustep-gui-libs-0.18.0-2.fc14.i686 requires libobjc.so.2
gnustep-gui-libs-0.18.0-2.fc14.i686 requires libgnustep-base.so.1.20
gnustep-gui-libs-0.18.0-2.fc14.x86_64 requires libgnustep-base.so.1.20()(64bit)
gnustep-gui-libs-0.18.0-2.fc14.x86_64 requires libobjc.so.2()(64bit)
gold-2.1.12.2-5.fc15.noarch requires perl(Data::Properties)
gorm-1.2.12-2.fc15.i686 requires libobjc.so.2
gorm-1.2.12-2.fc15.i686 requires libgnustep-base.so.1.20
gorm-1.2.12-2.fc15.x86_64 requires libgnustep-base.so.1.20()(64bit)
gorm-1.2.12-2.fc15.x86_64 requires libobjc.so.2()(64bit)
gpx-viewer-0.2.0-3.fc14.x86_64 requires libchamplain-0.6.so.0()(64bit)
gpx-viewer-0.2.0-3.fc14.x86_64 requires libchamplain-gtk-0.6.so.0()(64bit)
gpx-viewer-0.2.0-3.fc14.x86_64 requires libgdl-1.so.3()(64bit)
gyachi-plugin-libnotify-1.2.10-3.fc14.x86_64 requires libnotify.so.1()(64bit)
honeyd-1.5c-13.fc15.x86_64 requires libevent-1.4.so.2()(64bit)
intellij-idea-9.0.1.94.399-12.fc15.x86_64 requires commons-collections
java-gnome-4.0.16-3.fc14.x86_64 requires libnotify.so.1()(64bit)
libopenvrml-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
libopenvrml-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
libopenvrml-0.18.6-4.fc14.1.x86_64 requires libboost_filesystem-mt.so.1.44.0()(64bit)
libopenvrml-0.18.6-4.fc14.1.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
libopenvrml-gl-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
libopenvrml-gl-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
libopenvrml-gl-0.18.6-4.fc14.1.x86_64 requires libboost_filesystem-mt.so.1.44.0()(64bit)
libopenvrml-gl-0.18.6-4.fc14.1.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
lock-keys-applet-1.0-21.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
meego-panel-datetime-0.3.2-5.fc15.x86_64 requires libgweather.so.1()(64bit)
monodevelop-boo-2.4-1.fc14.x86_64 requires mono(Boo.Lang.Interpreter) = 0:2.0.9.2
monodevelop-boo-2.4-1.fc14.x86_64 requires mono(Boo.Lang) = 0:2.0.9.2
monodevelop-boo-2.4-1.fc14.x86_64 requires mono(Boo.Lang.CodeDom) = 0:2.0.9.2
monodevelop-boo-2.4-1.fc14.x86_64 requires mono(Boo.Lang.Compiler) = 0:2.0.9.2
network-manager-netbook-1.8-3.fc15.x86_64 requires libnm-util.so.1()(64bit)
network-manager-netbook-1.8-3.fc15.x86_64 requires libnm-glib.so.2()(64bit)
openvpn-auth-ldap-2.0.3-6.fc12.x86_64 requires libobjc.so.2()(64bit)
openvrml-java-0.18.6-4.fc14.1.x86_64 requires libboost_filesystem-mt.so.1.44.0()(64bit)
openvrml-java-0.18.6-4.fc14.1.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
openvrml-javascript-0.18.6-4.fc14.1.x86_64 requires libboost_filesystem-mt.so.1.44.0()(64bit)
openvrml-javascript-0.18.6-4.fc14.1.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
openvrml-nodes-0.18.6-4.fc14.1.x86_64 requires libboost_filesystem-mt.so.1.44.0()(64bit)
openvrml-nodes-0.18.6-4.fc14.1.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
openvrml-xembed-0.18.6-4.fc14.1.x86_64 requires libboost_filesystem-mt.so.1.44.0()(64bit)
openvrml-xembed-0.18.6-4.fc14.1.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
ovaldi-5.6.4-1.fc14.x86_64 requires librpm.so.1()(64bit)
ovaldi-5.6.4-1.fc14.x86_64 requires librpmio.so.1()(64bit)
pcp-import-sheet2pcp-3.5.0-1.fc15.1.x86_64 requires perl(Spreadsheet::Read)
perl-CHI-0.44-3.fc15.noarch requires perl(Class::MOP)
perl-CHI-Test-0.44-3.fc15.noarch requires perl(Class::MOP)
perl-Catalyst-Controller-ActionRole-0.15-3.fc15.noarch requires perl(Class::MOP)
perl-Catalyst-Controller-ActionRole-0.15-3.fc15.noarch requires perl(Class::MOP) >= 0:0.80
perl-Catalyst-Runtime-5.80032-1.fc15.noarch requires perl(Class::MOP)
perl-Catalyst-Runtime-5.80032-1.fc15.noarch requires perl(Class::MOP) >= 0:0.95
perl-Catalyst-Runtime-5.80032-1.fc15.noarch requires perl(Class::MOP::Object)
perl-Catalyst-View-Component-SubInclude-0.10-2.fc15.noarch requires perl(Class::MOP)
perl-File-ChangeNotify-0.16-3.fc15.noarch requires perl(Class::MOP)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Module)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Attribute)
perl-Moose-1.25-1.fc15.x86_64 requires perl(metaclass)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP) >= 0:1.10
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP) >= 0:1.11
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP) >= 0:0.60
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Object)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::MiniTrait)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Mixin::AttributeCore)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Instance)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Class::Immutable::Trait)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Method)
perl-Moose-1.25-1.fc15.x86_64 requires perl(Class::MOP::Class)
perl-Moose-Autobox-0.11-2.fc15.noarch requires perl(metaclass)
perl-MooseX-Emulate-Class-Accessor-Fast-0.00903-5.fc15.noarch requires perl(Class::MOP)
perl-MooseX-InsideOut-0.105-2.fc15.noarch requires perl(Class::MOP) >= 0:0.80
perl-MooseX-Object-Pluggable-0.0011-6.fc15.noarch requires perl(Class::MOP)
perl-MooseX-Traits-0.11-4.fc15.noarch requires perl(Class::MOP) >= 0:0.84
perl-MooseX-Traits-Pluggable-0.09-4.fc15.noarch requires perl(Class::MOP) >= 0:0.84
perl-MooseX-Types-0.22-3.fc15.noarch requires perl(Class::MOP)
perl-MooseX-Types-Path-Class-0.05-10.fc15.noarch requires perl(Class::MOP)
perl-Pod-Coverage-Moose-0.02-4.fc15.noarch requires perl(Class::MOP)
perl-namespace-autoclean-0.12-1.fc15.noarch requires perl(Class::MOP) >= 0:0.80
pfstools-octave-1.8.1-4.fc15.x86_64 requires liboctave.so()(64bit)
pfstools-octave-1.8.1-4.fc15.x86_64 requires libcruft.so()(64bit)
pfstools-octave-1.8.1-4.fc15.x86_64 requires liboctinterp.so()(64bit)
php-facedetect-1.0.0-6.fc14.x86_64 requires libcv.so.2.1()(64bit)
php-facedetect-1.0.0-6.fc14.x86_64 requires libcxcore.so.2.1()(64bit)
php-facedetect-1.0.0-6.fc14.x86_64 requires libhighgui.so.2.1()(64bit)
php-facedetect-1.0.0-6.fc14.x86_64 requires libcvaux.so.2.1()(64bit)
qtgpsc-0.2.3-6.fc12.x86_64 requires libgps.so.18()(64bit)
sear-0.6.3-14.fc12.x86_64 requires liberis-1.3.so.15()(64bit)
sunbird-1.0-0.33.b2pre.fc15.x86_64 requires libnotify.so.1()(64bit)
testdisk-6.11-8.fc15.x86_64 requires libntfs.so.10()(64bit)
uim-gnome-1.6.1-1.fc15.x86_64 requires libpanel-applet-2.so.0()(64bit)
xfce4-globalmenu-plugin-0.7.9-1.fc15.x86_64 requires libxfce4panel.so.1()(64bit)
xiphos-3.1.4-3.fc15.x86_64 requires libgtkhtml-3.15.so.19()(64bit)
xiphos-3.1.4-3.fc15.x86_64 requires libgtkhtml-editor-3.14.so.0()(64bit)
Broken deps for i386
----------------------------------------------------------
collectd-mysql-4.10.2-2.fc15.i686 requires libmysqlclient.so.16
collectd-mysql-4.10.2-2.fc15.i686 requires libmysqlclient.so.16(libmysqlclient_16)
cpm-0.23-0.3.beta.fc12.i686 requires libdotconf-1.0.so.0
db4o-7.4-2.fc13.i686 requires mono(Mono.GetOptions) = 0:2.0.0.0
dbmail-3.0.0-0.3.rc1.fc15.i686 requires libevent-1.4.so.2
dbmail-auth-ldap-3.0.0-0.3.rc1.fc15.i686 requires libevent-1.4.so.2
dh-make-0.55-3.fc15.noarch requires debhelper
eog-plugins-2.91.90-1.fc15.i686 requires libchamplain-gtk-0.10.so.0
eog-plugins-2.91.90-1.fc15.i686 requires libchamplain-0.10.so.0
file-browser-applet-0.6.6-1.fc15.i686 requires libpanel-applet-2.so.0
glunarclock-0.34.1-1.fc14.i686 requires libpanel-applet-2.so.0
gnome-applet-bubblemon-2.0.15-1.fc13.i686 requires libpanel-applet-2.so.0
gnome-applet-cpufire-1.6-3.fc14.i386 requires libpanel-applet-2.so.0
gnome-applet-globalmenu-0.7.9-1.fc15.i686 requires libpanel-applet-2.so.0
gnome-applet-grandr-0.4.1-2.fc12.i686 requires libpanel-applet-2.so.0
gnome-applet-music-2.5.1-5.fc15.i686 requires libpanel-applet-2.so.0
gnome-applet-sensors-2.2.7-4.fc15.i686 requires libpanel-applet-2.so.0
gnome-applet-sshmenu-3.18-3.fc15.noarch requires ruby(panelapplet2)
gnome-applet-window-picker-0.5.8-2.fc14.i686 requires libpanel-applet-2.so.0
1:gnome-applets-2.32.0-3.fc15.i686 requires libpanel-applet-2.so.0
1:gnome-applets-2.32.0-3.fc15.i686 requires libgweather.so.1
1:gnome-applets-2.32.0-3.fc15.i686 requires libpanel-applet-3.so.0
gnome-netstatus-2.28.2-1.fc15.i686 requires libpanel-applet-2.so.0
gnome-pilot-conduits-2.32.1-2.fc15.i686 requires libgpilotdcm.so.4
gnome-pilot-conduits-2.32.1-2.fc15.i686 requires libgpilotd.so.5
gnome-pilot-conduits-2.32.1-2.fc15.i686 requires libgpilotdconduit.so.3
gnome-python2-applet-2.32.0-1.fc14.i686 requires libpanel-applet-2.so.0
gnome-python2-brasero-2.32.0-1.fc14.i686 requires libbrasero-media.so.1
gnome-python2-brasero-2.32.0-1.fc14.i686 requires libbrasero-burn.so.1
gnome-python2-evince-2.32.0-1.fc14.i686 requires libevview.so.3
gnome-python2-evince-2.32.0-1.fc14.i686 requires libevdocument.so.3
gnome-python2-evolution-2.32.0-1.fc14.i686 requires libcamel-1.2.so.19
gnome-python2-gdl-2.25.3-22.fc15.i686 requires libgdl-1.so.3
gnome-python2-totem-2.32.0-1.fc14.i686 requires libgnome-media-profiles.so.0
gnome-rdp-0.2.3-6.fc12.i686 requires mono(Mono.Data.SqliteClient) = 0:2.0.0.0
gnomeradio-1.8-9.fc15.i686 requires libgtk-3.0.so.0
gnomeradio-1.8-9.fc15.i686 requires libgdk-3.0.so.0
gnotime-2.3.0-8.fc15.i686 requires libgtkhtml-3.15.so.19
gnubiff-2.2.13-4.fc15.i686 requires libpanel-applet-2.so.0
gnustep-back-0.18.0-4.fc14.i686 requires libobjc.so.2
gnustep-back-0.18.0-4.fc14.i686 requires libgnustep-base.so.1.20
gnustep-examples-1.3.0-4.fc15.i686 requires libgnustep-base.so.1.20
gnustep-examples-1.3.0-4.fc15.i686 requires libobjc.so.2
gnustep-gui-0.18.0-2.fc14.i686 requires libobjc.so.2
gnustep-gui-0.18.0-2.fc14.i686 requires libgnustep-base.so.1.20
gnustep-gui-libs-0.18.0-2.fc14.i686 requires libobjc.so.2
gnustep-gui-libs-0.18.0-2.fc14.i686 requires libgnustep-base.so.1.20
gold-2.1.12.2-5.fc15.noarch requires perl(Data::Properties)
gorm-1.2.12-2.fc15.i686 requires libobjc.so.2
gorm-1.2.12-2.fc15.i686 requires libgnustep-base.so.1.20
gpx-viewer-0.2.0-3.fc14.i686 requires libchamplain-gtk-0.6.so.0
gpx-viewer-0.2.0-3.fc14.i686 requires libgdl-1.so.3
gpx-viewer-0.2.0-3.fc14.i686 requires libchamplain-0.6.so.0
gyachi-plugin-libnotify-1.2.10-3.fc14.i686 requires libnotify.so.1
honeyd-1.5c-13.fc15.i686 requires libevent-1.4.so.2
intellij-idea-9.0.1.94.399-12.fc15.i686 requires commons-collections
java-gnome-4.0.16-3.fc14.i686 requires libnotify.so.1
libopenvrml-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
libopenvrml-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
libopenvrml-gl-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
libopenvrml-gl-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
lock-keys-applet-1.0-21.fc15.i686 requires libpanel-applet-2.so.0
meego-panel-datetime-0.3.2-5.fc15.i686 requires libgweather.so.1
monodevelop-boo-2.4-1.fc14.i686 requires mono(Boo.Lang.Interpreter) = 0:2.0.9.2
monodevelop-boo-2.4-1.fc14.i686 requires mono(Boo.Lang) = 0:2.0.9.2
monodevelop-boo-2.4-1.fc14.i686 requires mono(Boo.Lang.CodeDom) = 0:2.0.9.2
monodevelop-boo-2.4-1.fc14.i686 requires mono(Boo.Lang.Compiler) = 0:2.0.9.2
network-manager-netbook-1.8-3.fc15.i686 requires libnm-glib.so.2
network-manager-netbook-1.8-3.fc15.i686 requires libnm-util.so.1
ntop-3.4-0.5.pre3.fc15.i686 requires 453b804e83a8a45a07a3a4b2b7e3d453ce9a70.debug
ntop-3.4-0.5.pre3.fc15.i686 requires 26f28e7a5d17bf3e13397105d19786767ef3b2.debug
ntop-3.4-0.5.pre3.fc15.i686 requires d6023a2ea5b64acf2e0dbd895d1321e6199cbb.debug
ntop-3.4-0.5.pre3.fc15.i686 requires ad1eb47bbdeebc1dde3036c9a7626df0393a9b.debug
ntop-3.4-0.5.pre3.fc15.i686 requires 92ea8a23638aabc035a224e2320a2612a0ed73.debug
ntop-3.4-0.5.pre3.fc15.i686 requires 51fa32419268a4e8c274a302fc392f772c1049.debug
ntop-3.4-0.5.pre3.fc15.i686 requires ce2c2471c1799491c6bd24d45019188bcb65b5.debug
openvpn-auth-ldap-2.0.3-6.fc12.i686 requires libobjc.so.2
openvrml-java-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
openvrml-java-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
openvrml-javascript-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
openvrml-javascript-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
openvrml-nodes-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
openvrml-nodes-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
openvrml-xembed-0.18.6-4.fc14.1.i686 requires libboost_thread-mt.so.1.44.0
openvrml-xembed-0.18.6-4.fc14.1.i686 requires libboost_filesystem-mt.so.1.44.0
ovaldi-5.6.4-1.fc14.i686 requires librpmio.so.1
ovaldi-5.6.4-1.fc14.i686 requires librpm.so.1
pcp-import-sheet2pcp-3.5.0-1.fc15.1.i686 requires perl(Spreadsheet::Read)
perl-CHI-0.44-3.fc15.noarch requires perl(Class::MOP)
perl-CHI-Test-0.44-3.fc15.noarch requires perl(Class::MOP)
perl-Catalyst-Controller-ActionRole-0.15-3.fc15.noarch requires perl(Class::MOP)
perl-Catalyst-Controller-ActionRole-0.15-3.fc15.noarch requires perl(Class::MOP) >= 0:0.80
perl-Catalyst-Runtime-5.80032-1.fc15.noarch requires perl(Class::MOP)
perl-Catalyst-Runtime-5.80032-1.fc15.noarch requires perl(Class::MOP::Object)
perl-Catalyst-Runtime-5.80032-1.fc15.noarch requires perl(Class::MOP) >= 0:0.95
perl-Catalyst-View-Component-SubInclude-0.10-2.fc15.noarch requires perl(Class::MOP)
perl-File-ChangeNotify-0.16-3.fc15.noarch requires perl(Class::MOP)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Module)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Attribute)
perl-Moose-1.25-1.fc15.i686 requires perl(metaclass)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Object)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::MiniTrait)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Mixin::AttributeCore)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Instance)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Class::Immutable::Trait)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP) >= 0:1.10
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP) >= 0:1.11
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP) >= 0:0.60
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Method)
perl-Moose-1.25-1.fc15.i686 requires perl(Class::MOP::Class)
perl-Moose-Autobox-0.11-2.fc15.noarch requires perl(metaclass)
perl-MooseX-Emulate-Class-Accessor-Fast-0.00903-5.fc15.noarch requires perl(Class::MOP)
perl-MooseX-InsideOut-0.105-2.fc15.noarch requires perl(Class::MOP) >= 0:0.80
perl-MooseX-Object-Pluggable-0.0011-6.fc15.noarch requires perl(Class::MOP)
perl-MooseX-Traits-0.11-4.fc15.noarch requires perl(Class::MOP) >= 0:0.84
perl-MooseX-Traits-Pluggable-0.09-4.fc15.noarch requires perl(Class::MOP) >= 0:0.84
perl-MooseX-Types-0.22-3.fc15.noarch requires perl(Class::MOP)
perl-MooseX-Types-Path-Class-0.05-10.fc15.noarch requires perl(Class::MOP)
perl-Pod-Coverage-Moose-0.02-4.fc15.noarch requires perl(Class::MOP)
perl-namespace-autoclean-0.12-1.fc15.noarch requires perl(Class::MOP) >= 0:0.80
pfstools-octave-1.8.1-4.fc15.i686 requires liboctinterp.so
pfstools-octave-1.8.1-4.fc15.i686 requires liboctave.so
pfstools-octave-1.8.1-4.fc15.i686 requires libcruft.so
php-facedetect-1.0.0-6.fc14.i686 requires libcvaux.so.2.1
php-facedetect-1.0.0-6.fc14.i686 requires libcxcore.so.2.1
php-facedetect-1.0.0-6.fc14.i686 requires libcv.so.2.1
php-facedetect-1.0.0-6.fc14.i686 requires libhighgui.so.2.1
qtgpsc-0.2.3-6.fc12.i686 requires libgps.so.18
sear-0.6.3-14.fc12.i686 requires liberis-1.3.so.15
sunbird-1.0-0.33.b2pre.fc15.i686 requires libnotify.so.1
testdisk-6.11-8.fc15.i686 requires libntfs.so.10
uim-gnome-1.6.1-1.fc15.i686 requires libpanel-applet-2.so.0
xfce4-globalmenu-plugin-0.7.9-1.fc15.i686 requires libxfce4panel.so.1
xiphos-3.1.4-3.fc15.i686 requires libgtkhtml-editor-3.14.so.0
xiphos-3.1.4-3.fc15.i686 requires libgtkhtml-3.15.so.19
New package: mingw32-glib-networking-2.28.6.1-2.fc15
MinGW Windows glib-networking library
New package: perl-Shipwright-2.4.24-1.fc15
Build and Manage Self-contained Software Bundle
New package: pywcs-1.9-3.fc15
Python World Coordinate System routines
Removed package: moblin-app-installer-0.4.0-0.15.fc15
Removed package: nbtk-1.2.3-5.fc14
Updated Packages:
ack-1.94-1.fc15
---------------
* Thu Apr 21 2011 <ianburrell(a)gmail.com> - 1.94-1
- Update to 1.94
bzr-2.3.1-1.fc15
----------------
* Sun Mar 20 2011 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 2.3.1-1
- Upstream 2.3.1 bugfix release
clamtk-4.32-1.fc15
------------------
* Mon Apr 25 2011 Dave M. <dave.nerd(a)gmail.com> - 4.32-1
- Updated to release 4.32.
darktable-0.8-8.fc15
--------------------
* Tue Apr 19 2011 Edouard Bourguignon <madko(a)linuxed.net> - 0.8-8
- Change build option
* Mon Apr 11 2011 Rex Dieter <rdieter(a)fedoraproject.org> - 0.8-7.1
- rebuild (exiv2)
* Wed Mar 30 2011 Edouard Bourguignon <madko(a)linuxed.net> - 0.8-7
- Change cmake options
* Tue Mar 22 2011 Edouard Bourguignon <madko(a)linuxed.net> - 0.8-6
- Keep rpath for internal libs
empathy-3.0.1-1.fc15
--------------------
* Mon Apr 25 2011 Brian Pepple <bpepple(a)fedoraproject.org> - 3.0.1-1
- Update to 3.0.1.
maven-3.0.3-2.fc15
------------------
* Mon Apr 18 2011 Stanislav Ochotnicky <sochotnicky(a)redhat.com> - 3.0.3-2
- Enable MAVEN_OPTS override in scripts
mingw32-glib2-2.28.6-3.fc15
---------------------------
* Thu Apr 28 2011 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 2.28.6-3
- Own the folders %{_mingw32_libdir}/gio and %{_mingw32_libdir}/gio/modules
- Dropped the .def files as they aren't useful for other binaries
mingw32-gnutls-2.10.5-1.fc15
----------------------------
* Thu Apr 28 2011 Kalev Lember <kalev(a)smartlink.ee> - 2.10.5-1
- Update to 2.10.5
mingw32-libtiff-3.9.5-1.fc15
----------------------------
* Mon Apr 25 2011 Kalev Lember <kalev(a)smartlink.ee> - 3.9.5-1
- Update to 3.9.5
- Fixes CVE-2011-1167 (#689575)
- Dropped the patches from Fedora native libtiff package which are all now
incorporated in 3.9.5
mingw32-webkitgtk-1.4.0-3.fc15
------------------------------
* Thu Apr 28 2011 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 1.4.0-3
- Backported an already upstreamed patch and dropped the relevant
parts from our own (non-upstreamed yet) patch
* Thu Apr 28 2011 Kalev Lember <kalev(a)smartlink.ee> - 1.4.0-2
- Replaced TimerQueueTimer related reverts with a single upstreamable patch
mutter-3.0.1-3.fc15
-------------------
* Fri Apr 29 2011 Matthias Clasen <mclasen(a)redhat.com> - 3.0.1-3
- Actually apply the patch for #700276
* Thu Apr 28 2011 Matthias Clasen <mclasen(a)redhat.com> - 3.0.1-2
- Make session saving of gnome-shell work
* Mon Apr 25 2011 Owen Taylor <otaylor(a)redhat.com> - 3.0.1-1
- Update to 3.0.1
opensc-0.12.0-4.fc15
--------------------
* Tue Apr 12 2011 Tomas Mraz <tmraz(a)redhat.com> - 0.12.0-4
- drop multilib conflicting and duplicated doc file (#695368)
perl-Path-Class-0.23-1.fc15
---------------------------
* Thu Apr 14 2011 Ian Burrell <ianburrell(a)gmail.com> - 0.23-1
- Update to 0.23
python-nltk-2.0.1-0.4.rc1.fc15
------------------------------
* Tue Apr 12 2011 Robin Lee <cheeselee(a)fedoraproject.org> - 1:2.0.1-0.4.rc1
- Update to 2.0.1rc1
- Requires tkinter
shared-mime-info-0.90-7.fc15
----------------------------
* Thu Apr 21 2011 Bastien Nocera <bnocera(a)redhat.com> 0.90-7
- Fix name of nautilus.desktop file (#698502)
telepathy-gabble-0.12.0-1.fc15
------------------------------
* Thu Apr 21 2011 Brian Pepple <bpepple(a)fedoraproject.org> - 0.12.0-1
- Update to 0.12.0.
- Bump minimum version of tp-glib needed.
- Enable tests again.
telepathy-glib-0.14.5-1.fc15
----------------------------
* Thu Apr 21 2011 Brian Pepple <bpepple(a)fedoraproject.org> - 0.14.5-1
- Update to 0.14.5.
* Fri Apr 15 2011 Brian Pepple <bpepple(a)fedoraproject.org> - 0.14.4-1
- Update to 0.14.4.
Summary:
Added Packages: 3
Removed Packages: 2
Modified Packages: 17
12 years, 7 months
Eclipse Mylyn 3.5 update: Please make sure this doesn't break your Mylyn dependent Eclipse plug-ins
by Severin Gehwolf
Hi,
I've recently been working on updating the Eclipse Mylyn stack in
Fedora. For the impatient, eclipse-mylyn* 3.5.1 packages are already
available in rawhide ;-) Updates for F15 will be pushed soon.
As some of you might know Eclipse Mylyn is now a top-level Eclipse
project and has been split into several sub-projects as of their 3.5
release.
With release 3.5 of Mylyn, there are now a total of 17 binary RPMs
available in Fedora. The two most exciting new features are custom
workflow support for Bugzilla bug trackers and Mylyn Builds (which
provides swift CI interaction from within Eclipse). With its new custom
workflow support, Mylyn 3.5 can now be used to interact (without
restriction) with Red Hat's Bugzilla instance. There is no need to
switch to the browser anymore. See [1] as to how to set up a Red Hat
Bugzilla task repository with the correct custom transitions file. Note
that we are currently working with upstream to make this setup even
easier.
Due to Mylyn's restructuring upstream, we have decided to restructure
Fedora SRPMs as well. [2] describes the new Fedora SRPMs/RPMs in detail.
If you are a Mylyn user, updates from 3.4 to 3.5 should work fine
without further action. If you are a maintainer of an Mylyn dependent
Eclipse plug-in in Fedora, this could mean that you have to update
requirements/build requirements in your spec-file. Please make sure that
your plug-ins work with new Mylyn 3.5 packages in Fedora. I'd like to
push the Mylyn 3.5 update for Fedora 15 soon and would appreciate if you
could make sure that this doesn't break your plug-ins. [2] should
provide you with enough information as to what has changed in rawhide
(or will change soon for F15).
Feel free to get back to me should you have questions regarding the
Mylyn update. I'm also on IRC in #fedora-java, #fedora-devel, etc. My
nick is jerboaa.
Thanks,
Severin
[1] https://fedoraproject.org/wiki/Eclipse/MylynRedHatBugzillaSetupGuide
[2] https://fedoraproject.org/wiki/Eclipse/MylynPackaging
12 years, 7 months
No sleep-on-lid-close with F-15 beta KDE?
by Tom Lane
Having been not terribly impressed with GNOME 3 in F-15 alpha, I thought
I'd try installing the beta with KDE, just to see if the grass is any
greener. I'm still trying to find my way around that one too, but
I've run into one significant problem: when I close my laptop, the
machine doesn't go to sleep. (The sleep indicator light doesn't go on,
I can still ssh into it, it stays rather warmer than it should, etc.)
Is this:
1. An F-15 bug (and if so, which component ought I file it against)?
2. Expected behavior/missing feature for KDE?
3. My own ignorance about how to configure KDE? (I did look into the
power management settings, which seem remarkably over-engineered
and don't offer any clear "sleep" option...)
regards, tom lane
12 years, 7 months