Get ready for 0.14.1
Renamed moblin to meego
This commit is contained in:
parent
4fc5daba58
commit
97943f960e
@ -13,7 +13,7 @@ fedora_DATA = \
|
|||||||
fedora-livecd-desktop.ks \
|
fedora-livecd-desktop.ks \
|
||||||
fedora-livecd-kde.ks \
|
fedora-livecd-kde.ks \
|
||||||
fedora-livecd-lxde.ks \
|
fedora-livecd-lxde.ks \
|
||||||
fedora-livecd-moblin.ks \
|
fedora-livecd-meego.ks \
|
||||||
fedora-livecd-soas.ks \
|
fedora-livecd-soas.ks \
|
||||||
fedora-livecd-xfce.ks \
|
fedora-livecd-xfce.ks \
|
||||||
fedora-livedvd-electronic-lab.ks \
|
fedora-livedvd-electronic-lab.ks \
|
||||||
|
2
README
2
README
@ -20,6 +20,8 @@ cd spin-kickstarts
|
|||||||
git checkout BRANCHNAME
|
git checkout BRANCHNAME
|
||||||
# Edit configure.ac to update the version or release
|
# Edit configure.ac to update the version or release
|
||||||
# Edit spin-kickstarts.spec.in to update the change log
|
# Edit spin-kickstarts.spec.in to update the change log
|
||||||
|
git commit -a
|
||||||
|
git push
|
||||||
aclocal
|
aclocal
|
||||||
automake
|
automake
|
||||||
autoconf
|
autoconf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([spin-kickstarts], 0.14.0)
|
AC_INIT([spin-kickstarts], 0.14.1)
|
||||||
AC_SUBST([RELEASE], 1)
|
AC_SUBST([RELEASE], 1)
|
||||||
|
|
||||||
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
||||||
|
@ -76,8 +76,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_datadir}/%{name}/l10n/README
|
%doc %{_datadir}/%{name}/l10n/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
|
* @DATESTAMP@ Bruno Wolff III <bruno@wolff.to> @VERSION@-@RELEASE@
|
||||||
- New release
|
- Get a snapshot of kickstarts just prior to f14 branch
|
||||||
|
|
||||||
|
* Mon Jun 07 2010 Bruno Wolff III <bruno@wolff.to> 0.14.0-1
|
||||||
|
- New release for F14
|
||||||
|
- Add some documentation about how rebuild package from git repo
|
||||||
|
- Change custom kickstarts to use ../ to refer to included kickstarts
|
||||||
|
|
||||||
* Sun Jul 05 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.4-1
|
* Sun Jul 05 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.4-1
|
||||||
- Fix repos in fedora-install-fedora.ks (#505262)
|
- Fix repos in fedora-install-fedora.ks (#505262)
|
||||||
|
Loading…
Reference in New Issue
Block a user