2011-11-02 19:57:21 +04:00
Name : mkimage-profiles
2012-07-10 00:46:49 +04:00
Version : 0.7.3
2011-11-07 16:56:09 +04:00
Release : alt1
2011-11-02 19:57:21 +04:00
Summary : ALT Linux based distribution metaprofile
License : GPLv2+
Group : Development/Other
2011-11-25 00:23:10 +04:00
Url : http://www.altlinux.org/Mkimage/Profiles/m-p
2011-11-02 19:57:21 +04:00
Source : %name-%version.tar
Packager : Michael Shigorin <mike@altlinux.org>
BuildArch : noarch
Requires : rsync git-core
Requires : time schedutils
2011-11-08 02:07:56 +04:00
Requires : mkimage >= 0.2.0
2011-11-02 19:57:21 +04:00
2012-03-19 21:19:56 +04:00
# Recommends: graphviz
2011-11-02 19:57:21 +04:00
%define mpdir %_datadir/%name
%add_findreq_skiplist %mpdir/*.in/*
%description
mkimage-profiles is a collection of bits and pieces useful for
distributions construction: it contains package lists, features,
and whole subprofiles (like " r e s c u e " building block) for you
to choose from, and some ready-made image recipes as well.
Make no mistake: constructing distributions isn't just fun, it takes
a lot of passion and knowledge to produce a non-trivial one. So m-p
(the short nick for mkimage-profiles) is complex too. If you need
-- or want -- to make just a few tweaks to an existing recipe, it might
be easier to comprehend the generated profile (aka builddir) which
contains only the needed subprofiles, script hooks and package lists
and is way more compact.
Virtual environment template caches (OpenVZ/LXC) can be made either.
In short, setup hasher (http://en.altlinux.org/hasher) and here we go:
cd %mpdir
head README
2012-03-27 00:23:30 +04:00
make syslinux.iso
2011-11-02 19:57:21 +04:00
But if you're into regular distro hacking and are not afraid of make
and modest metaprogramming (some code generation and introspection),
welcome to the metaprofile itself; read the docs and get the git:
%url
%prep
%setup
%build
%install
mkdir -p %buildroot%mpdir
cp -a * %buildroot%mpdir
%files
2011-11-07 13:48:36 +04:00
%mpdir/
2011-11-02 19:57:21 +04:00
%doc doc/
%doc README QUICKSTART
%changelog
2012-07-10 00:46:49 +04:00
* Mon Jul 09 2012 Michael Shigorin <mike@altlinux.org> 0.7.3-alt1
- arm builds
2012-07-02 17:17:22 +04:00
* Mon Jul 02 2012 Michael Shigorin <mike@altlinux.org> 0.7.2-alt1
- simply fixes
2012-06-25 21:29:06 +04:00
* Mon Jun 25 2012 Michael Shigorin <mike@altlinux.org> 0.7.1-alt1
- vm improvements and assorted tweaks/fixes
2012-06-18 22:12:13 +04:00
* Mon Jun 18 2012 Michael Shigorin <mike@altlinux.org> 0.7.0-alt1
- new features:
+ initial build-vm
+ plymouth
2012-05-28 23:13:50 +04:00
* Mon May 28 2012 Michael Shigorin <mike@altlinux.org> 0.6.8-alt1
- minor bugfixes
2012-05-21 22:29:58 +04:00
* Mon May 21 2012 Michael Shigorin <mike@altlinux.org> 0.6.7-alt1
- docs updates
2012-05-14 21:09:28 +04:00
* Mon May 14 2012 Michael Shigorin <mike@altlinux.org> 0.6.6-alt1
- build helpers refactored
- initial frontend support
2012-05-08 00:11:59 +04:00
* Mon May 07 2012 Michael Shigorin <mike@altlinux.org> 0.6.5-alt1
- branding feature
2012-04-24 00:41:48 +04:00
* Mon Apr 23 2012 Michael Shigorin <mike@altlinux.org> 0.6.4-alt1
- simply better (tm)
2012-04-09 23:23:59 +04:00
* Mon Apr 09 2012 Michael Shigorin <mike@altlinux.org> 0.6.3-alt1
- massive squashfs tuning
2012-04-02 19:18:52 +04:00
* Mon Apr 02 2012 Michael Shigorin <mike@altlinux.org> 0.6.2-alt1
- better live-webkiosk and initial live-flightgear
- cleanup, syslinux, xorg feature tweaks
2012-03-27 00:23:30 +04:00
* Mon Mar 26 2012 Michael Shigorin <mike@altlinux.org> 0.6.1-alt1
- ISO9660 metadata support
- initial alien VE image
2012-03-19 21:19:56 +04:00
* Mon Mar 19 2012 Michael Shigorin <mike@altlinux.org> 0.6.0-alt1
- reports (targets graph)
2012-03-13 00:15:06 +04:00
* Mon Mar 12 2012 Michael Shigorin <mike@altlinux.org> 0.5.7-alt1
- distro tweaks
2012-02-21 00:43:10 +04:00
* Mon Feb 20 2012 Michael Shigorin <mike@altlinux.org> 0.5.6-alt1
- minor fixups
2012-02-06 19:09:03 +04:00
* Mon Feb 06 2012 Michael Shigorin <mike@altlinux.org> 0.5.5-alt1
- live-related tweaks (including live.hooks support)
- terminal server and webkiosk images
2012-01-17 00:36:43 +04:00
* Mon Jan 16 2012 Michael Shigorin <mike@altlinux.org> 0.5.4-alt1
- better diags for initial deployment
2012-01-02 20:03:17 +04:00
* Mon Jan 02 2012 Michael Shigorin <mike@altlinux.org> 0.5.3-alt1
- multi-target, multi-arch, single-job builds
2011-12-20 00:46:20 +04:00
* Mon Dec 19 2011 Michael Shigorin <mike@altlinux.org> 0.5.2-alt1
- THE_{KMODULES,PACKAGES,LISTS,GROUPS}
- incremental development, refactoring and bugfixing
2011-12-02 22:08:17 +04:00
* Fri Dec 02 2011 Michael Shigorin <mike@altlinux.org> 0.5.1-alt1
- generic VE archive type (added cpio and xz either)
- minor additions/fixes
2011-11-21 14:28:10 +04:00
* Mon Nov 21 2011 Michael Shigorin <mike@altlinux.org> 0.5.0-alt1
- add_feature for autoregistration (simple but invasive)
- added features: isomd5sum, repo, systemd
- changed features: powerbutton -> power
2011-11-08 02:07:56 +04:00
* Tue Nov 08 2011 Michael Shigorin <mike@altlinux.org> 0.4.3.2-alt1
- mkimage version required/checked
2011-11-07 16:56:09 +04:00
* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.4.3.1-alt1
- CLEAN by default unless DEBUG
2011-11-07 13:48:36 +04:00
* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.4.3-alt2
- include %mpdir/ itself as well
2011-11-07 02:06:54 +04:00
* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.4.3-alt1
- enhancements to logging
- NICE variable: employ nice(1) and ionice(1) if available
- features.in/syslinux: banner tweaked to include target name
- features.in/live: set up unicode locale/consolefont
2011-11-02 19:57:21 +04:00
* Wed Nov 02 2011 Michael Shigorin <mike@altlinux.org> 0.4.2-alt1
- initial package