mkkickstart-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Summary: Writes a kickstart description of the current machine.
  2. Summary(ja): 現在のマシンに関するキックスタート設定ファイル作成します
  3. Name: mkkickstart
  4. %define version 2.1
  5. Version: %{version}
  6. Release: 2%{?_dist_release}
  7. License: GPL
  8. Group: System Environment/Base
  9. Source: mkkickstart-%{version}.tar.gz
  10. Patch0: mkkickstart-%{version}-mandir.patch
  11. Exclusiveos: Linux
  12. Requires: sed fileutils textutils grep
  13. BuildArch: noarch
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Buildroot: %{_tmppath}/%{name}-root
  17. %description
  18. The mkkickstart program writes a kickstart description from the host
  19. machine. The kickstart description can then be used, during a CD-ROM
  20. or NFS installation, to automatically build that machine's
  21. configuration of Vine Linux on one or more other machines.
  22. Install mkkickstart if you want to use the kickstart method to
  23. automatically install Vine Linux.
  24. %description -l ja
  25. mkkickstart は現在のマシン構成などキックスタートインストールに必要な情報を
  26. 書き出します。これを使うことで CDROM や NFS による Vine Linux のインストール
  27. を自動化することが出来ます。
  28. %prep
  29. %setup
  30. %patch0 -p0
  31. %install
  32. make BUILDROOT=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %attr(755,root,root) /usr/sbin/mkkickstart
  37. %attr(644,root,root) %{_mandir}/man8/mkkickstart.8*
  38. %changelog
  39. * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.1-2vl5
  40. - applied new versioning policy, spec in utf-8
  41. * Thu Aug 16 2001 <sagami@vinelinux.org>
  42. - install manpage into %%{_mandir}
  43. * Thu Aug 3 2000 Jun Nishii <jun@vinelinux.org>
  44. - 2.1-1vl1
  45. * Thu Mar 17 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  46. - Changed for Vine Linux
  47. - several bug fixed
  48. * Thu Feb 3 2000 Matt Wilson <msw@redhat.com>
  49. - gzip manpage
  50. * Mon Nov 22 1999 Matt Wilson <msw@redhat.com>
  51. - Added patch from Jay Turner to make mkkickstart work with 6.1 and up
  52. * Sun Apr 11 1999 Erik Troan <ewt@redhat.com>
  53. - partition sizes could come out wrong
  54. - dig password out of /etc/shadow
  55. - create auth line
  56. * Sat Mar 27 1999 Erik Troan <ewt@redhat.com>
  57. - small partitions were being set as 0 MB
  58. * Sat Mar 27 1999 Erik Troan <ewt@redhat.com>
  59. - integrated alan's rel 4 fixes
  60. * Thu Feb 25 1999 Matt Wilson <msw@redhat.com>
  61. - updated spec file
  62. * Wed Feb 3 1999 Bill Nottingham <notting@redhat.com>
  63. - make noarch
  64. * Thu Sep 10 1998 Alan Cox <alan@redhat.com>
  65. - Fix nox
  66. * Thu Aug 27 1998 Alan Cox <alan@redhat.com>
  67. - Made the program output files to the correct format, rather than the
  68. original (and buggy) specification