upgrading RH 9 system->Fedora with iso files and apt only
by Didier Casse
I have the yarrow's iso files on my HD in a RH9 system. Let's say I want
to upgrade selected packages using an "apt-get install" pointing to my
iso-mounted files, how do I do it?
i.e I mount the iso into some /mnt/yarrow1, /mnt/yarrow 2 etc..
Then what is the complete procedure to make my apt look into my own HD to
upgrade packages. Can anybody redirect me to the correct
resource or some literature hanging on the web? Thanks.
Assume also that I do not wish to burn CDs! I do not want to use
apt-cdrom. Thanks.
With kind regards,
Didier.
---
PhD student
Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603
Email: slsbdfc at nus dot edu dot sg \or\
didierbe at sps dot nus dot edu dot sg
Website: http://ssls.nus.edu.sg
1 year, 10 months
Cleaning up "Preferred Applications" & Desktop Consistency
by Warren Togami
A while ago I became annoyed enough by the brokenness of this situation
to investigate it seriously. I am now attempting to improve the overall
"Preferred Applications" situation, make cleanups and patch individual
applications to honor the preferred settings. I hope to stir discussion
about further standardization of these aspects of desktop consistency.
Your suggestions would be greatly appreciated. If any new or existing
Bugzilla reports are related to anything below, please reply to let us
know of their locations.
1) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=109738
Preferred Applications chooser in the Preferences a.k.a.
control-center's gnome-default-applications-properties sets only the
http gconf key, while there is also a https and unknown key that should
be set. htmlview uses the unknown key while Evolution honors the https key.
/desktop/gnome/url-handlers/http/command
This key is set
/desktop/gnome/url-handlers/https/command
/desktop/gnome/url-handlers/unknown/command
But these two are not set
control-center-2.4.0/capplets/default-applications
The relevant code is within this directory. Ray Strode attached a
patch that sets https, because he disagrees that "unknown" should also
be set. I believe because of the way htmlview currently acts as a
catch-all for anything that needs a web browser, that unknown should
also be set. (htmlview itself is largely broken, this is discussed
later in this message.)
2) need-terminal is the key defined in the gconf schema, but
gnome-default-applications-properties sets needs_terminal. Both Ray
Strode and I agree that this is a typo. His patch corrects this, and it
should be applied to both this package and Gnome CVS.
This means that choosing Links in the chooser as a default browser is
currently broken due to setting the wrong key name. However I have yet
to find a program that actually honors the need-terminal key...
3) On the topic of this gnome-default-applications-properties program,
the way the User Interface currently behaves is somewhat confusing to
end users. When you first launch it, all options are grayed out and
there is no indication if you are using the "Select a Web Browser" or
"Custom Web Browser" chooser. This is especially confusing when you
have set a custom web browser, close, then open it again, and the two
browsers don't match. The user interface needs to be redone in order to
reduce end-user confusion. Any takers?
4) Currently gnome-default-applications-properties's choosers have hard
coded values for options like Mozilla, Konqueror, Epiphany and other
programs. We could do a lot better than this.
I propose that we use desktop-agnostic-easy-install definitions for
Preferred Applications. We should standardize on a directory named
something like /etc/sysconfig/preferred/browser.d within which each
package can easily drop definition files. Each definition file can
contain values like Label, command, need-terminal, etc.
/etc/sysconfig/preferred/mail.d, /etc/sysconfig/preferred/editor.d,
/etc/sysconfig/preferred/terminal.d could be the same for mail clients,
text editors and terminals respectively. Then applications like
"Preferred Applications" can read all definitions from these
standardized directories and populate the chooser with all proper flag
values.
Sane?
5) This brings up the larger question of the need for desktop agnostic
configuration for Preferred Applications as KDE does not use gconf. As
individual applications are improved to honor the Preferred Applications
choice, this completely leaves out the KDE environment especially for
users of other distributions that do not unify the user experience
between Gnome and KDE like Red Hat/Fedora does. In such cases the user
may have only KDE installed, and they may not even have gconf at all,
thus the above gconf-based Preferred Applications breaks down.
This creates a disconnect where KDE development totally ignores this
standard and furthers the divide between the two camps. Otherwise
individual applications need to implement two competing standards (this
standard, plus one lack-of-standard as KDE does not currently have a
notion of Preferred browser). This is a poor situation of greater code
& effort duplication, needless added complication and more bugs.
Is it too late to go back to the drawing board and agree upon a
desktop-agnostic place to configure these things so ANY Linux desktop
software can implement it without requiring gconf? During a transition
period the Preferred Applications chooser can set BOTH the gconf like
previously, and the new standard. Eventually we will phase out all
applications that read gconf (which are currently few) and everyone will
be happy?
6) gconf /desktop/gnome/applications/browser/exec contains the value
"mozilla" by default along with needs_term, and nremote which was
probably meant to mean xremote compatible. This key is untouched by
gnome-default-applications-properties and does not seem to be used by
anything I can find. Am I correct that this is redundant?
Furthermore this lacks consistency, because
gnome-default-applications-properties's Terminal chooser sets
/desktop/gnome/applications/terminal/exec.
7) gaim Preferred Applications integration implementation
I am currently implementing a new default URL handler for gaim called
"Preferred Browser". If gaim upstream does not does not accept it as
default, Fedora's gaim package can choose this new URL handler as default.
Implementation Details:
* Due to the brokenness of xremote in all currently released
Mozilla-compatible browsers and complication with MozillaThunderbird,
some extra care and logic is necessary for proper usage of xremote.
xremote's ping() is completely broken while Thunderbird is running, thus
a workaround like this is needed from a bash script:
exec xremote args && exit 0
Rather than checking if xremote is available, it just goes ahead and to
use it. If it fails then it does not "exit 0" then goes to the next
line of the script which can launch the browser from scratch. Due to
this broken ping() problem, /usr/bin/mozilla script needs fixing. See
this Bugzilla report below comment #35.
* https://bugzilla.fedora.us/show_bug.cgi?id=1113
The script launched from gaim would be very similar to the logic used by
fedora.us MozillaThunderbird open-browser.sh in this Bugzilla report.
8) htmlview is currently flawed, and furthermore its unknown gconf key
behavior is broken due to the above problems with the Preferred
Applications chooser.
I propose that it be rewritten to use gconf's http key by default, and
launch logic similar to the above open-browser.sh. I personally really
dislike its current attempt-to-find-any-installed-browser behavior, and
IMHO it should behave only in a defined and predictable manner by
launching only the Preferred Application.
This includes honoring the need-terminal key to launch the preferred
terminal if in X. I fully support making text-mode browsers the
definable preferred browser in X, as some users like links since it
works great with the mouse and it is very fast & lightweight.
Should we have a separately definable preferred text-mode browser too?
I really question the value of needing to launch a text-mode browser
using htmlview in a non-X terminal. I mean really... does anything
currently depend on that behavior, and would anyone miss it? Let us
please kill that off...
9) After all of the above Preferred Applications mess is cleaned up, I
propose that we make the default panel launchers Web Browser and Mail
Client to launch the chosen Preferred Applications rather than
specifically Mozilla and Evolution. It works great and more importantly
100% predictably.
10) Any other common applications that need patching to honor the
Preferred Applications? Let me know and I will attempt to do so.
11) Evolution's clipboard behavior is currently and always has been
fatally broken. Reproduce: Copy any block of text with newline
formatting from any Evolution window, then paste that into any other window.
Big frown! This alone (and the fact that it takes 3-4 minutes for
Evolution to start with my 50+ IMAP folders) are why I switched to
Thunderbird. We really need to get the clipboard behavior fixed at
least. Please find existing Bugzilla reports related to this... they
have to exist somewhere...
12) Mozilla, MozillaFirebird and MozillaThunderbird use ALT-A for
Select-All within TextAreas and TextBoxes. This is inconsistent with
the default keybindings of all other end-user GUI applications in
Windows, MacOS and even Linux where CTRL-A acts as Select-All. Even
CTRL-A works in non-Text input areas of Mozilla. This is totally
inconsistent and needs to be fixed.
Anecdotally, I do a lot of LTSP and Linux work with schools
indoctrinated by Windows and MacOS. This CTRL-A-fails-to-Select-All
behavior is hit VERY OFTEN during while classes use Mozilla. These
little annoyances everywhere in our desktop software & integration
between applications really add up to a negative feeling toward our
software. We need to strive for greater consistency with all end-user
applications in areas like keybindings, thus ALT-A for Select-All needs
to be changed.
Before the kneejerk reaction, let explain how this came to be. CTRL-A
is historically the "jump to beginning of line" keybinding in Emacs and
command line shells. Thus the Unix hackers much preferred CTRL-A in
text input in Netscape to jump to the beginning of the line.
Unfortunately this conflicts with the well understood "standard" of
CTRL-A being Select-All known by all non-Unix-hackers, and is the
standard keybinding of the vast majority of applications in Linux.
Earlier versions of Mozilla even said "CTRL-A" in the Edit menu as the
keybinding for Select-All, which did not match the behavior. When this
was pointed out by many users, somebody upstream simply changed the
string to read "ALT-A".
I complained about this several times before but was shot down as
NOTABUG by Unix hackers. I wont go as far as to claim that they were
biased. =) Fortunately, recently Christopher Blizzard confirmed that
this is indeed a bug, because Mozilla should be using gtk2's defaults
rather than its own hard coded defaults.
If you look at gtk2 applications like gedit, CTRL-A acts as Select-All.
This is true of most other gtk2 applications and all KDE applications.
Blizzard said that gtk2 has options that allow you to set this
Windows-like behavior, and there is the option to change all keybindings
to be Unix-like globally (where is this setting?). Thus Mozilla needs
to adhere to this configuration option and properly use CTRL-A for
Select-All by default. Knee-jerk reaction Unix people who liked the old
behavior can toggle the gtk2 option and get back the old behavior.
More generally we should make it a standard that all end-user
applications adhere to these common keybindings. Web browsers like
Mozilla *definitely* are end-user applications. This standard of course
does not mandate that developer applications with a tradition of a
different keybinding be changed, so of course Emacs and bash continue to
work as they do today.
Is this sane?
13) In the name of end-user application consistency, Konqueror could use
some extra key-bindings by default to make it behave like Mozilla. The
following do not conflict with current Konqueror defaults.
CTRL-W Close current tab.
CTRL-+ Larger font.
CTRL-- Smaller font.
Other common Mozilla keybindings conflict with already defined Konqueror
bindings, and I really don't feel it is worth the emotional & political
fight to ask that they change.
Any active KDE developers here? Could you please get these checked-in
so it can be in KDE 3.2? RH/Fedora will not apply this change, and we
will only have it if upstream applies it. Please confirm in a reply
when it has been submitted.
Can anyone think of other common Mozilla keybindings that could be easy
to integrate?
Thanks,
Warren Togami
warren(a)togami.com
19 years, 9 months
yum + cache delete files after.
by Balint Cristian
Hi !
Can yum be setted to delete files from /var/cache/yum*** after upgrading/updateing ?
I dig the man but probablyI miss something or is not possible ?
Thanks,
Cristian
--
Life in itself has no meaning.
Life is an opportunity to create meaning.
\|/ ____ \|/
"@'/ .. \`@"
/_| \__/ |_\
\__U_/
19 years, 9 months
Mouse related issue
by Alan
I have a ps/2 scroll mouse and a kvm. If I switch to another session to
do something, is screws up the mouse quite bad.
In Redhat 9 I would just bring up the redhat mouse configure app and it
would reset the mouse. That does not work in Fedora any more.
What is the correct way to reset the mouse? I want to write an app that
I can bind to a keypress in X.
Also, is there going to be a config app to change mouse cursors in
Gnome?
--
"Push that big, big granite sphere way up there from way down here!
Gasp and sweat and pant and wheeze! Uh-oh! Feel momentum cease!
Watch it tumble down and then roll the boulder up again!"
- The story of Sisyphus by Dr. Zeus in Frazz 12/18/2003
19 years, 9 months
gconfd-2 does not exit when a user log out, breaks unmounting home
by W. Michael Petullo
I have been having some trouble with gconfd-2 (currently using GConf2-2.4.0
from RawHide PPC) for quite some time. I tried to get some discussion going
on Red Hat's Bugzilla quite a while ago but nothing really came of it. I'd
be willing to work on a patch, but I'd like to come to consensus on the
technique we should use to fix the problem. I thought perhaps I would try
this forum.
The gconfd-2 daemon is run by many GNOME applications to manage
configurations. Gconfd-2 remains running for some time after the application
which used it quits. This allows other applications to use gconfd-2 without
having to start and stop the daemon too much. This is a good idea.
The problem comes when a system tries to unmount a user's home directory when
the user logs out. For example, pam_mount unmounts an encrypted home
directory then I log out of my system. Other people use NFS or other means
to mount home directories.
Gconfd-2 continues to run even when a user logs out. This causes the
unmounting of the user's home directory to fail because gconfd-2 keeps the
following files open:
/home/user/.gconfd/saved_state
In addition, when using GNOME 2.4, there are four new programs that seem to
hang around unwelcome for a second after logging out (at least they are still
around when PAM session closing code is run). This is partially documented
in bug #106826. The four programs are:
bonobo-activation-server (home direcotry remains open as CWD?)
gnome-settings-daemon (home direcotry remains open as CWD?)
xscreensaver -nosplash (home direcotry remains open as CWD?)
mapping-daemon (home direcotry remains open as CWD?)
Red Hat Bugzilla bugs #67605, #75895 and #106826 comment more on this
problem.
--
Mike
19 years, 9 months
Perl 5.8.2 in Rawhide
by Chip Turner
Perl 5.8.2 has been built in Rawhide. It has an initial attempt at
binary compatibility when embedded in previous perl's, but I'd
recompile anything embedding perl "just in case." Mainly this is
mod_perl, xchat2, and gaim these days, IIRC. Perl modules should work
fine as-is. mod_perl also should now be 1.99_11, the upstream
latest. Let me know if anything is broken. 5.8.2 and 1.99_11
probably both work on FC1, too. In fact, if people would like to help
test that, once we see that it is stable, I'd like to errata it into
FC1, assuming there is enough demand and enough testing :)
Chip
--
Chip Turner cturner(a)redhat.com
Red Hat, Inc.
19 years, 10 months
An introduction of the new cheerleader...
by Cristian Gafton
Hello folks,
As you are aware from his earlier message, Michael Johnson has decided to
move on and I have assumed the top level responsibilities for the Fedora
Project. Michael has been a great asset for us (where "us" = Red Hat and
the Fedora Project) and I would like to thank him for his efforts and the
progress made in these past months. A good part of this progress has not
been obvious to the outside world, but I know that there were a lot of
logistical hurdles and behind-the-scenes requirements cleared by Michael
in his time as the top Fedora wearer - which in turn will make my job that
much easier. I would like to thank him for his dedication to this project.
Good luck to you, Michael!
So, who am I? I have joined Red Hat in the summer of 1997 and I have
"climbed the corporate ladder" from an OS engineer to the Manager of OS
Development - those "old enough" will probably remember me from those
days. I then moved and started about three years ago the Red Hat Network
engineering group, where I have been acting as the Director of RHN until
about a year ago. In this past year, as a Red Hat Fellow, I have been
known to hold strong opinions in front of various CxOs from the Red Hat's
Executive team (/me tips the hat :-), while participating in various small
internal projects as time permitted. And now, with Fedora, the cycle is
completed and I have my chance to redeem myself for some of the things I
have done during my first stint as the dude responsible for building a
distribution... ;^)
I think it is important for everybody to realize that although Fedora is
going at this moment through a change in leadership, there will be no
change in the strategic direction and goals set by Red Hat and the
Steering Committee when the project was started. And because that saves me
from having to come up with a new grandiose plan ;-), I will dedicate my
immediate time on some of the tasks that need to be addressed with
urgency. In no particular order (since all these are qualify as "top
priority"), I will attempt to make happen in the shortest possible time:
- Fedora developer and contributor forms. These include things like
establishing qualifications, credentials and requirements for issuing
various accounts and access levels - in short the formal aspect of getting
those interested the "commit" access to Fedora Project bits;
- Installation of a CVS server and associated repositories as the primary
interface for the developers. I am still in the process of reviewing the
specifics of this plan, but I can share at this point that there will be
two main categories of packages/projects served from this machine to our
contributors (and here is the answer to a popular FAQ):
- the internally maintained packages will be mirrored read-only so that
external contributors can track our progress, review our changes and
replicate our progress on their own systems without waiting for
updates from Red Hat.
- the externally maintained packages will allow read/write access to
particular contributors ("owners").
We're finalizing the implementation of this server, and we'll get it online
in a relatively short time. Yes, the web site promised this "before the end
of 2003". That means we're behind and I personally don't like at all being
behind the schedule...
- We're going to start building and deploying the necessary pieces for a
build system that supports Fedora and its collaborative development
paradigm. This is going to be closely linked and interfaced with the CVS
server. I know some people have already proposed/implemented proof of
concepts for this, and I will engage them in more detailed discussions
in the next week (as I hunt them down in the mailing list archives, unless
they choose to make contact with me first).
I realize that there is no shortage of people interested and willing to
test-drive each of these pieces. I would like to thank you for your patience
to date and I promise you that shortly you will have plenty of stuff to sink
your teeth into...
In other words, my immediate attention is dedicated to the issue of physical
and logistical infrastructure that would get the most developers
contributing the fastest to the whole project. So, what are your
expectations of this infrastructure? I can not make promises, but I know
that reading your opinions will be a good opportunity to understand how
relevant our current plans are.
As I come up to speed on various other bits and issues in the project, I
will attempt to address those as well. I will try to capture all this into
a general project-level TODO list on the web site to keep folks informed
where we are on various issues, what kind of progress is being made or
what's holding up the expected progress.
For the future I hold the hope that we will build not only a great project,
but that we will have the chance of building strong relationships as well.
Excited, terrified, worried and hopeful - I am looking forward to it,
Cristian
--
----------------------------------------------------------------------
Cristian Gafton -- gafton(a)redhat.com -- Red Hat, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"There are two kinds of people who never amount to much: those who
cannot do what they are told, and those who can do nothing else."
--Cyrus Curtis
19 years, 10 months
release candidate zsh configs
by Eric Hattemer
The zsh config files in http://isd.usc.edu/~ehatteme/zsh/zshetc.tar.bz2
(link of ./zsh-etc-1-30-01PST.tar.bz2) are ready for submission. I just
cleaned them up a little bit since the 1-26 version. The only file that
is different from the original is /etc/zshrc. It may be better to split
the changes up into the other files, but I don't fully understand the
standard for what changes go into which file. Its probably not
critical, and zshrc seems like a good place to put them. I would like
to remove /etc/skel/.zshrc because it is not expected that someone will
install zsh before adding users. All it does is source /etc/profile,
which I moved into /etc/zshrc. If there are no suggestions or
objections that haven't been added yet, Warren will notify Petersen, the
zsh maintainer, he will review the files, modify them as necessary, and
put them into the next fedora zsh release. Please look these over,
decide if there is anything strange, lacking documentation,
incompatible, or non-standard, or if you have better preferences.
-Eric Hattemer
19 years, 10 months
rawhide report: 20040128 changes
by Build System
New package libxklavier
library providing high-level API for X Keyboard Extension
New package udev
A userspace implementation of devfs
Removed package abiword
Updated Packages:
busybox-1.00.pre5-2
-------------------
* Tue Jan 27 2004 Dan Walsh <dwalsh(a)redhat.com> 1.00-pre5.2
- Fix is_selinux_enabled calls
control-center-2.5.2-1
----------------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 1:2.5.2-1
- update to 2.5.2
eel2-2.5.5-1
------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 2.5.5-1
- update to 2.5.5
evolution-1.5.3-1
-----------------
* Tue Jan 27 2004 Jeremy Katz <katzj(a)redhat.com> 1.5.3-1
- 1.5.3
evolution-data-server-0.0.6-1
-----------------------------
* Mon Jan 26 2004 Jeremy Katz <katzj(a)redhat.com> - 0.0.6-1
- 0.0.6
exim-4.30-5
-----------
* Tue Jan 27 2004 Thomas Woerner <twoerner(a)redhat.com> 4.30-5
- /usr/lib/sendmail is in alternatives, now
- /etc/alises is now in setup: new Requires for setup >= 2.5.31-1
fedora-release-1.90-5
---------------------
findutils-4.1.7-20
------------------
* Tue Jan 27 2004 Dan Walsh <dwalsh(a)redhat.com> 4.1.7-20
- fix call to is_selinux_enabled
* Thu Oct 30 2003 Dan Walsh <dwalsh(a)redhat.com> 4.1.7-19
- Turn off SELinux
firstboot-1.3.3-3
-----------------
* Tue Jan 27 2004 Tim Powers <timp(a)ragnarok.devel.redhat.com> 1.3.3-3
- fedora-logos -> redhat-logos since redhat-logos is a virtual
provides (used so that we can switch out redhat-logos with
fedora-logos easily). Will change to system-logos once the changes
have been made.
fonts-arabic-1.5-1
------------------
* Mon Jan 26 2004 Owen Taylor <otaylor(a)redhat.com> 1.5-1
- Version 1.5
gail-1.5.3-1
------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 1.5.3-1
- update to 1.5.3
gcc-ssa-3.5ssa-0.20040120.110
-----------------------------
* Thu Jan 22 2004 Brian Booth <bbooth(a)redhat.com> 0.20040120.110
- Add c++ include files to the proper directory.
glibc-2.3.3-7
-------------
* Tue Jan 27 2004 Jakub Jelinek <jakub(a)redhat.com> 2.3.3-7
- update from CVS
- dl_iterate_phdr extension to signal number of added/removed
libraries
- fix PT_GNU_RELRO support on ppc* with prelinking
gnome-applets-2.5.4-1
---------------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 1:2.5.4-1
- update to 2.5.4
gnome-games-2.5.5-1
-------------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 1:2.5.5-1
- new version
gnome-panel-2.5.3.1-2
---------------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 2.5.3.1-2
- Add evolution-data-server dependency and rebuild
gnome-system-monitor-2.5.2-1
----------------------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 2.5.2-1
- update to 2.5.2
gnome-themes-2.5.3-1
--------------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 2.5.3-1
- new version
- new version
gpdf-0.122-2
------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 0.122-1
- new version
gtkhtml2-2.5.2-1
----------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 2.5.2-1
- new version
gtkhtml3-3.1.7-1
----------------
* Tue Jan 27 2004 Jeremy Katz <katzj(a)redhat.com> - 3.1.7-1
- 3.1.7
httpd-2.0.48-10
---------------
* Tue Jan 27 2004 Joe Orton <jorton(a)redhat.com> 2.0.48-10
- update to ab from HEAD
- remove dbmmanage man page (part of #114080)
- mod_ssl: fix streaming nph- CGI scripts over SSL
- mod_autoindex: fixes from 2.0 branch (André Malo)
- add NameVirtualHost vs mod_ssl warning to httpd.conf (#114315)
- mod_proxy: HTTP/1.1-compliance fixes from HEAD
* Tue Jan 20 2004 Joe Orton <jorton(a)redhat.com> 2.0.48-9
- use a large BSS in the test PIE executable to trigger bugs early
- tighten check on CPP output in MMN check (#113934)
* Mon Jan 19 2004 Joe Orton <jorton(a)redhat.com> 2.0.48-8
- add man page fixes
- mod_include: use parser rewrite+fixes from 2.0 branch (André Malo et al)
- mod_ssl: add distcache support (Geoff Thorpe)
- mod_ssl: SSL variable handling fixes for non-SSL connections (various)
- allow linking modules against specific libraries found during configure
kernel-2.6.1-1.61
-----------------
* Tue Jan 27 2004 Dave Jones <davej(a)redhat.com>
- Update to 2.6.2-rc2-bk1
- Set default CPUFREQ governor to userspace instead of performance.
* Mon Jan 26 2004 Dave Jones <davej(a)redhat.com>
- Update to 2.6.2-rc2
* Sun Jan 25 2004 Dave Jones <davej(a)redhat.com>
- Update to 2.6.2-rc1-bk2
- Randomization of ld.so base for PIEs
koffice-1.3-2
-------------
* Mon Jan 26 2004 Tim Powers <timp(a)redhat.com> 4:1.3-2
- rebuild to pick up new ImageMagick deps
* Mon Jan 19 2004 Than Ngo <than(a)redhat.com> 4:1.3-1
- 1.3 release
libIDL-0.8.3-1
--------------
* Mon Jan 26 2004 Alexander Larsson <alexl(a)redhat.com> 0.8.3-1
- update to 0.8.3
libcap-1.10-17
--------------
* Tue Jan 27 2004 Karsten Hopp <karsten(a)redhat.de> 1.10-17
- use _manpath
* Wed Jun 04 2003 Elliot Lee <sopwith(a)redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp(a)redhat.com>
- rebuilt
libcroco-0.4.0-1
----------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 0.4.0-1
- new version
libgal2-2.1.4-1
---------------
* Mon Jan 26 2004 Jeremy Katz <katzj(a)redhat.com> 2:2.1.4-1
- 2.1.4
- buildrequires intltool (for perl-XML-Parser)
librsvg2-2.5.0-1
----------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 2.4.0-3
- update version
- Buildrequire libcroco
libsoup-2.1.5-1
---------------
* Mon Jan 26 2004 Jeremy Katz <katzj(a)redhat.com> 2.1.5-1
- 2.1.5
libuser-0.51.7-7
----------------
* Mon Jan 26 2004 Dan Walsh <dwalsh(a)redhat.com> 0.51.7-7
- fix is_selinux_enabled call
libxfce4mcs-4.0.3-2
-------------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
libxfce4util-4.0.3-2
--------------------
* Mon Jan 26 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
libxfcegui4-4.0.3-2
-------------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
logrotate-3.7-4
---------------
* Mon Jan 26 2004 Dan Walsh <dwalsh(a)redhat.com> 3.6.10-4
- fix is_selinux_enabled call
* Fri Sep 05 2003 Dan Walsh <dwalsh(a)redhat.com> 3.6.10-3
- Turn off selinux
nautilus-2.5.5-1
----------------
* Tue Jan 27 2004 Alexander Larsson <alexl(a)redhat.com> 2.5.5-1
- update to 2.5.5
nautilus-cd-burner-0.6.3-2
--------------------------
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 0.6.3-2
- update file list
* Tue Jan 27 2004 Jonathan Blandford <jrb(a)redhat.com> 0.6.3-1
- new version
openssh-3.6.1p2-27
------------------
* Mon Jan 26 2004 Daniel Walsh <dwalsh(a)redhat.com> 3.6.1p2-27
- turn off pie on ppc
* Mon Jan 26 2004 Daniel Walsh <dwalsh(a)redhat.com> 3.6.1p2-26
- fix is_selinux_enabled
pam-0.77-26
-----------
* Mon Jan 26 2004 Dan Walsh <dwalsh(a)redhat.com> 0.77-26
- fix is_selinux_enabled call
passwd-0.68-7
-------------
* Mon Jan 26 2004 Dan Walsh <dwalsh(a)redhat.com> 0.68-7
- fix is_selinux_enabled
* Fri Sep 05 2003 Dan Walsh <dwalsh(a)redhat.com> 0.68-6
- turn off selinux
perl-XML-Parser-2.31-17
-----------------------
* Mon Jan 26 2004 Jeremy Katz <katzj(a)redhat.com> 2.31-17
- more rebuilding
* Mon Jan 19 2004 Chip Turner <cturner(a)redhat.com> 2.31-16
- rebuild for newer perl
* Mon Jan 27 2003 Chip Turner <cturner(a)redhat.com>
- version bump and rebuild
policy-1.4.10-2
---------------
* Tue Jan 27 2004 Jeremy Katz <katzj(a)redhat.com> - 1.4.10-2
- don't try to label /sys
* Mon Jan 26 2004 Dan Walsh <dwalsh(a)redhat.com> 1.4.10-1
- New policy from Russell
prelink-0.3.0-19
----------------
* Tue Jan 27 2004 Jakub Jelinek <jakub(a)redhat.com> 0.3.0-19
- refuse to prelink objects whose dependencies as reported by
ldd don't include all dependencies transitively (this can
happen when using RPATH and a shared library with the same
SONAME exists both in that RPATH and either another RPATH
or standard library directories)
- add testcase for this
- rework .dynsym/.symtab STT_SECTION translation, so that it works
with binutils which put only sections not generated by the linker
into .dynsym for shared libraries
- fix make check, so that it is not confused by 2.6.x kernel
VDSOs
psmisc-21.3-7
-------------
* Mon Jan 26 2004 Dan Walsh <dwalsh(a)redhat.com> 21.3-7
- fix is_selinux_enabled call
* Fri Sep 05 2003 Dan Walsh <dwalsh(a)redhat.com> 21.3-6.sel
- turn on selinux
- Hack to fix build problem on Fedora core
* Fri Sep 05 2003 Dan Walsh <dwalsh(a)redhat.com> 21.3-6
- turn off selinux
quota-3.10-1
------------
* Tue Jan 27 2004 Florian La Roche <Florian.LaRoche(a)redhat.de>
- add -pie support
- update to 3.10
* Sat Aug 16 2003 Steve Dickson <SteveD(a)RedHat.com>
- upgraded to 3.0.9
- added quota-3.09-root_sbindir.patch
rpm-4.3-0.9.1
-------------
* Tue Jan 27 2004 Jeremy Katz <katzj(a)redhat.com> - 4.3-0.9.1
- add patch to setup selinux contexts from python
* Mon Jan 19 2004 Jeff Johnson <jbj(a)jbj.org> 4.2-0.9
- python: return None for NEVRAO, [] for everything else.
* Mon Jan 12 2004 Jeff Johnson <jbj(a)redhat.com> 4.3-0.7
- fix: handle files w/o contexts correctly.
rpmdb-fedora-1.90-0.20040128
----------------------------
sendmail-8.12.11-1.4
--------------------
* Tue Jan 27 2004 Thomas Woerner <twoerner(a)redhat.com> 8.2.11-1.4
- disabled ppc and ppc64 build, for now
* Mon Jan 26 2004 Thomas Woerner <twoerner(a)redhat.com> 8.2.11-1.3
- removed /etc/aliases (now in setup)
sudo-1.6.7p5-15
---------------
* Tue Jan 27 2004 Karsten Hopp <karsten(a)redhat.de> 1.6.7p5-15
- visudo requires vim-minimal or setting EDITOR to something useful (#68605)
system-config-soundcard-1.2.1-1
-------------------------------
* Tue Jan 27 2004 Brent Fox <bfox(a)redhat.com> 1.2.1-1
- patch from Spot to support 2.6 kernel for FC2
util-linux-2.12pre-3
--------------------
* Mon Jan 26 2004 Elliot Lee <sopwith(a)redhat.com> 2.12pre-3
- Provides: mount losetup
xfce-mcs-manager-4.0.3-2
------------------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
xfce-mcs-plugins-4.0.3-2
------------------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
xfce-utils-4.0.3-2
------------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
xfce4-panel-4.0.3-2
-------------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
xfdesktop-4.0.3-2
-----------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
xffm-4.0.3-2
------------
* Tue Jan 27 2004 Than Ngo <than(a)redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
* Wed Jan 14 2004 Than Ngo <than(a)redhat.com> 4.0.3-1
- update 4.0.3
* Thu Dec 25 2003 Than Ngo <than(a)redhat.com> 4.0.2-1
- 4.0.2 release
19 years, 10 months
rawhide report: 20040115 changes
by Build System
New package system-logviewer
A graphical interface for viewing log files
Updated Packages:
anaconda-9.3-0.20040114155239
-----------------------------
* Wed Jan 14 2004 Anaconda team <bugzilla(a)redhat.com>
- built new version from CVS
* Thu Nov 06 2003 Jeremy Katz <katzj(a)redhat.com>
- require booty (#109272)
* Tue Oct 08 2002 Jeremy Katz <katzj(a)redhat.com>
- back to mainstream rpm instead of rpm404
checkpolicy-1.4-4
-----------------
* Wed Jan 14 2004 Dan Walsh <dwalsh(a)redhat.com> 1.4-4
- Add excludetypes patch
* Wed Jan 14 2004 Dan Walsh <dwalsh(a)redhat.com> 1.4-3
- Add Colin Walter's lineno patch
docbook-style-xsl-1.64.1-4
--------------------------
* Thu Jan 15 2004 Tim Waugh <twaugh(a)redhat.com> 1.64.1-4
- Fixed another instance of bug #113456 in lists layout.
emacs-21.3-8
------------
* Wed Jan 14 2004 Jens Petersen <petersen(a)redhat.com> - 21.3-8
- comment out setting transient-mark-mode in skel .emacs (#102441,#90193)
[reported by mal(a)gromco.com, Jonathan Kamens]
- improve lang-coding-systems-init.el to set-language-environment for CJK
utf-8 locale too and use utf-8 for default-coding-systems and
terminal-coding-system (#111172) [Yoshinori Kuniga]
- update rpm-spec-mode.el to newer one in xemacs package cvs (#105888) [Dams]
- rename etags to etags.emacs and make etags a symlink to it at install time
if it doesn't exist (#92256) [marc_soft(a)merlins.org]
- apply editfns.c-Fformat-multibyte-davej.patch to fix multibyte code typo
in Fformat [patch from Dave Jones]
- add runtime requirements for XFree86-libs, image libraries, ncurses and zlib
- improve -el and -leim package summaries
- no longer configure build with redundant --with-gcc
* Tue Nov 25 2003 Jens Petersen <petersen(a)redhat.com>
- buildrequire autoconf213 (#110741) [reported by mvd(a)mylinux.com.ua]
gaim-0.75-1
-----------
* Wed Jan 14 2004 Christopher Blizzard <blizzard(a)redhat.com> 1:0.75-0
- Update to 0.75.
- Remove mem leak patch that is already included in 0.75.
- Clean up a lot of old unused patches and old source tarballs.
kbd-1.08-12
-----------
* Wed Jan 14 2004 Bill Nottingham <notting(a)redhat.com> 1.08-12
- remove speakup patch at request of author
kernel-2.6.1-1.43
-----------------
* Wed Jan 14 2004 Dave Jones <davej(a)redhat.com>
- Disable expensive PAGEALLOC debugging.
- Merge lots of Al Viro's loop device work.
libbonobo-2.4.3-1
-----------------
* Wed Jan 14 2004 Jeremy Katz <katzj(a)redhat.com> 2.4.3-1
- update to 2.4.3
libbonoboui-2.4.3-1
-------------------
* Wed Jan 14 2004 Jeremy Katz <katzj(a)redhat.com> 2.4.3-1
- update to 2.4.3
openssh-3.6.1p2-25
------------------
* Wed Jan 14 2004 Daniel Walsh <dwalsh(a)redhat.com> 3.6.1p2-25
- Rebuild to grab shared libselinux
* Wed Dec 03 2003 Daniel Walsh <dwalsh(a)redhat.com> 3.6.1p2-24
- turn on selinux
* Tue Nov 18 2003 Nalin Dahyabhai <nalin(a)redhat.com>
- un#ifdef out code for reporting password expiration in non-privsep
mode (#83585)
prelink-0.3.0-18
----------------
* Thu Jan 15 2004 Jakub Jelinek <jakub(a)redhat.com> 0.3.0-18
- allow R_*_JU?MP_SLOT relocs to point also into .got.plt
sections on IA32/AMD64/ARM/s390/s390x/SH
rpmdb-fedora-1.90-0.20040115
----------------------------
setarch-1.3-1.1
---------------
* Tue Sep 02 2003 Elliot Lee <sopwith(a)redhat.com> 1.3-1
- Add linux32 alias
* Tue Aug 26 2003 Elliot Lee <sopwith(a)redhat.com> 1.2-1
- Fix -3 option
* Wed Aug 13 2003 Elliot Lee <sopwith(a)redhat.com> 1.1-1
- Add -3 option
up2date-4.3.7-1
---------------
* Wed Jan 14 2004 Adrian Likins <alikins(a)redht.com>
- fix the case of up2date not finding any updates
with out a comp/glob/package specified
xfdesktop-4.0.3-1
-----------------
* Wed Jan 14 2004 Than Ngo <than(a)redhat.com> 4.0.3-1
- 4.0.3 release
xffm-4.0.3-1
------------
* Wed Jan 14 2004 Than Ngo <than(a)redhat.com> 4.0.3-1
- update 4.0.3
* Thu Dec 25 2003 Than Ngo <than(a)redhat.com> 4.0.2-1
- 4.0.2 release
xffm-icons-4.0.3-1
------------------
* Wed Jan 14 2004 Than Ngo <than(a)redhat.com> 1:4.0.3-1
- 4.0.3 release
xfwm4-themes-4.0.3-1
--------------------
* Wed Jan 14 2004 Than Ngo <than(a)redhat.com> 4.0.3-1
- 4.0.3 release
19 years, 10 months