2008-02-18 10:26:34 +00:00
Name : update-kernel
2016-04-24 03:47:14 +03:00
Version : 0.9.9
2012-12-25 16:32:17 +08:00
Release : alt1
2008-02-18 10:26:34 +00:00
Summary : Update kernel and modules
2008-04-22 11:46:13 +06:00
License : GPL
2008-02-18 10:26:34 +00:00
Group : System/Kernel and hardware
2008-04-11 10:40:46 +06:00
Packager : Vladimir V Kamarzin <vvk@altlinux.ru>
2009-10-17 11:37:46 +03:00
Source : %name-%version.tar
2008-02-18 10:26:34 +00:00
BuildArch : noarch
2008-11-24 23:13:01 +05:00
Requires : /usr/bin/rpmevrcmp
2008-03-13 17:42:37 +05:00
2008-02-18 10:26:34 +00:00
%description
This package contains a script to conveniently update
kernel and modules.
It works by installing a new package set along with existing kernel
so that you don't end up without a kernel guaranteed to boot (your
good old one); by default, it will look for the most recent package
2009-10-17 11:37:46 +03:00
of the same flavour (e.g. " s t d - d e f " ) and try to install all the same
2008-02-18 10:26:34 +00:00
modules as already installed for that.
See also:
http://lists.altlinux.org/pipermail/community/2005-November/366618.html
http://lists.altlinux.org/pipermail/sisyphus/2006-November/192226.html
%prep
2008-12-28 17:45:17 +05:00
%setup
2008-02-18 10:26:34 +00:00
%install
2008-12-28 17:45:17 +05:00
install -pDm755 update_kernel_modules_cetus.sh %buildroot%_sbindir /%name
install -pm755 remove-old-kernels %buildroot%_sbindir /
2008-02-18 10:26:34 +00:00
%files
2013-07-11 22:58:01 +04:00
%_sbindir /update-kernel
%_sbindir /remove-old-kernels
2008-02-18 10:26:34 +00:00
%changelog
2016-04-24 03:47:14 +03:00
* Sun Apr 24 2016 Vitaly Lipatov <lav@altlinux.ru> 0.9.9-alt1
- remove-old-kernels: check only current flavour (or used with -t) (ALT bug #30717)
- remove-old-kernels: do not delete current or newest kernel(s)
2016-01-23 11:01:43 +07:00
* Sat Jan 23 2016 Terechkov Evgenii <evg@altlinux.org> 0.9.8-alt1
- Add help/force/dry-run options to remove-old-kernels
2015-08-23 21:01:57 +03:00
* Sun Aug 23 2015 Vitaly Lipatov <lav@altlinux.ru> 0.9.7-alt1
- check if we already have lastest kernel package (alt bug #26715)
2013-07-11 22:58:01 +04:00
* Thu Jul 11 2013 Vitaly Lipatov <lav@altlinux.ru> 0.9.6-alt1
- skip install if the latest kernel is already installed (ALT bug #26715)
2012-12-25 16:32:17 +08:00
* Tue Dec 25 2012 Terechkov Evgenii <evg@altlinux.org> 0.9.5-alt1
- Add --download-only (--dry-run/-n) support (ALT#25300)
2010-12-16 17:04:52 +03:00
* Thu Dec 16 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 0.9.4-alt2
- don't try to install unexistent modules
2010-12-09 10:33:36 +03:00
* Thu Dec 09 2010 Anton Protopopov <aspsk@altlinux.org> 0.9.4-alt1
- Install kernel and modules together
2010-09-28 18:34:22 +06:00
* Tue Sep 28 2010 Vladimir V. Kamarzin <vvk@altlinux.org> 0.9.3-alt1
[Dmitriy Kulik]
2010-09-27 14:41:45 +03:00
- Add interactive mode (-i)
2010-09-28 18:34:22 +06:00
- Add option -a|--all for installing all modules (Closes: #22271)
2010-09-27 14:41:45 +03:00
2009-10-17 11:37:46 +03:00
* Sat Oct 17 2009 Michael Shigorin <mike@altlinux.org> 0.9.2-alt1
- removed warning on x11setupdrv absence due to its obsolescence
(closes: #21872)
2009-08-31 12:30:56 +03:00
* Mon Aug 31 2009 Michael Shigorin <mike@altlinux.org> 0.9.1-alt1
- added one-liner to fix path to x11presetdrv (closes: #21301)
2009-03-10 11:52:12 +05:00
* Thu Mar 05 2009 Vladimir V. Kamarzin <vvk@altlinux.org> 0.9-alt1
- Add x11presetdrv calling (mike)
- Add ldconfig call after x11setupdrv (mike)
- Remove message about updating kernel-headers and kernel-headers-modules
2009-02-26 17:11:10 +05:00
* Thu Feb 26 2009 Vladimir V. Kamarzin <vvk@altlinux.org> 0.8.1-alt1
- update_kernel: run x11setupdrv only if Xorg present
2008-12-28 17:57:12 +05:00
* Sun Dec 28 2008 Vladimir V. Kamarzin <vvk@altlinux.org> 0.8-alt1
- update_kernel: update kernel-headers and kernel-headers-modules also
2008-12-28 18:00:11 +05:00
(me, kipruss) (Closes: #18259)
2008-12-28 17:57:12 +05:00
- Add new script remove-old-kernels. It removes all kernels except current
2008-12-28 18:05:35 +05:00
(Closes: #14764)
2008-12-28 17:57:12 +05:00
2008-11-24 23:18:32 +05:00
* Mon Nov 24 2008 Vladimir V. Kamarzin <vvk@altlinux.org> 0.7-alt1
- Use rpmevrcmp instead of rpmvercmp
- Use only serial/epoch+version+release when comparing versions
2008-09-22 11:23:21 +06:00
* Mon Sep 22 2008 Vladimir V. Kamarzin <vvk@altlinux.org> 0.6-alt1
- Run x11setupdrv if needed (mike)
2008-09-22 11:38:42 +06:00
- Spelling fixes (mike)
2008-09-20 21:56:31 +03:00
2008-09-01 12:34:31 +06:00
* Mon Sep 01 2008 Vladimir V Kamarzin <vvk@altlinux.org> 0.5-alt1
- Fix module-names calculation (Closes: #16946)
2008-04-22 11:46:13 +06:00
* Tue Apr 22 2008 Vladimir V Kamarzin <vvk@altlinux.ru> 0.4-alt1
- Rewrite modules upgrading procedure (Closes: #15380)
2008-04-15 18:35:54 +06:00
* Tue Apr 15 2008 Vladimir V Kamarzin <vvk@altlinux.ru> 0.3-alt4
- update_kernel: bugfix in options parser
2008-04-11 10:54:48 +06:00
* Fri Apr 11 2008 Vladimir V Kamarzin <vvk@altlinux.ru> 0.3-alt3
- Set dependency on /usr/bin/rpmvercmp instead of rpm-utils
2008-03-13 17:43:37 +05:00
* Thu Mar 13 2008 Vladimir V Kamarzin <vvk@altlinux.ru> 0.3-alt2
- Add dependency on rpm-utils
2008-03-12 01:19:29 +05:00
* Wed Mar 12 2008 Vladimir V Kamarzin <vvk@altlinux.ru> 0.3-alt1
- update-kernel:
+ use rpmvercmp(1) for getting newest kernel package name
+ old code for manual choosing of kernel flavour/release replaced with
options -t/-r
2008-03-03 14:38:32 +05:00
* Mon Mar 03 2008 Vladimir V Kamarzin <vvk@altlinux.ru> 0.2-alt1
- update-kernel:
+ implemented " f o r c e " mode
+ recode script to utf8
+ update copyright header
2008-02-18 10:26:34 +00:00
* Mon Feb 18 2008 Michael Shigorin <mike@altlinux.org> 0.1-alt2
- clarified License: (with lav@)
- noarch
* Sun Feb 17 2008 Michael Shigorin <mike@altlinux.org> 0.1-alt1
- initial package
- many thanks to Vitaly Lipatov (lav@) and Anatoly Kitouwaykin (cetus)
for writing and improving the script -- I just had to package it