Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37652775
en ru br
ALT Linux repos
S:0.119-alt1
5.0: 0.99.0-alt1
4.1: 0.99.0-alt1
4.0: 0.11-alt1
3.0: 0.8-alt1

Group :: Development/Kernel
RPM: kernel-build-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

22 april 2008 Sergey Vlasov <vsu at altlinux.ru> 0.99.0-alt1

  • Add new scripts to the kernel-build-tools package:
     + buildkernel, buildmodules - scripts for build kernel and module packages
       from git repositories;
     + merge-all-branches - script for easier merging of multiple fix and feature
       branches into the release branch of a kernel package.
  • Add documentation for new scripts (README.ru.koi8, README.ru.html) and a
     sample config file.
  • Remove obsolete update_module_specs script.

3 february 2008 Sergey Vlasov <vsu at altlinux.ru> 0.11-alt1

  • kernel-macros:
     + %base_arch: Fix problem with athlon and athlon_xp architectures due to
       broken regexp (#14300).

7 november 2007 Sergey Vlasov <vsu at altlinux.ru> 0.10-alt1

  • kernel-macros:
     %base_arch: Add pentium2, pentium3, athlon_xp architectures.
  • Split package into separate parts:
     + rpm-build-kernel - files actually required for building kernel-related
       packages (this package should replace kernel-build-tools in BuildRequires);
     + kernel-build-tools - scripts and documentation used by kernel package
       maintainers (should not be used in BuildRequires anymore).
  • Updated kernel-policy and spec example for new package split.
  • Fixed summary and description (#2730).

8 may 2006 Sergey Vlasov <vsu at altlinux.ru> 0.9-alt1

  • kernel-macros:
     + %get_patch_list: add package versions to the returned list (needed to get
       correct BuildRequires for kernel packages);
     + %get_patch_list, %format_patch_list: pass current %_dbpath to rpmquery
       to get correct results when using build scripts from kernel CVS.

3 december 2005 Sergey Vlasov <vsu at altlinux.ru> 0.8-alt2

  • kernel-macros: fix by Dmitry V. Levin <ldv@altlinux>:
     + %_src_list: quote % to avoid unneeded macro expansion

14 july 2005 Anton D. Kachalov <mouse at altlinux.org> 0.8-alt1

  • kernel-macros: added macros for per-arch configuration:
     + %set_kernel_arches
     + %get_kernel_config

11 june 2005 Sergey Vlasov <vsu at altlinux.ru> 0.7-alt2

  • kernel-macros: fix %base_arch to support pentium4 and k6 targets (#7055).

3 august 2004 Sergey Vlasov <vsu at altlinux.ru> 0.7-alt1

  • kernel-macros: added macros for installation scripts:
     + %post_kernel_image
     + %preun_kernel_image
     + %post_kernel_headers
     + %preun_kernel_headers
     + %post_kernel_modules
     + %postun_kernel_modules
  • updated kernel-policy:
     + added description for new macros
  • updated kernel spec example:
     + use new macros in scripts

2 february 2004 Sergey Vlasov <vsu at altlinux.ru> 0.6-alt6

  • kernel-macros:
  • added not_PATCHSET support
  • updated kernel-policy
  • updated kernel spec example and separated it from policy text

18 january 2004 Sergey Vlasov <vsu at altlinux.ru> 0.6-alt5

  • kernel-macros:
  • fixed apply_recursive fix
  • allow URLs in %source
  • updated kernel-policy

15 january 2004 Ed V. Bartosh <ed at altlinux.org> 0.6-alt4

  • apply_recursive fix: check for return code in recursive calls

18 december 2003 Sergey Vlasov <vsu at altlinux.ru> 0.6-alt3

  • kernel-macros:
  • enhanced %source to take an optional subdirectory for patch file
       installation
  • dropped %source_kver (now this is handled by %source)

17 december 2003 Sergey Vlasov <vsu at altlinux.ru> 0.6-alt2

  • kernel-macros:
  • %apply_patches: cleanup; fixed bugs in recursive patch application; allow
       00_ prefixes for all special directories
  • %install_patches, %source: reworked kernel version specific patch
       installation

5 december 2003 Ed V. Bartosh <ed at altlinux.ru> 0.6-alt1

  • kernel-policy: Sergey Vlasov added to the kernel committee
  • kernel-macros: added ability to apply patches only to the specified kernel version

11 november 2003 Ed V. Bartosh <ed at altlinux.ru> 0.5-alt5

  • fix: set right permissions to upgrade_module_specs

30 october 2003 Ed V. Bartosh <ed at altlinux.ru> 0.5-alt4

  • Change packager to ed@altlinux.ru

3 september 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.5-alt3

  • upgrade_module_spec: fixed bug with non-only-digit release increment
  • upgrade_module_spec: save spec formatting during replace

7 august 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.5-alt2

  • macro 'format_patch_list' corrected

5 august 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.5-alt1

  • apply_patches macro: improve support of applying dependent patches
  • upgrade_module_spec improved
  • kgcc_package added to the kernel-macros

31 july 2003 Peter Novodvorsky <nidd at altlinux.com> 0.4-alt1

  • added upgrade_module_specs script.

4 july 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.3-alt4

  • spec typos fixed

1 july 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.3-alt3

  • policy naming rules minor changes
  • %source and %install_patches macroses added

6 june 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.3-alt2

  • Sinchronized with Peter's work, added kernel-policy

26 may 2003 Peter Novodvorsky <nidd at altlinux.com> 0.3-alt1

  • new version of kernel-macros from Ed.
  • 1.0 version of kernel-policy.

30 april 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.1-alt5

  • %copy_sources macro added

22 april 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.1-alt4

  • stop applying patches when  patch or apply script return error

22 april 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.1-alt3

  • %kernel_src and %kernel_srcdir defines added

19 april 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.1-alt2

  • %apply_patches: add ability to don't apply patch for specific kernel version
  • %apply_patches: add ability to use 'NN_' prefix for directory patches

15 april 2003 Ed V. Bartosh <ed at sam-solutions.net> 0.1-alt1

  • Initial release
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin