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, 4 months
kernel/accounting question ...
by William W. Austin
(I know that this question might be more reasonable on a kernel list,
but a while back I posted the question twice and got no answers.)
The acct struct is defined in /usr/include/sys/acct.h includes both
ac_io and ac_rw for bytes transferred and blocks read or written,
respectively. Fair and good - works (on paper) similarly to unix,
solaris, hp-ux, etc.
However, in the kernel code [kernel/acct.c], ac_io (char) and ac_rw
(blocks) are always set to 0 by these two lines:
ac.ac_io = encode_comp_t(0 /* current->io_usage */);
ac.ac_rw = encode_comp_t(ac.ac_io / 1024);
For most purposes, this probably wouldn't be an issue, but I also do
extensive performance analysis on several platforms and have written a
fairly compresive accounting package (as a wraparound for psacct or as
a standalone) including both an improved acctcom and a built-in
reporter for it.
Does anyone know wby the kernel zero's out the bytes transferred data?
(Overhead comes to mind.) Not that it makes a huge differnce for my
purposes (I had to write some wraparound code to make a
"best-guestimate" about the data I'm missing), but curiosity is bugging
me now. When I compile my program on other OS's I get useful data for
char and block i/o and I'd like to find out whether there is something
obvious that I'm just totally missing here...).
Thanks
--
william w. austin waustin(a)speakeasy.net
"life is just another phase i'm going through. this time, anyway ..."
13 years, 5 months
Re: Firefox 3
by Takanori MATSUURA
Hi all,
I put firefox-trunk SRPM based on current fedora rawhide one at
http://homepage2.nifty.com/t-matsuu/install-memo/fc/
Notice: this package breaks the dependency against devhelp and yelp.
Janina Sajka <janina(a)rednote.net> wrote:
> Does anyone know of any rpm builds of Firefox 3? I'm aware it's nowhere
> near ready for prime time, but I have a compelling reason to start using
> ff3 fairly soon and would rather install from rpm, of course.
>
> BTW: My compelling reason is that FF3 will contain a11y support that
> should prove superior to any yet seen on any platform. Fingers crossed,
> etc ...
MATSUURA Takanori
15 years, 6 months
Self-Introduction: Denis Ovsienko and /etc/net project
by Denis Ovsienko
Denis Ovsienko
Russia, Moscow
Linux system administrator and developer
ValueCommerce/Russia
I develop /etc/net project (http://etcnet.org) and my goal is to integrate it
into Fedora Core.
I am a member of ALTLinux Team. /etc/net is already integrated into ALTLinux
development tree and should soon be seen in 3.0 version.
I know that ArchLinux has /etc/net in its repository. IDMS Linux did so too,
but i haven't heard from them for last months.
My skills include 6 years Linux experience, several programming
languages, 5 years of mixed software development and system/network
administration and so on, but I guess it's not related much to my goal now.
I have reviewed current initscripts buglist.
Some bugs are not bugs in /etc/net:
#65114 RFE: ifup-aliases iproute support, ifup/ifup-aliases scop...
#75390 it would be nice to tie bandwidth shaping into the networ...
#129820 initscripts maclist patch
#132252 Request for addition of routing rule config file
#132912 No additional IP addresses at ethX without aliased devices
#132925 initscripts use old ifconfig instead of iproute2
#154348 Adds support for WPA (Wi-Fi Protected Access) to the ifup...
#168990 No ifup-gre/ifdown-gre scripts.
#170884 MTU of ethernet card can't be set before interface is up
#171763 Enhancement to initscripts
Some bugs gave me ideas how to improve /etc/net:
#59114 .d-style scripts for ifup/ifdown
#119952 RFE: Add hook for "local" network initialization
#124045 Support setting a metric on interface routes
The whole process, if we don't face some unexpected problems, should take
3 to 6 months. What I need:
1. Ability to advocate patches (sometimes heavy) to about 10-20 FC packages.
2. Probably some help with documentation.
How can we start?
pub 1024D/6D1844F2 2002-11-11
Key fingerprint = AF2F DDAE 7EB3 4699 09FF F0FC 00B1 6D41 6D18 44F2
uid Denis Ovsienko <linux(a)pilot.org.ua>
uid Denis Ovsienko (http://pilot.org.ua) <pilot(a)altlinux.ru>
sub 2048g/57B7ACBE 2002-11-11
--
DO4-UANIC
15 years, 7 months
Why nobody uses vnc module to X?
by Adam Tkac
Hi all,
I'm really surprised that nobody uses vnc's rawhide module to X. Module
was completely unusable since 2nd March (got sigsegv) and no bugreport
came to me :( . So looks that no one uses rawhide vnc (unlikely) or all
need RANDR support and have national-specific keyboards and for this use
vino or krfb (unlikely too). Or vnc module users are disgusted with
sometimes nasty bugs and bugreporting and they prefer slower, but
sometimes more reliable servers? This isn't sounds good for me :( . I'm
really interested in how can I reconquer prestige of vnc module again :)
Regards, -A-
16 years, 1 month
Mail semantics: mail group, permissions, MTA/MDA suid/sgid and the like
by Axel Thimm
Hi,
Red Hat/Fedora mail delivery is not using the sticky-bit method, but
works with the mail group idiom.
Does anyone have a good design document of the latter somewhere? I
couldn't find anything detailed on the net and some parts I had to try
find out experimentally (which, if I'm triggering a bug, may be
wrong). So, I'm writing a few bits together and will make that a wiki
page out of it, when some open questions are filled out.
OK, the basic given is that /var/mail is 0775 root:mail which means
that only root and group mail can write into it, which includes
dotlocking. The system mbox are owned by the user and are group
mail. Furthermore the blessed locking mechanisms are fcntl and
dotlock.
Questions:
a) Does every MDA and MUA need to do both locking mechanisms or is
dotlocking the fallback to fcntl? The latter would be an issue, so
it should probably be both for every MDA/MUA.
b) What are the proper permissions for the system mboxes 0600 or 0660?
The latter implies that group mail can do nasty things.
c) Under which group should an MDA run as?
If the system mbox has not been created yet, it needs to be running
as group mail. Also if dotlocking is required the MDA again needs
to be running as group mail, or needs to have an external sgid
dotlocking program (like procmail does).
If the MDA allows external programs like .forward/procmail/maildrop
the user can effectively become group mail whenever he wants. If the
system mboxes are mode 0660 this is devastating.
I think the answers are
a) both
b) 0600
c) <user>:mail
In that case any MTA/MDA using 0660 is broken which includes at least exim.
--
Axel.Thimm at ATrpms.net
16 years, 2 months
xfce - unowned directories?
by Michael Schwendt
Lost of unowned directories are reported for XFCE packages [1]. If I were
familiar with the dependency graph, I would know where to start with
suggesting fixes:
=> libxfce4mcs-devel - 4.4.0-2.fc7.i386 (fedora-extras-development-i386)
/usr/include/xfce4
=> xfce-mcs-manager - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4
/usr/share/xfce4/doc
=> xfce-mcs-plugins - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4
/usr/share/xfce4/doc
/usr/lib/xfce4
/usr/lib/xfce4/mcs-plugins
/usr/share/xfce-mcs-plugins
/usr/share/xfce-mcs-plugins/shortcuts
=> xfce-utils - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/apps
/usr/share/apps/switchdesk
=> xfce4-appfinder - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4
/usr/share/xfce4/doc
=> xfce4-battery-plugin - 0.5.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-clipman-plugin - 0.8.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-cpugraph-plugin - 0.3.0-4.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-dict-plugin - 0.2.1-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-diskperf-plugin - 2.1.0-2.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-eyes-plugin - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-fsguard-plugin - 0.3.0-4.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-genmon-plugin - 3.1-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-mailwatch-plugin - 1.0.1-5.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4/doc
/usr/libexec/xfce4
=> xfce4-mixer - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-mount-plugin - 0.5.1-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-netload-plugin - 0.4.0-4.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-notes-plugin - 1.4.1-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-panel - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4/doc
/usr/libexec/xfce4
/etc/xdg/xfce4
/etc/xdg/xfce4/panel
=> xfce4-screenshooter-plugin - 1.0.0-4.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-sensors-plugin - 0.10.0-2.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-session - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/etc/xdg/xfce4-session
/etc/xdg/autostart
/usr/share/xfce4
/usr/share/xfce4/doc
/usr/share/xfce4/tips
/usr/lib/xfce4
/usr/lib/xfce4/splash
/usr/lib/xfce4/splash/engines
/usr/lib/xfce4/mcs-plugins
=> xfce4-session-devel - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/include/xfce4
/usr/include/xfce4/xfce4-session-4.2
/usr/include/xfce4/xfce4-session-4.2/libxfsm
=> xfce4-session-engines - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/lib/xfce4
/usr/lib/xfce4/splash
/usr/lib/xfce4/splash/engines
/usr/share/themes
/usr/share/themes/Default/balou
=> xfce4-systemload-plugin - 0.4.2-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-timer-plugin - 0.5.1-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-wavelan-plugin - 0.5.4-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-weather-plugin - 0.6.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-xfapplet-plugin - 0.1.0-2.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-xkb-plugin - 0.4.3-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfce4-xmms-plugin - 0.5.1-1.fc7.i386 (fedora-extras-development-i386)
/usr/libexec/xfce4
=> xfdesktop - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/etc/xdg/xfce4
/usr/lib/xfce4/modules
/usr/share/xfce4-menueditor
/usr/libexec/xfce4
=> xfprint - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4
/usr/share/xfce4/doc
/usr/lib/xfce4
=> xfprint-devel - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/include/xfce4
=> xfwm4 - 4.4.0-1.fc7.i386 (fedora-extras-development-i386)
/usr/share/xfce4/doc
/usr/lib/xfce4
/usr/lib/xfce4/mcs-plugins
[1] It looks a bit as some of these packages are missing dependencies.
16 years, 2 months
rawhide report: 20070331 changes
by Build System
Updated Packages:
anaconda-11.2.0.42-1
--------------------
* Fri Mar 30 2007 David Cantrell <dcantrell(a)redhat.com> - 11.2.0.42-1
- LiveCD fixes (katzj, #230945, #224208, #224213, #230943)
- Handle IOErrors if we can't find the kickstart file (clumens)
aspell-en-50:6.0-6.fc7
----------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:6.0-6
- remove obstolete flag
aspell-gd-51:0.1.1-2.fc7
------------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 51:0.1.1-2
- increase the epoch
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.1.1-1
- update to 0.1.1
aspell-id-50:1.2-1.fc7
----------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:1.2-1
- update to 1.2
aspell-pl-50:6.0_20061121-1.fc7
-------------------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:6.0_20061121-1
- change license tag
- update to 6.0_20061121
- add documentation
- use configure script to create Makefile
- update default buildroot
- some minor spec changes
aspell-pt-50:0.50-12.fc7
------------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-12
- add documentation
- use configure script to create Makefile
- update default buildroot
- some minor spec changes
aspell-ru-50:0.99f7-3.fc7
-------------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.99f7-3
- update to 0.99f7-1
- add documentation
- use configure script to create Makefile
- update default buildroot
- some minor spec changes
aspell-sl-50:0.50-2.fc7
-----------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-2
- add documentation
- use configure script to create Makefile
- update default buildroot
- some minor spec changes
aspell-sr-50:0.02-3.fc7
-----------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.02-3
- use configure script to create Makefile
* Wed Feb 07 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.02-2
- incorporate the first part of package review
- spec file cleanup
* Wed Jul 12 2006 Jesse Keating <jkeating(a)redhat.com> - 50:0.02-1.2.1
- rebuild
aspell-sv-50:0.51-2.fc7
-----------------------
* Fri Mar 30 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.51-2
- add documentation
- use configure script to create Makefile
- update default buildroot
- some minor spec changes
bug-buddy-1:2.18.0-2.fc7
------------------------
* Fri Mar 30 2007 Matthias Clasen <mclasen(a)redhat.com> - 1:2.18.0-2
- Make bug-buddy more robust
checkpolicy-2.0.1-3.fc7
-----------------------
* Fri Mar 30 2007 Dan Walsh <dwalsh(a)redhat.com> - 2.0.1-3
- Rebuild with new libsepol
db4-4.5.20-5.fc7
----------------
* Sat Mar 24 2007 Thomas Fitzsimmons <fitzsim(a)redhat.com> 4.5.20-5
- Require java-1.5.0-gcj and java-1.5.0-gcj-devel for build.
evince-0.8.0-2.fc7
------------------
* Sat Mar 31 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.8.0-2
- Add support for xdg-user-dirs
fast-user-switch-applet-2.17.4-4.fc7
------------------------------------
* Fri Mar 30 2007 Matthias Clasen <mclasen(a)redhat.com> 2.17.4-4
- Add bugzilla information to the .server file
- Fix a bug in the gdm socket check
filesystem-2.4.4-1.fc7
----------------------
* Fri Mar 30 2007 Jeremy Katz <katzj(a)redhat.com> - 2.4.4-1
- add /etc/xdg/autostart
flex-2.5.33-5.fc7
-----------------
* Fri Mar 30 2007 Petr Machata <pmachata(a)redhat.com> - 2.5.33-5
- Make yy-prefixed variables available to scanner even with -P.
foomatic-3.0.2-46.fc7
---------------------
* Fri Mar 30 2007 Tim Waugh <twaugh(a)redhat.com> 3.0.2-46
- Don't ship old gimp-print data (bug #234388).
gnome-applets-1:2.18.0-4.fc7
----------------------------
* Fri Mar 30 2007 Ray Strode <rstrode(a)redhat.com> - 1:2.18.0-4
- make gweather applet preferences find feature work slightly
better (bug 209488)
gnome-panel-2.18.0-4.fc7
------------------------
* Fri Mar 30 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.18.0-4
- Fix bug-buddy support in the other applets
* Fri Mar 30 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.18.0-3
- Fix bug-buddy support in the clock applet
* Fri Mar 30 2007 Ray Strode <rstrode(a)redhat.com> - 2.18.0-2
- hide "Lock Screen" menu item when logged in as root
gnome-screensaver-2.18.0-2.fc7
------------------------------
* Fri Mar 30 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.18.0-2
- Use the PICTURES user dir in the Pictures screensaver
gnome-session-2.18.0-3.fc7
--------------------------
* Fri Mar 30 2007 Ray Strode <rstrode(a)redhat.com> - 2.18.0-3
- remove xdg autostart dir since it's part of filesystem now
hwbrowser-0.31-1.fc7
--------------------
* Fri Mar 30 2007 Nils Philippsen <nphilipp(a)redhat.com> - 0.31
- fix summary, don't hash-bang python modules, mark config files (#225892)
- remove kontrol-panel icon
- pick up updated translations
* Fri Nov 24 2006 Nils Philippsen <nphilipp(a)redhat.com> - 0.30
- pick up updated translations (#216597)
kernel-2.6.20-1.3036.fc7
------------------------
* Fri Mar 30 2007 Kristian Høgsberg <krh(a)redhat.com>
- Update nouveau patch, add versioned nouveau drm provides.
* Fri Mar 30 2007 David Woodhouse <dwmw2(a)redhat.com>
- PlayStation 3 storage and Ethernet support, stable bugfixes from
ps3-linux-patches.git tree
* Fri Mar 30 2007 Jarod Wilson <jwilson(a)redhat.com>
- Overhaul ordering of build/don't build flag setting,
such that nothing set at the top gets overridden
later in the spec
- Add support for --with/--without build flags as an
alternative way to disable/enable specific builds
- Add %buildid define to make it easier/more obvious
how to tag a one-off build
libdrm-2.3.0-5.fc7
------------------
* Fri Mar 30 2007 Kristian Høgsberg <krh(a)redhat.com> - 2.3.0-5
- Update nouveau patch.
librtas-1.2.4-3.fc7
-------------------
* Sat Mar 31 2007 David Woodhouse <dwmw2(a)redhat.com> - 1.2.4-3
- Install libraries into /usr/lib64 on PPC64.
libsepol-2.0.2-1.fc7
--------------------
* Fri Mar 30 2007 Dan Walsh <dwalsh(a)redhat.com> 2.0.2-1
- Upgrade to latest from NSA
* Merged fix from Karl to remap booleans at expand time to
avoid holes in the symbol table.
* Wed Feb 07 2007 Dan Walsh <dwalsh(a)redhat.com> 2.0.1-1
- Upgrade to latest from NSA
* Merged libsepol segfault fix from Stephen Smalley for when
sensitivities are required but not present in the base.
* Merged patch to add errcodes.h to libsepol by Karl MacMillan.
* Fri Jan 19 2007 Dan Walsh <dwalsh(a)redhat.com> 1.16.0-1
- Upgrade to latest from NSA
* Updated version for stable branch.
libtirpc-0.1.7-5.fc7
--------------------
* Mon Mar 26 2007 Steve Dickson <steved(a)redhat.com> 0.1.7-5
- Fixed Unowned Directory RPM problem (bz 233873)
openhpi-2.8.1-1.fc7
-------------------
* Fri Mar 30 2007 Phil Knirsch <pknirsch(a)redhat.com> - 2.8.1-1.fc7
- Update to openhpi-2.8.1
pirut-1.3.4-2.fc7
-----------------
* Fri Mar 30 2007 Jeremy Katz <katzj(a)redhat.com> - 1.3.4-2
- don't depend on gnome-session; filesystem should contain that dir
policycoreutils-2.0.7-8.fc7
---------------------------
* Fri Mar 30 2007 Dan Walsh <dwalsh(a)redhat.com> 2.0.7-8
- system-config-selinux should be able to run on a disabled system,
- at least enough to get it enabled.
samba-0:3.0.24-10.fc7
---------------------
* Fri Mar 30 2007 Simo Sorce <ssorce(a)redhat.com> 3.0.24-10.fc7
- set passdb backend = tdbsam as default in smb.conf
- remove samba-docs dependency from swat, that was a mistake
- put back COPYING and other files in samba-common
- put examples in samba not in samba-docs
- leave only stuff under docs/ in samba-doc
setools-3.1-4.fc7
-----------------
* Thu Mar 29 2007 Dan Walsh <dwalsh(a)redhat.com> 3.1-4
- Start shipping the rest of the setools command line apps
subversion-1.4.3-4
------------------
* Thu Mar 29 2007 Joe Orton <jorton(a)redhat.com> 1.4.3-4
- fix javahl compile failure
* Mon Jan 29 2007 Joe Orton <jorton(a)redhat.com> 1.4.3-3
- update to 1.4.3 (#228691)
- remove trailing dot from Summary
- use current preferred standard BuildRoot
- add post/postun ldconfig scriptlets for -ruby and -javahl
system-config-printer-0.7.61-1.fc7
----------------------------------
* Fri Mar 30 2007 Tim Waugh <twaugh(a)redhat.com> 0.7.61-1
- 0.7.61:
- Fixed retrieval of SMB authentication details (bug #203539).
vim-2:7.0.224-1.fc7
-------------------
* Fri Mar 30 2007 Karsten Hopp <karsten(a)redhat.com> 7.0.224-3
- patchlevel 224
xorg-x11-drv-i810-1.6.5-16.fc7
------------------------------
* Fri Mar 30 2007 Adam Jackson <ajax(a)redhat.com> 1.6.5-16
- xf86-video-intel-1.9.93 (RC3).
xorg-x11-drv-nv-2.0.1-2.fc7
---------------------------
* Fri Mar 30 2007 Kristian Høgsberg <krh(a)redhat.com> 2.0.1-2
- Update nouveau snapshot.
* Fri Mar 30 2007 Adam Jackson <ajax(a)redhat.com> 2.0.1-1
- nv 2.0.1
xorg-x11-server-1.2.99.903-2.fc7
--------------------------------
* Fri Mar 30 2007 David Woodhouse <dwmw2(a)redhat.com> 1.2.99.903-2
- Fix regression with PCI domains, but disjoint bus numbers (#207659)
* Fri Mar 30 2007 Adam Jackson <ajax(a)redhat.com> 1.2.99.903-1
- xserver 1.3 RC3.
xsane-0.993-2.fc7
-----------------
* Fri Mar 30 2007 Nils Philippsen <nphilipp(a)redhat.com> - 0.993-2
- fix summaries and buildroot, don't remove buildroot on %prep, mark dirs and
config files, don't reference %buildroot in %build, use double-% in
changelog entries (#226658)
Broken deps for s390
----------------------------------------------------------
systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11
systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11
16 years, 2 months
rawhide report: 20070328 changes
by Build System
New package libhangul
Hangul input library
Updated Packages:
GConf2-2.18.0.1-2.fc7
---------------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.18.0.1-2
- Fix a directory ownership issue. (#233756)
NetworkManager-1:0.6.5-0.5.svn2474.fc7
--------------------------------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> 1:0.6.5-0.5.svn2474
- Fix a directory ownership issue. (#233763)
ORBit2-2.14.7-2.fc7
-------------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.14.7-2
- Fix a directory ownership issue (#233755)
acl-2.2.39-3.1.fc7
------------------
* Wed Mar 21 2007 Thomas Woerner <twoerner(a)redhat.com> 2.2.39-3.1
- new improved walk patch with fixed getfacl exit code (rhbz#232884)
alacarte-0.11.3-3.fc7
---------------------
* Fri Mar 23 2007 Ray Strode <rstrode(a)redhat.com> - 0.11.3-3
- change url to gnome.org (bug 233237)
antlr-0:2.7.7-1jpp.2
--------------------
* Mon Mar 26 2007 Deepak Bhole <dbhole(a)redhat.com> 2.7.7-1jpp.2
- Added unowned dir to files list
apr-1.2.8-5
-----------
* Thu Mar 22 2007 Joe Orton <jorton(a)redhat.com> 1.2.8-5
- drop the doxygen documentation (which causes multilib conflicts)
* Thu Feb 15 2007 Joe Orton <jorton(a)redhat.com> 1.2.8-4
- add BR for python
* Thu Feb 15 2007 Joe Orton <jorton(a)redhat.com> 1.2.8-3
- update to pick up new libtool, drop specific gcc requirement
apr-util-1.2.8-6
----------------
* Fri Mar 23 2007 Joe Orton <jorton(a)redhat.com> 1.2.8-6
- add DBD DSO lifetime fix (r521327)
* Thu Mar 22 2007 Joe Orton <jorton(a)redhat.com> 1.2.8-5
- drop doxygen documentation (which caused multilib conflicts)
aspell-af-50:0.50-7.fc7
-----------------------
* Wed Mar 28 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-7
- variable DESTDIR is set in make command
* Tue Mar 27 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-6
- use configure script to generate makefile
aspell-bg-50:0.50-14.fc7
------------------------
* Wed Mar 28 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-14
- variable DESTDIR is set in make command
* Tue Mar 27 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-13
- use configure script to generate makefile
aspell-br-50:0.50-8.fc7
-----------------------
* Wed Mar 28 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-8
- variable DESTDIR is set in make command
* Tue Mar 27 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-6
- use configure script to generate makefile
aspell-ca-50:0.50-6.fc7
-----------------------
* Wed Mar 28 2007 Ivana Varekova <varekova(a)redhat.com> - 50:0.50-6
- use configure script to generate makefile
at-3.1.10-11.fc7
----------------
* Tue Mar 27 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 3.1.10-11
- mistake in pam_atd
- rhbz#234120
* Mon Mar 05 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 3.1.10-10
- rhbz#224597
* Sat Mar 03 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 3.1.10-9
- review
at-spi-1.18.0-2.fc7
-------------------
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> - 1.18.0-2
- Backport a patch to fix deadlocks in applications
automake16-1.6.3-11
-------------------
* Thu Mar 22 2007 Karsten Hopp <karsten(a)redhat.com> 1.6.3-11
- more review fixes (#225300)
* Thu Mar 22 2007 Florian La Roche <laroche(a)redhat.com> 1.6.3-10
- change post/preun code to install info pages
awesfx-0.5.0d-4.fc7
-------------------
* Thu Mar 22 2007 Martin Stransky <stransky(a)redhat.com> - 0.5.0d-4
- fixed #225359: wrong URL in awesfx package description
beagle-0.2.16.2-3.fc7
---------------------
* Tue Mar 27 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.2.16-2-3
- Add better category to desktop file
- Don't autostart the search gui
bluez-gnome-0.6-2.fc7
---------------------
* Wed Jan 24 2007 Matthias Clasen <mclasen(a)redhat.com> 0.6-2
- Add X-GNOME-NetworkSettings to desktop file categories
- Use desktop-file-install
boost-1.33.1-12.fc7
-------------------
* Mon Mar 26 2007 Benjamin Kosnik <bkoz(a)redhat.com> 1.33.1-12
- (#233523: libboost_python needs rebuild against python 2.5)
Use patch.
* Mon Mar 26 2007 Benjamin Kosnik <bkoz(a)redhat.com> 1.33.1-11
- (#225622: Merge Review: boost)
Source to http.
BuildRoot to preferred value.
PreReq to post/postun -p
Clarified BSL as GPL-Compatible, Free Software License.
Remove Obsoletes.
Add Provides boost-python.
Remove mkdir -p $RPM_BUILD_ROOT/usr/share/doc
Added periods for decription text.
Fix Group field.
Remove doc Requires boost.
Preserve timestamps on install.
Use %defattr(-, root, root, -)
Added static package for .a libs.
Install static libs with 0644 permissions.
Use %doc for doc files.
cadaver-0.22.5-2
----------------
* Fri Mar 23 2007 Joe Orton <jorton(a)redhat.com> 0.22.5-2
- update to 0.22.5
- use approved BuildRoot
cairo-java-1.0.5-7.fc7
----------------------
* Tue Mar 27 2007 Stepan Kasal <skasal(a)redhat.com> - 1.0.5-7
- BuildRequire java-devel instead of java-1.4.2-gcj-compat-devel.
compiz-0.3.6-4.fc7
------------------
* Tue Mar 27 2007 Kristian Høgsberg <krh(a)redhat.com> 0.3.6-4
- Explicitly disable KDE parts (#234128).
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> 0.3.6-3
- Fix some directory ownership issues (#233825)
- Small spec cleanups
control-center-1:2.18.0-5.fc7
-----------------------------
* Fri Mar 23 2007 Soren Sandmann <sandmann(a)redhat.com> - 2.18.0-5
- Remove debug spew from gnome-bg patch
* Wed Mar 21 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.18.0-4
- Try hard to not show the theme installer
coreutils-6.9-1.fc7
-------------------
* Mon Mar 26 2007 Tim Waugh <twaugh(a)redhat.com> 6.9-1
- 6.9.
* Fri Mar 09 2007 Tim Waugh <twaugh(a)redhat.com>
- Better install-info scriptlets (bug #225655).
* Thu Mar 01 2007 Tim Waugh <twaugh(a)redhat.com> 6.8-1
- 6.8+, in preparation for 6.9.
dbus-1.0.2-1.fc7
----------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> - 1.0.2-1
- Update to 1.0.2
- Drop obsolete patches
- Fix directory ownership issues (#233753)
desktop-printing-0.20-6.fc7
---------------------------
* Tue Mar 27 2007 Tim Waugh <twaugh(a)redhat.com> 0.20-6
- Ship translations for applet desktop file.
- Don't ship the eggcups binary.
* Wed Mar 21 2007 Tim Waugh <twaugh(a)redhat.com> 0.20-5
- Provide an autostart desktop file (bug #233261).
* Tue Mar 20 2007 Tim Waugh <twaugh(a)redhat.com>
- Removed dependency on system-config-printer's glade file.
dhcp-12:3.0.5-26.fc7
--------------------
* Wed Mar 21 2007 David Cantrell <dcantrell(a)redhat.com> - 12:3.0.5-26
- Fix formatting problems in dhclient man page (#233076).
* Mon Mar 05 2007 David Cantrell <dcantrell(a)redhat.com> - 12:3.0.5-25
- Man pages need 0644 permissions (#222572)
* Thu Mar 01 2007 David Cantrell <dcantrell(a)redhat.com> - 12:3.0.5-24
- Include contrib/ subdirectory in /usr/share/doc (#230476)
- Added back Requires for perl since dhcpd-conf-to-ldap needs it (#225691)
- Put copies of dhcp-options and dhcp-eval man pages in the dhcp and
dhclient packages rather than having the elaborate symlink collection
- Explicitly name man pages in the %files listings
- Use the %{_sysconfdir} and %{_initrddir} macros (#225691)
- Use macros for commands in %build and %install
- Split README.ldap, draft-ietf-dhc-ldap-schema-01.txt, and
dhcpd-conf-to-ldap.pl out of the LDAP patch
- Split linux.dbus-example script out of the extended new option info patch
- Remove unnecessary changes from the Makefile patch
dhcpv6-0.10-41.fc7
------------------
* Mon Mar 26 2007 David Cantrell <dcantrell(a)redhat.com> - 0.10-41
- Pass correct sockaddr size for salen parameter to getnameinfo() (#233900)
- Spec file cleanups per Fedora Packaging Guidelines
diffstat-1.43-5.fc7
-------------------
* Fri Mar 23 2007 Tim Waugh <twaugh(a)redhat.com> 1.43-5
- Fixed description (bug #225695).
dovecot-1.0-8.rc28.fc7
----------------------
* Fri Mar 23 2007 Tomas Janousek <tjanouse(a)redhat.com> - 1.0-8.rc28
- update to latest upstream
echo-icon-theme-0.2-2.20070326wiki.fc7
--------------------------------------
* Tue Mar 27 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.2-2.20070326wiki
- Fix n-v-r ordering problem
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.2-2.20070326wiki
- New snapshot
* Fri Feb 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.2-2.20070223wiki
- New snapshot
- Fix some scriptlet issues
- Own the icon cache
eclipse-1:3.2.2-7.fc7
---------------------
* Tue Mar 20 2007 Ben Konrath <bkonrath(a)redhat.com> 3.2.2-7
- Remove search and processing for mac encoded files.
- Remove BR dos2unix.
* Mon Mar 19 2007 Thomas Fitzsimmons <fitzsim(a)redhat.com> 3.2.2-6
- Remove gjdoc build requirement.
elinks-0.11.2-1.fc7
-------------------
* Mon Mar 26 2007 Karel Zak <kzak(a)redhat.com> 0.11.2-1
- update to new upstream version
- cleanup spec file
* Wed Oct 11 2006 Karel Zak <kzak(a)redhat.com> 0.11.1-5
- fix #210103 - elinks crashes when given bad HTTP_PROXY
* Wed Jul 12 2006 Jesse Keating <jkeating(a)redhat.com> - 0.11.1-4.1
- rebuild
evolution-2.10.0-4.fc7
----------------------
* Mon Mar 26 2007 Matthew Barnes <mbarnes(a)redhat.com> - 2.10.0-4.fc7
- Run gtk-update-icon-cache in %post and %postun (RH bug #234018).
* Sat Mar 17 2007 Matthew Barnes <mbarnes(a)redhat.com> - 2.10.0-3.fc7
- Add flag to disable deprecated Camel symbols.
- Add patch for GNOME bug #419469 (refactor shell/main.c).
- Add patch for GNOME bug #419524 (use GLib's i18n macros).
- Add patch for GNOME bug #418971 (drop support for GLib < 2.8).
* Wed Mar 14 2007 Matthew Barnes <mbarnes(a)redhat.com> - 2.10.0-2.fc7
- Add patch for GNOME bug #417999 (use ESourceComboBox).
evolution-data-server-1.10.0-4.fc7
----------------------------------
* Tue Mar 27 2007 Matthew Barnes <mbarnes(a)redhat.com> - 1.10.0-4.fc7
- Link to static evolution-openldap library (RH bug #210126).
- Require openssl-devel when statically linking against openldap.
- Add -Wdeclaration-after-statement to strict build settings.
* Thu Mar 22 2007 Matthew Barnes <mbarnes(a)redhat.com> - 1.10.0-3.fc7
- Stop beeping at me!
evolution-sharp-0.12.2-2.fc7
----------------------------
* Sun Mar 25 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.12.2-2.fc7
- Remove evolution-devel build requirement (RH bug #178661).
fast-user-switch-applet-2.17.4-2.fc7
------------------------------------
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> 2.17.4-2
- Silently do nothing when gdm is not running
- Don't register with the session manager
fonts-indic-2.1.5-1.fc7
-----------------------
* Mon Mar 26 2007 Parag Nemade <pnemade(a)redhat.com> - 2.1.5
- Resolved Bugs from Parag Nemade
- Bug 231965: [kn_IN] wrong Conjuct combines during the formation kannada letter [yo]
- Bug 233257: [kn_IN] Conjuct combination of U0CAE with U0CCB is rendering wrongly
- Bug 233415: [kn_IN] GSUB's combinaing with additional dependent vowel are not rendering correctly
- Bug 233554: [kn_IN] GSUB's combinaing with additional dependent vowel U0CC0 are not rendering correctly
- Bug 233555: [kn_IN] GSUB's combinaing with additional dependent vowel U0CC7 are not rendering correctly
- Bug 233556: [kn_IN] GSUB's combinaing with additional dependent vowel U0CC6 are not rendering correctly
- Bug 233557: [kn_IN] GSUB's combinaing with additional dependent vowel U0CC8 are not rendering correctly
- Bug 233558: [kn_IN] GSUB's combinaing with additional dependent vowel U0CCBare not rendering correctly
- Bug 233559: [kn_IN] GSUB's combinaing with additional dependent vowel U0CBE are not rendering correctly
- Bug 233560: [kn_IN] GSUB's combinaing with additional dependent vowel U0CBF are not rendering correctly
gail-1.18.0-2.fc7
-----------------
* Fri Mar 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 1.18.0-2
- Rebuild against atk 1.8.0 to fix ia64 problems (#233687)
gaim-2:2.0.0-0.31.beta6.fc7
---------------------------
* Fri Mar 23 2007 Warren Togami <wtogami(a)redhat.com> - 2:2.0.0-0.31.beta6
- Removed debian-02_gnthistory-in-gtk
Removed debian-03_gconf-gstreamer.patch
Upstream recommended removing these patches.
- Add fix-buggy-fetch-url
- Enable type_chat and type_chat_nick in default prefs.xml
gcc-4.1.2-6
-----------
* Tue Mar 27 2007 Jakub Jelinek <jakub(a)redhat.com> 4.1.2-6
- update from gcc-4_1-branch (-r123011:123245)
- PRs fortran/31184, target/31245, tree-optimization/30590
- libjava W^X support (Alexandre Oliva, #202209)
- fix gcjh -jni and gjavah -cni (Stepan Kasal, #233349)
- fix C++ accepts invalid bug (Mark Mitchell, PR c++/30863)
gdb-6.6-8.fc7
-------------
* Sat Mar 24 2007 Jan Kratochvil <jan.kratochvil(a)redhat.com> - 6.6-8
- Use definition of an empty structure as it is not an opaque type (BZ 233716).
- Fixed the gdb.base/attachstop.exp testcase false 2 FAILs.
* Thu Mar 15 2007 Jan Kratochvil <jan.kratochvil(a)redhat.com> - 6.6-7
- Suggest SELinux permissions problem; no assertion failure anymore (BZ 232371).
* Wed Mar 14 2007 Jan Kratochvil <jan.kratochvil(a)redhat.com> - 6.6-6
- Fix occasional dwarf2_read_address: Corrupted DWARF expression (BZ 232353).
gdm-1:2.18.0-6.fc7
------------------
* Tue Mar 27 2007 Matthias Clasen <mclasen(a)redhat.com> - 1:2.18.0-6
- Hide gdmphotosetup by default, since About Me does the same
gedit-1:2.18.0-2.fc7
--------------------
* Tue Mar 27 2007 Matthias Clasen <mclasen(a)redhat.com> - 1:2.18.0-2
- Reduce the size of the tags files
gimp-2:2.2.13-2.fc7
-------------------
* Mon Mar 26 2007 Nils Philippsen <nphilipp(a)redhat.com> - 2:2.2.13-2
- own used directories in gimp-devel (#233794)
* Wed Feb 21 2007 Nils Philippsen <nphilipp(a)redhat.com>
- s/%redhat/%rhel/g
* Wed Feb 07 2007 Nils Philippsen <nphilipp(a)redhat.com>
- really change defaults for use of modular X and lcms (#224156)
gnome-applets-1:2.18.0-2.fc7
----------------------------
* Wed Mar 21 2007 Ray Strode <rstrode(a)redhat.com> - 1:2.18.0-2
- rerun intltoolize to get latest version
gnome-desktop-2.18.0-4.fc7
--------------------------
* Fri Mar 23 2007 Soren Sandmann <sandmann(a)redhat.com> - 2.18.0-4
- Remove debug spew - add file caching - delete totally_obscures function.
gnome-games-1:2.18.0-2.fc7
--------------------------
* Fri Mar 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 1:2.18.0-2
- Fix the icon in the blackjack about dialog (#233649)
gnome-mount-0.5-4.fc7
---------------------
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.5.0-4
- Fix a directory ownership issue (#233959)
- Other spec cleanups
gnome-power-manager-2.18.1-1.fc7
--------------------------------
* Fri Mar 23 2007 Ray Strode <rstrode(a)redhat.com> - 2.18.1-1
- Update to 2.18.1
gnome-session-2.18.0-2.fc7
--------------------------
* Wed Mar 21 2007 Ray Strode <rstrode(a)redhat.com> - 2.18.0-2
- remove eggcups from default session (bug 233261)
gnome-speech-0.4.10-2.fc7
-------------------------
* Tue Mar 20 2007 David Zeuthen <davidz(a)redhat.com> - 0.4.10-2
- Drop i386-only requirement (#232517)
- Require newer version of festival
gnome-user-share-0.11-2.fc7
---------------------------
* Fri Mar 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.11-2
- Don't hardwire invisible char (#233676)
gnuplot-4.0.0-18.fc7
--------------------
* Mon Mar 26 2007 Ivana Varekova <varekova(a)redhat.com> - 4.0.0-18
- add missing directories (#233838)
gpm-1.20.1-81.fc7
-----------------
* Fri Mar 23 2007 Tomas Janousek <tjanouse(a)redhat.com> - 1.20.1-81
- the patch for #168076 caused a strange behaviour with ncurses, fixed it
differently
gthumb-2.10.0-2.fc7
-------------------
* Fri Mar 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.10.0-2
- Remove a no-longer needed patch (#233350)
gtk2-2.10.11-2.fc7
------------------
* Tue Mar 20 2007 Florian La Roche <laroche(a)redhat.com> - 2.10.11-2
- fix Conflicts: libgnomeui line
hunspell-1.1.5-2.fc7
--------------------
* Tue Mar 20 2007 Caolan McNamara <caolanm(a)redhat.com> - 1.1.5-2
- some junk in delivered headers
* Tue Mar 20 2007 Caolan McNamara <caolanm(a)redhat.com> - 1.1.5-1
- next version
* Fri Feb 09 2007 Caolan McNamara <caolanm(a)redhat.com> - 1.1.4-6
- some spec cleanups
imake-1.0.2-4.fc7
-----------------
* Mon Mar 26 2007 Adam Jackson <ajax(a)redhat.com> 1.0.2-4
- makedepend 1.0.1
intltool-0.35.5-3.fc7
---------------------
* Wed Mar 21 2007 Ray Strode <rstrode(a)redhat.com> - 0.35.5-3
- don't store a translation if it is equal to the original
string
iputils-20070202-2.fc7
----------------------
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk(a)redhat.com> - 20070202-2
- Resolves: #234060: [PATCH] IDN (umlaut domains) support for ping and ping6
patch provided by Robert Scheck <redhat(a)linuxnetz.de>
java-1.5.0-gcj-1.5.0.0-11.fc7
-----------------------------
* Mon Mar 26 2007 Thomas Fitzsimmons <fitzsim(a)redhat.com> - 1.5.0.0-11
- Disable bootstrap mode.
* Mon Mar 26 2007 Thomas Fitzsimmons <fitzsim(a)redhat.com> - 1.5.0.0-10
- Import java-gcj-compat 1.0.74.
* Mon Mar 26 2007 Thomas Fitzsimmons <fitzsim(a)redhat.com> - 1.5.0.0-9
- Re-add gcj-java build requirement.
jwhois-3.2.3-11
---------------
* Fri Mar 23 2007 Vitezslav Crhonek <vcrhonek(a)redhat.com> - 3.2.3-11
- Change the server used for .se domains to whois.iis.se (patch by Johan
Sare <johansare(a)gmail.com>)
Resolves: #233207
kasumi-2.2-2.fc7
----------------
* Wed Mar 28 2007 Akira TAGOH <tagoh(a)redhat.com> - 2.2-2
- Add X-GNOME-PersonalSettings to the category. (#234169)
kdeartwork-3.5.6-2.fc7
----------------------
* Wed Mar 21 2007 Than Ngo <than(a)redhat.com> - 3.5.6-2.fc7
- cleanup specfile
kdebase-6:3.5.6-4.fc7
---------------------
* Thu Mar 22 2007 Than Ngo <than(a)redhat.com> 6:3.5.6-4.fc7
- add new KDM theme for Fedora 7
kernel-2.6.20-1.3024.fc7
------------------------
* Wed Mar 28 2007 David Woodhouse <dwmw2(a)redhat.com>
- Add Efika (mpc52xx) Ethernet driver
- Crappy workaround for sysfs/uevent problems (#227893)
- Fix IPv6 failure with NetworkManager (#234067)
* Sun Mar 25 2007 Dave Jones <davej(a)redhat.com>
- 2.6.21-rc5
* Sun Mar 25 2007 Dave Jones <davej(a)redhat.com>
- 2.6.21-rc4-git11
kexec-tools-1.101-65.fc7
------------------------
* Mon Mar 26 2007 Neil Horman <nhorman(a)redhat.com> - 1.101-65.fc7
- Fix spec to own kexec_tools directory (bz 219035)
* Wed Mar 21 2007 Neil Horman <nhorman(a)redhat.com> - 1.101-64.fc7
- Add fix for ppc memory region computation (bz 233312)
kudzu-1.2.66-1
--------------
* Mon Mar 26 2007 Jeremy Katz <katzj(a)redhat.com> - 1.2.66-1
- define PROBE_LOADED for python (dcantrell, #233507)
* Fri Mar 23 2007 Jeremy Katz <katzj(a)redhat.com> - 1.2.65-1
- handle new firewire stack (#231708)
- add support for FBA-DASD (#227913, #215423, <dlehman(a)redhat.com>)
- fix ibmveth. again (notting, #219276)
* Wed Nov 29 2006 Bill Nottingham <notting(a)redhat.com> - 1.2.64-1
- treat qla4xxx devices as HBAs, even if their PCI class is network (#216881)
- correctly set device for ttyACM USB devices (#217051, <ak(a)sensi.org>)
- don't leak fds in scsi probe (#214878, #191521, #217742)
- fix segfault (#217818)
lam-2:7.1.2-9.fc7
-----------------
* Thu Mar 22 2007 Florian La Roche <laroche(a)redhat.com> - 2:7.1.2-9.fc6
- add alternatives to some more deps
libXdamage-1.1.1-1.fc7
----------------------
* Mon Mar 26 2007 Adam Jackson <ajax(a)redhat.com> 1.1.1-1
- libXdamage 1.1.1
libXinerama-1.0.2-1.fc7
-----------------------
* Mon Mar 26 2007 Adam Jackson <ajax(a)redhat.com> 1.0.2-1
- libXinerama 1.0.2
libgconf-java-2.12.4-8.fc7
--------------------------
* Wed Mar 21 2007 Stepan Kasal <skasal(a)redhat.com> - 2.12.4-8
- BuildRequire java-devel instead of java-1.4.2-gcj-compat-devel.
libgsf-1.14.3-4.fc7
-------------------
* Sun Mar 25 2007 Caolan McNamara <caolanm(a)redhat.com> 1.14.3-4
- Resolves rhbz#233862 unowned directory fix from Michael Schwendt
libgssapi-0.10-3.fc7
--------------------
* Mon Mar 26 2007 Steve Dickson <steved(a)redhat.com> - 0.10-3
- Fixed Unowned Directory RPM problem (bz 233863)
libnotify-0.4.4-2.fc7
---------------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.4.4-2
- Require gtk2-devel in the -devel package (#216946)
* Fri Mar 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.4.4-1
- Update to 0.4.4, which contains important bug fixes
and memory leak fixes
- Require pkgconfig in the -devel package
libselinux-2.0.8-1.fc7
----------------------
* Tue Mar 27 2007 Dan Walsh <dwalsh(a)redhat.com> - 2.0.8-1
- Upgrade to upstream
* Merged fix for avc.h #include's from Eamon Walsh.
* Thu Mar 22 2007 Dan Walsh <dwalsh(a)redhat.com> - 2.0.7-2
- Add stdint.h to avc.h
libsemanage-2.0.1-2.fc7
-----------------------
* Sat Mar 17 2007 Dan Walsh <dwalsh(a)redhat.com> - 2.0.1-2
- Add SELinux to Man page Names so man -k will work
libtheora-0:1.0alpha7-2.fc7
---------------------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> - 0:1.0alpha7-2
- Fix a directory ownership issue (#233872)
- Small spec cleanups
libvirt-0.2.1-3.fc7
-------------------
* Mon Mar 26 2007 Daniel Veillard <veillard(a)redhat.com> - 2.0.1-3.fc7
- add missing directory ownership fixes rhbz#233874
libwpd-0.8.9-2.fc7
------------------
* Tue Mar 27 2007 Caolan McNamara <caolanm(a)redhat.com> - 0.8.9-2
- Resolves: rhbz#233876: add unowned directory fix from Michael Schwendt
module-init-tools-3.3-0.pre11.1.0.fc7
-------------------------------------
* Thu Mar 22 2007 Jon Masters <jcm(a)redhat.com> - 3.3-0.pre11.1.0
- Rebase to latest upstream release.
nautilus-2.18.0.1-2.fc7
-----------------------
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> - 2.18.0.1-2
- Update icon caches (#234020)
* Mon Mar 12 2007 Alexander Larsson <alexl(a)redhat.com> - 2.18.0.1-1
- Update to 2.18.0.1
* Tue Mar 06 2007 Alexander Larsson <alexl(a)redhat.com> - 2.17.92-3
- Update xdg-user-dirs patch, now handle renaming desktop dir
net-tools-1.60-81.fc7
---------------------
* Tue Mar 27 2007 Radek Vokál <rvokal(a)redhat.com> - 1.60-81
- fix segfault for empty interface (#234045)
nmap-2:4.20-5.fc7
-----------------
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 2:4.20-5
- fixed changelog versions
* Thu Mar 15 2007 Karsten Hopp <karsten(a)redhat.com> 2:4.20-4
- rebuild with current gtk2 to add png support (#232013)
* Tue Feb 27 2007 Harald Hoyer <harald(a)redhat.com> - 2:4.20-3
- specfile cleanup
- fixed Florian La Roche's patch
notification-daemon-0.3.7-1.fc7
-------------------------------
* Fri Mar 23 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.3.7-1
- Update to 0.3.7, which contains important bug fixes
and theming improvements
nss_ldap-254-2
--------------
* Wed Mar 21 2007 Nalin Dahyabhai <nalin(a)redhat.com> - 254-2
- resize the supplemental GID array when it gets too large and a size limit
isn't set (Gavin Romig-Koch, #232713)
nut-2.0.5-3
-----------
* Mon Mar 26 2007 Than Ngo <than(a)redhat.com> 2.0.5-3
- cleanup
openobex-1.3-5.fc7
------------------
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 1.3-5.fc7
- specfile cleanup
openoffice.org-1:2.2.0-14.1
---------------------------
* Sun Mar 25 2007 Caolan McNamara <caolanm(a)redhat.com> - 1:2.2.0-14.1
- RC4
- follow up on drepper's suggestion of combining startup DSOs into libsoffice
+ http://people.redhat.com/caolanm/speed/CombinedDSO.ods
* Tue Mar 20 2007 Caolan McNamara <caolanm(a)redhat.com> - 1:2.2.0-13.1
- add tango to the themes UI
- yet another rc
openswan-2.4.7-3.fc7
--------------------
* Tue Mar 20 2007 Florian La Roche <laroche(a)redhat.com> - 2.4.7-3
- do not use epoch macro, it is unset
* Wed Feb 28 2007 Harald Hoyer <harald(a)redhat.com> - 2.4.7-2
- specfile review
* Fri Jan 26 2007 Harald Hoyer <harald(a)redhat.com> - 2.4.7-1
- removed key generation from install phase
- version 2.4.7
oprofile-0.9.2-8.fc7
--------------------
* Wed Mar 21 2007 Will Cohen <wcohen(a)redhat.com> - 0.9.2-8
- Add AMD family 10 support. Resolves: rhbz#232956.
* Wed Mar 21 2007 Will Cohen <wcohen(a)redhat.com> - 0.9.2-7
- Correct description for package.
- Correct backtrace documentation. Resolves: rhbz#214793.
- Correct race condition. Resolves: rhbz#220116.
pam-0.99.7.1-4.fc7
------------------
* Fri Mar 23 2007 Tomas Mraz <tmraz(a)redhat.com> 0.99.7.1-4
- pam_console: always decrement use count (#230823)
- pam_namespace: use raw context for poly dir name (#227345)
- pam_namespace: truncate long poly dir name (append hash) (#230120)
- we don't patch any po files anymore
* Wed Feb 21 2007 Tomas Mraz <tmraz(a)redhat.com> 0.99.7.1-3
- correctly relabel tty in the default case (#229542)
- pam_unix: cleanup of bigcrypt support
- pam_unix: allow modification of '*' passwords to root
* Tue Feb 06 2007 Tomas Mraz <tmraz(a)redhat.com> 0.99.7.1-2
- more X displays as consoles (#227462)
paps-0.6.6-19.fc7
-----------------
* Tue Mar 27 2007 Akira TAGOH <tagoh(a)redhat.com> - 0.6.6-19
- Fix PostScript breakage following the non-monetary numeric format from
current locale. (#231916)
parted-1.8.6-2.fc7
------------------
* Wed Mar 21 2007 David Cantrell <dcantrell(a)redhat.com> - 1.8.6-2
- Do not translate partition name from disk label (#224182)
pcmciautils-014-6.fc7
---------------------
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 014-6.fc7
- specfile cleanup
php-5.2.1-4
-----------
* Wed Mar 21 2007 Joe Orton <jorton(a)redhat.com> 5.2.1-4
- drop mime_magic extension (deprecated by php-pecl-Fileinfo)
pm-utils-0.99.3-1.fc7
---------------------
* Mon Mar 26 2007 Peter Jones <pjones(a)redhat.com> - 0.99.3-1
- update to 0.99.3
- configure manually in the spec to avoid %_lib as lib64
* Tue Mar 13 2007 Peter Jones <pjones(a)redhat.com> - 0.99.2-1
- update to 0.99.2
* Fri Feb 02 2007 Peter Jones <pjones(a)redhat.com> - 0.99.1-1
- Fix setsysfont hook to actually hit tty0, not the pty of the current task.
policycoreutils-2.0.7-6.fc7
---------------------------
* Fri Mar 23 2007 Dan Walsh <dwalsh(a)redhat.com> 2.0.7-6
- Updated version of sepolgen
* Merged patch to discard self from types when generating requires from Karl MacMillan.
procmail-3.22-19.fc7
--------------------
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar(a)redhat.com> 3.22-19
- fix description (#234098)
- spec cleanup
qt-1:3.3.8-2.fc7
----------------
* Tue Mar 27 2007 Than Ngo <than(a)redhat.com> 1:3.3.8-2.fc7
- enable tablet support
readline-5.2-4.fc7
------------------
* Thu Mar 22 2007 Miroslav Lichvar <mlichvar(a)redhat.com> 5.2-4
- apply 5.2-002 patch
redhat-menus-7.8.12-1.fc7
-------------------------
* Tue Mar 27 2007 Matthias Clasen <mclasen(a)redhat.com> - 7.8.12-1
- Use System-Tools for Application > System
* Wed Mar 21 2007 Matthew Barnes <mbarnes(a)redhat.com> - 7.8.11-2
- Update evolution files, add X-GNOME-Bugzilla-Component (#224199)
rhpxl-0.44-1.fc7
----------------
* Mon Mar 26 2007 Adam Jackson <ajax(a)redhat.com> 0.44-1
- Fix mode name splitting. (#213027)
rhythmbox-0.9.8-3.fc7
---------------------
* Sun Mar 25 2007 Matthias Clasen <mclasen(a)redhat.com> - 0.9.8-3
- Fix a directory ownership issue (#233911)
samba-0:3.0.24-7.fc7
--------------------
* Fri Mar 23 2007 Simo Sorce <ssorce(a)redhat.com> 3.0.24-7.fc7
- make winbindd start earlier in the init process, at the same time
ypbind is usually started as well
- add a sepoarate init script for nmbd called nmb, we need to be able
to restart nmbd without dropping al smbd connections unnecessarily
* Fri Mar 23 2007 Simo Sorce <ssorce(a)redhat.com>
- add samba.schema to /etc/openldap/schema
* Thu Mar 22 2007 Florian La Roche <laroche(a)redhat.com>
- adjust the Requires: for the scripts, add "chkconfig --add smb"
scim-hangul-0.3.1-1.fc7
-----------------------
* Thu Mar 22 2007 Akira TAGOH <tagoh(a)redhat.com> - 0.3.1-1
- New upstream release.
- remove the unnecessary patches:
- scim-hangul-0.2.2-help.patch
- scim-hangul-0.2.2-ascii-mode.patch
- scim-hangul-0.2.2-swap-keybinding.patch
- scim-hangul-update-caret.patch
screen-4.0.3-5.fc7
------------------
* Mon Mar 26 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 4.0.3-5
- rebuilt (change in spec file)
shadow-utils-2:4.0.18.1-12.fc7
------------------------------
* Mon Mar 26 2007 Peter Vrabec <pvrabec(a)redhat.com> 2:4.0.18.1-12
- create user's mailbox file by default (#231311)
sinjdoc-0.5-3.fc7
-----------------
squid-7:2.6.STABLE12-1.fc7
--------------------------
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk(a)redhat.com> - 7:2.6.STABLE12-1
- update to latest upstream 2.6.STABLE12
- Resolves: #233913: squid: unowned directory
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk(a)redhat.com> - 7:2.6.STABLE9-2
- Resolves: #226431: Merge Review: squid
* Mon Jan 29 2007 Martin Bacovsky <mbacovsk(a)redhat.com> - 7:2.6.STABLE9-1
- update to the latest upstream
struts-0:1.2.9-4jpp.6
---------------------
* Tue Mar 27 2007 Deepak Bhole <dbhole(a)redhat.com> 1.2.9-4jpp.6
- Rewrote pre/preun/post/postun dependencies
- Change Pre[rR]eq -> Requires(pre)
- Add unowned directory to folders section. bz# 233821.
sysklogd-1.4.2-3.fc7
--------------------
* Mon Mar 26 2007 Peter Vrabec <pvrabec(a)redhat.com> 1.4.2-3
- include priority/facility in message (#223573)
sysstat-7.0.4-2.fc7
-------------------
* Fri Mar 23 2007 Ivana Varekova <varekova(a)redhat.com> - 7.0.4-2
- fix sa2 problem (sa2 works wrong when the /var/log/sa file is
a link to another directory)
system-config-boot-0.2.15-1.fc7
-------------------------------
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 0.2.15-1.fc7
- specfile cleanups
system-config-date-1.8.93-1.fc7
-------------------------------
* Mon Mar 26 2007 Nils Philippsen <nphilipp(a)redhat.com> 1.8.93
- explain why system-config-date conflicts with old versions of firstboot
* Mon Mar 26 2007 Nils Philippsen <nphilipp(a)redhat.com> 1.8.92
- use correct modes when installing, to avoid fixing modes when packaging and
to be able to strip down %files
- don't ship unneeded regions file
* Thu Mar 22 2007 Nils Philippsen <nphilipp(a)redhat.com> 1.8.91
- update URL
system-config-display-1.0.49-1.fc7
----------------------------------
* Thu Mar 22 2007 Adam Jackson <ajax(a)redhat.com> 1.0.49-1
- Package review cleanups.
* Mon Jan 29 2007 Adam Jackson <ajax(a)redhat.com>
- Copy instead of rename when doing backup of xorg.conf, in case the user has
it as a symlink. (#181965)
* Fri Dec 15 2006 Adam Jackson <ajax(a)redhat.com> 1.0.48-2
- Rebuild for translations.
system-config-printer-0.7.60-1.fc7
----------------------------------
* Tue Mar 27 2007 Tim Waugh <twaugh(a)redhat.com> 0.7.60-1
- Updated to pycups-1.9.19.
- Avoid %makeinstall.
- 0.7.60:
- Handle reconnection failure.
- New applet name.
* Mon Mar 26 2007 Tim Waugh <twaugh(a)redhat.com> 0.7.59-1
- 0.7.59:
- Fixed a translatable string.
- Set a window icon (bug #233899).
- Handle failure to start the D-Bus service.
- Ellipsize the document and printer named (bug #233899).
- Removed the status bar (bug #233899).
- Added an icon pop-up menu for 'Hide' (bug #233899).
* Wed Mar 21 2007 Tim Waugh <twaugh(a)redhat.com> 0.7.57-1
- Added URL tag.
- 0.7.57:
- Prevent traceback when removing temporary file (Ubuntu #92914).
- Added print applet.
system-config-users-1.2.54-1.fc7
--------------------------------
* Mon Mar 26 2007 Nils Philippsen <nphilipp(a)redhat.com> - 1.2.54
- fix plural specification for German (#233781)
* Thu Mar 22 2007 Nils Philippsen <nphilipp(a)redhat.com>
- update URL
* Tue Mar 20 2007 Nils Philippsen <nphilipp(a)redhat.com>
- mention that we are upstream
- use preferred buildroot
- use Category: ... System; ... in desktop file
- clean buildroot before installing
- fix licensing blurb in PO files
- require/BR python >= 2.0 instead of python2
- recode spec file to UTF-8
systemtap-0.5.13-1.fc7
----------------------
* Mon Mar 26 2007 Frank Ch. Eigler <fche(a)redhat.com> - 0.5.13-1
- An emergency / preliminary refresh, mainly for compatibility
with 2.6.21-pre kernels.
* Mon Jan 01 2007 Frank Ch. Eigler <fche(a)redhat.com> - 0.5.12-1
- Many changes, see NEWS file.
tcl-1:8.4.13-14.fc7
-------------------
* Wed Mar 21 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 1:8.4.13-14
- multilib problem, rhbz#227200
* Tue Feb 27 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 1:8.4.13-12
- review
* Wed Feb 21 2007 Marcela Maslanova <mmaslano(a)redhat.com> - 1:8.4.13-11
- review
tog-pegasus-2:2.6.0-2.fc7
-------------------------
* Mon Feb 26 2007 Mark Hamzy <hamzy(a)us.ibm.com> - 2.6.0-1
- Upgrade to upstream version 2.6.0
* Mon Dec 04 2006 Nalin Dahyabhai <nalin(a)redhat.com> - 2:2.5.2-3
- change requires: tog-pegasus to prereq: tog-pegasus so that the pegasus
user and group will exist when we go to lay down files for tog-pegasus-devel
(#218305)
- prereq the current version of openssl so that the right versions of
libssl and libcrypto will be available in %post (possible for #208949)
tzdata-2007d-1.fc7
------------------
* Wed Mar 21 2007 Petr Machata <pmachata(a)redhat.com> - 2007d-1
- Upstream 2007d
- Mongolia has abolished DST.
- Turkey will use EU rules this year, changing at 01:00 UTC rather
than 01:00 standard time.
- Cuba observed DST starting Sunday.
- Resolute, Nunavut switched from Central to Eastern time last
November.
units-1.86-5.fc7
----------------
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 1.86-5.fc7
- more specfile cleanups
usermode-1.91-2
---------------
* Tue Mar 27 2007 Matthias Clasen <mclasen(a)redhat.com> 1.91-2
- Clean up desktop files
virt-manager-0.3.2-2.fc7
------------------------
* Tue Mar 27 2007 Daniel P. Berrange <berrange(a)redhat.com> - 0.3.2-2.fc7
- Ensure we own all directories we create (bz 233816)
vnc-4.1.2-16.fc7
----------------
* Tue Mar 27 2007 Adam Tkac <atkac redhat com> 4.1.2-16.fc7
- fixed vnc module crashing (#234124)
- vncviewer has been moved from Utility group to Network group (#231765)
vsftpd-2.0.5-15.fc7
-------------------
* Tue Mar 20 2007 Florian La Roche <laroche(a)redhat.com> - 2.0.5-15
- fix BuildPrereq
vte-0.16.0-3.fc7
----------------
* Mon Mar 26 2007 Matthias Clasen <mclasen(a)redhat.com> 0.16.0-3
- Add a patch to fix transparency (#232781)
* Sat Mar 24 2007 Matthias Clasen <mclasen(a)redhat.com> 0.16.0-2
- Add a patch to fix redraw problems
w3m-0.5.1-19.fc7
----------------
* Tue Mar 27 2007 Parag Nemade <pnemade(a)redhat.com> - 0.5.1-19
- and more cleanup.
* Tue Mar 27 2007 Parag Nemade <pnemade(a)redhat.com> - 0.5.1-18.2
- more cleanup.
* Mon Mar 26 2007 Parag Nemade <pnemade(a)redhat.com> - 0.5.1-18
- spec file cleanup.
werken-xpath-0:0.9.4-0.beta.12jpp.2
-----------------------------------
* Tue Mar 20 2007 Florian La Roche <laroche(a)redhat.com> 0:0.9.4-0.beta.12jpp.2
- change Provides:/Obsoletes: to standard way of epoch:version-release
xchat-1:2.6.6-9.fc7
-------------------
* Sat Mar 24 2007 Matthias Clasen <mclasen(a)redhat.com> - 1:2.6.6-9
- Own /usr/lib/xchat (#166731)
* Fri Nov 03 2006 Matthias Clasen <mclasen(a)redhat.com> - 1:2.6.6-8
- Silence %pre (#213838)
* Wed Oct 18 2006 Matthias Clasen <mclasen(a)redhat.com> - 1:2.6.6-7
- Fix scripts according to packaging guidelines
xjavadoc-0:1.1-4jpp.2
---------------------
* Mon Mar 26 2007 Deepak Bhole <dbhole(a)redhat.com> 1.1-4jpp.2
- Fixed incorrect entry in the files section
xorg-x11-drv-i810-1.6.5-15.fc7
------------------------------
* Tue Mar 27 2007 Jeremy Katz <katzj(a)redhat.com> - 1.6.5-15
- fix typo with 945GM pci id from my laptop
xorg-x11-drv-nv-2.0.0-3.fc7
---------------------------
* Fri Mar 23 2007 Adam Jackson <ajax(a)redhat.com> 2.0.0-3
- nv.xinf: It helps if you spell the driver name correctly.
xorg-x11-font-utils-1:7.1-5.fc7
-------------------------------
* Mon Mar 26 2007 Adam Jackson <ajax(a)redhat.com> 1:7.1-5
- mkfontdir 1.0.3
* Fri Jan 05 2007 Adam Jackson <ajax(a)redhat.com> 1:7.1-4.fc7
- fonttosfnt 1.0.3
* Thu Aug 17 2006 Adam Jackson <ajackson(a)redhat.com> 1:7.1-3
- Remove X11R6 symlinks.
xorg-x11-utils-7.1-4.fc7
------------------------
* Mon Mar 26 2007 Adam Jackson <ajax(a)redhat.com> 7.1-4
- xdpyinfo 1.0.2
xterm-225-1.fc7
---------------
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar(a)redhat.com> 225-1
- update to 225
zisofs-tools-1.0.7-1.fc7
------------------------
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 1.0.7-1.fc7
- version 1.0.7
* Fri Mar 23 2007 Harald Hoyer <harald(a)redhat.com> - 1.0.6-4.fc7
- specfile cleanup
zlib-1.2.3-10.fc7
-----------------
* Fri Mar 23 2007 Ivana Varekova <varekova(a)redhat.com> - 1.2.3-10
- remove zlib .so.* packages to /lib
* Fri Mar 09 2007 Ivana Varekova <varekova(a)redhat.com> - 1.2.3-9
- incorporate package review feedback
* Wed Feb 21 2007 Adam Tkac <atkac redhat com> - 1.2.3-8
- fixed broken version of libz
Broken deps for s390
----------------------------------------------------------
systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11
systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11
16 years, 2 months
Opinions: Providing "buildsys-macros" in the installed system
by Jesse Keating
In our buildsystem we use a 'buildsys-macros' package that defines some things
during the package builds, like the definition of %{dist}, and of %{fedora}
or %{rhel}. Now we're talking about adding even more macros to add
convenience for packagers that are packaging the same thing for multiple
Fedora releases and RHEL releases (Hurray EPEL!).
However, with more of these macros in use, the usage case of rebuilding the
srpms on your local system starts to get harder, as these macros will be
undefined and you'll have interesting results. Perhaps surprising results.
I propose we ship these macros in something like redhat-rpm-config for each
release, so that when somebody is rebuilding a package on their system, the
macros are defined correctly for whatever release they are running. If they
are rebuilding for another release/distribution, they really should be using
mock, and having redhat-rpm-config define the right things within their mock
chroot.
In the past I remember there being resistance to shipping these on the
installed system, however my Test3 addled brain is not able to recall what
those are. Are there any differing opinions on this matter, anybody that
disagrees with me? I'd love to hear it and thought out reasons against
taking the step.
Thanks!
--
Jesse Keating
Release Engineer: Fedora
16 years, 2 months