summaryrefslogtreecommitdiffstats
path: root/perl-install/drakxtools.spec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/drakxtools.spec')
-rw-r--r--perl-install/drakxtools.spec105
1 files changed, 102 insertions, 3 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec
index 195710d1b..97c7044bf 100644
--- a/perl-install/drakxtools.spec
+++ b/perl-install/drakxtools.spec
@@ -1,12 +1,12 @@
Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...)
Name: drakxtools
Version: 10
-Release: 34mdk
+Release: 34.10.100mdk
Url: http://www.mandrakelinux.com/en/drakx.php3
Source0: %name-%version.tar.bz2
License: GPL
Group: System/Configuration/Other
-Requires: %{name}-newt = %version-%release, perl-Gtk2 >= 1.040-1mdk, perl-Glib >= 1.040-1mdk, /usr/X11R6/bin/xtest, font-tools, usermode >= 1.63-5mdk, perl-MDK-Common >= 1.1.10, gurpmi, mandrake-doc-common >= 9.2-5mdk
+Requires: %{name}-newt = %version-%release, perl-Gtk2 >= 1.023-3mdk, perl-Glib >= 1.021-3mdk, /usr/X11R6/bin/xtest, font-tools, usermode >= 1.63-5mdk, perl-MDK-Common >= 1.1.11, gurpmi, mandrake-doc-common >= 9.2-5mdk
Requires: foomatic-db-engine
%ifarch sparc sparc64 %{ix86} x86_64 amd64
Requires: mkbootdisk
@@ -314,6 +314,106 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %_datadir/harddrak
%config(noreplace) %_sysconfdir/logrotate.d/drakxtools-http
%changelog
+* Thu Jul 7 2005 Stew Benedict <sbenedict@mandriva.com> 10-34.10.100mdk
+- update requires for perl-MDK-Common
+
+* Fri Jul 1 2005 Thierry Vignaud <tvignaud@mandriva.com> 10-34.9.100mdk
+- drakfirewall: fix port range syntax for samba (blino, #16604)
+- drakfont: fix uninstalling fonts (#9324)
+- drakbackup (stew, #12861):
+ o directories with spaces Mandrakeclub
+ o perms too relaxed on tarballs
+
+* Wed Nov 17 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-34.8.100mdk
+- fix network on new laptops with broadcom chips
+
+* Wed Nov 17 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-34.7.100mdk
+- harddrake service: adapt to new nvidia driver location (DKMS one)
+
+* Wed Nov 10 2004 Pixel <pixel@mandrakesoft.com> 10-34.6.100mdk
+- drakauth: add SmartCard authentication
+
+* Mon Oct 25 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-34.5.100mdk
+- update drakups
+
+* Wed Aug 25 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 10-34.4.100mdk
+- rebuild with amd64-branch changes:
+ o fix smp detection
+ o handle lib64 drivers on x86_64
+ o add XFS to known x86_64 FS list
+ o major ddcxinfos portability fixes
+ o parse XF86 log in last resort if ddcxinfos was not useful enough
+ o always prefer 64-bit packages for updates on biarch platforms
+
+* Fri Jul 30 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-34.3.100mdk
+- diskdrake:
+ o fix Compaq Smart Array support
+ o misc bug fixes
+- drakbackup:
+ o fix Anthill bugs #927 and #929 (filenames with spaces,
+ .backupignore, misc GUI issues)
+ o fix AntHill bugs #1009 and #1010 (DVD recording, disk quota)
+ o fix .backupignore issue
+ o typo in "other" routine
+- drakboot: fix doble windows on LILO/GRUB error
+- drakconnect: misc bug fixes
+- draksplash: make it works again...
+- drakTermServ: misc fixes
+- drakupdate_fstab: add support for floppies
+- drakxtv: fix tv modules that weren't loaded on boot
+- globetrooter support (a mdk10.0 based product with automatic hw
+ configuration in harddrake service)
+- harddrake GUI: do not automatically configure removable media but
+ run the proper config tool instead
+- harddrake service:
+ o fix adding a removable medium
+ o fix misdetection of nvidia nforce ethernet cards (broken since
+ forcedeth replaced nvnet on 2004-01-21 in MDK10's ldetect-lst)
+ o fix logs of newly added hardware
+ o only stop boot progressbar if there a non automatic tool to run
+ o fix duplicated USB disks (in both disk and unknown categories in GUI)
+- XFdrake: fix monitor detection (based on mandrakemove)
+
+* Fri May 28 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-34.2.100mdk
+- authentication: install autofs for nis authentication (florin & fcrozat)
+- diskdrake: disable package instead of removing nfs-utils or
+ samba-server (when "diskdrake --fileshare" disables a export kind)
+ (pixel, #9804)
+- drakbackup (stew):
+ o fix dropped .txt files when running mkisofs (Anthill #799)
+ o use binary mode for ftp
+ o fix gui "double screen" effect during restores
+- drakconnect:
+ o prevent identification mismatch on ethtool results (#9669)
+ o fix card name lookup when driver does not support GDRVINFO command
+ from ETHTOOL ioctl and there's only one card managed by this driver
+ o fallback on sysfs in order to get driver and card description when
+ ethtool is not supported (eg: ipw2100 driver for intel centrino)
+ o fix protocol switching from manual to DHCP when stepping back in
+ wizard
+- drakfirewall: handle BitTorrent (robert vojta)
+- drakTermServ: add /etc/modprobe* mount points for client hardware
+ config (stew)
+- keyboardrake (pablo):
+ o support more keyboards
+ o Nepali uses devanagari script
+- localedrake: handle Latgalian language (pablo)
+- net_monitor: ignore sit0
+
+* Tue May 11 2004 Pixel <pixel@mandrakesoft.com> 10-34.1mdk
+- fix pam configuration when using winbind (also fixes LDAP and NIS (?))
+- drakclock: do saner check for ntp package (Robert Vojta)
+- drakconnect:
+ o fix speedtouch ADSL model (using kernel mode) (poulpy)
+ o better LAN vs wireless filtering by using SIOCGIWNAME ioctl)
+ o handle ipw2100 wireless driver
+ o do not offer to set DOMAINNAME2 since it is never saved nor read
+ (#9580)
+ o kill "speedtouch and ISDN only work under 2.4 kernel" warnings
+ (poulpy)
+- drakfirewall: open more ports for samba
+- scannerdrake: fix firmware installation (till)
+
* Tue May 4 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-34mdk
- drakconnect:
o fix last step of interface destruction wizard
@@ -321,7 +421,6 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %_datadir/harddrak
to use it (poulpy)
- drakupdate_fstab: fix adding twice an entry in fstab, one with the
old name, one with the devfs name (pixel)
-- XFdrake: kill XFree86 3.x support (pixel)
* Fri Apr 30 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 10-33mdk
- create ~/tmp if needed when running a program