From a845740c1bd07c8a95ae2ac93bb9d201edc9c4e7 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sat, 5 May 2007 03:31:02 +0000 Subject: 2007-05-04 Jeremy Katz * anaconda.spec: Bump version. --- ChangeLog | 4 ++++ Makefile | 2 +- anaconda.spec | 14 +++++++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c351e6db..5017d0d30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-04 Jeremy Katz + + * anaconda.spec: Bump version. + 2007-05-04 Peter Jones * lvm.py: add lvm.vgcheckactive(), which tells you if lvm is active. diff --git a/Makefile b/Makefile index 1ae410704..9cfa894df 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ build: src @mkdir /tmp/anaconda cd /tmp/anaconda ; cvs co common ; cd common ; ./cvs-import.sh $(SRPMDIR)/anaconda-$(VERSION)-$(RELEASE).src.rpm @rm -rf /tmp/anaconda - brew build $(COLLECTION) 'cvs://cvs.devel.redhat.com/cvs/dist?devel/anaconda#$(CVSTAG)' + koji build $(COLLECTION) 'cvs://cvs.fedoraproject.org/cvs/pkgs?devel/anaconda#$(CVSTAG)' create-snapshot: @rm -rf /tmp/anaconda diff --git a/anaconda.spec b/anaconda.spec index c577c33ad..65c62bda7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.2.0.57 +Version: 11.2.0.58 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,18 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri May 4 2007 Jeremy Katz - 11.2.0.58-1 +- Set preferred rpm color (pnasrat, #235757) +- Add mk-rescueimage.ia64 (prarit, #236221) +- Be smarter about getting pid of iscsiadm (clumens, #223257) +- Relabel all of /var/log (#236774) +- Fixes for appletouch (#238355) +- Fix homedir labeling (#238277) +- Don't traceback in text mode without disks (#238695) +- Fix vncconnect (clumens, #238827) +- Don't eject too soon in kickstart (clumens, #238711, #239002) +- Fix lvm activation/deactivation (pjones, #224635) + * Mon Apr 30 2007 Jeremy Katz - 11.2.0.57-1 - fix build -- cgit