configure.ac | 2 +- unity/Makefile.am | 2 ++ unity/conf/conf.d/fedora-11-everything.cfg | 3 +++ unity/conf/conf.d/fedora-11-single-cd.cfg | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 6cd00408333b22999d0d4e56ce84d7529aed1346 Merge: b5fe806... 775d634... Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jun 19 16:51:22 2009 +0200
Merge branch 'master' of ssh://git.fedorahosted.org/git/revisor
commit b5fe80657112cf9272e024b6adc4a31f3e0a8dc3 Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jun 19 16:49:59 2009 +0200
Add everything and single-cd files
diff --git a/unity/Makefile.am b/unity/Makefile.am index b0ecb16..31882c5 100644 --- a/unity/Makefile.am +++ b/unity/Makefile.am @@ -12,6 +12,8 @@ etcconf_DATA = \
revisorconfdir = $(sysconfdir)/revisor-unity/conf.d/ revisorconf_DATA = \ + conf/conf.d/fedora-11-everything.cfg \ + conf/conf.d/fedora-11-single-cd.cfg \ conf/conf.d/revisor-f11-i386-respin.conf \ conf/conf.d/revisor-f11-ppc64-respin.conf \ conf/conf.d/revisor-f11-ppc-respin.conf \
commit 485be2378190b978b3ea58912793835e79ab00cf Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jun 19 16:48:51 2009 +0200
Add everything spin and single-cd files
diff --git a/unity/conf/conf.d/fedora-11-everything.cfg b/unity/conf/conf.d/fedora-11-everything.cfg new file mode 100644 index 0000000..92bb857 --- /dev/null +++ b/unity/conf/conf.d/fedora-11-everything.cfg @@ -0,0 +1,3 @@ +%packages +* +%end diff --git a/unity/conf/conf.d/fedora-11-single-cd.cfg b/unity/conf/conf.d/fedora-11-single-cd.cfg new file mode 100644 index 0000000..d609a87 --- /dev/null +++ b/unity/conf/conf.d/fedora-11-single-cd.cfg @@ -0,0 +1,2 @@ +%packages +%end
commit ecef56b9e49e5ff9b779ef388298c19c8079db52 Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jun 19 16:48:22 2009 +0200
Bump version
diff --git a/configure.ac b/configure.ac index 9eb8096..47f45dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([revisor], 2.1.5) +AC_INIT([revisor], 2.1.6) AC_SUBST([RELEASE], 1)
AC_CONFIG_SRCDIR(revisor/__init__.py.in)
revisor-devel@lists.stg.fedorahosted.org