summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-03-02 02:51:59 +0000
committerPeter Jones <pjones@redhat.com>2005-03-02 02:51:59 +0000
commit570441db9e9134b482efc5212824c1bfcb3d95b3 (patch)
treef0ba4031685fbf3e1b9f6b63076ea7fa9a136db2 /anaconda.spec
parenta04619e231e733ae8918ac7fefddc063c2a8b1da (diff)
downloadanaconda-570441db9e9134b482efc5212824c1bfcb3d95b3.tar.gz
anaconda-570441db9e9134b482efc5212824c1bfcb3d95b3.tar.xz
anaconda-570441db9e9134b482efc5212824c1bfcb3d95b3.zip
Add changelog, bump version
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index a8bd2a3b4..d73e2d58a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.23
+Version: 10.2.0.24
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Mar 1 2005 Peter Jones <pjones@redhat.com> 10.2.0.24-1
+- gcc4 fixes (clumens, pjones)
+- build C files with -D_FORTIFY_SOURCE=2 (pjones)
+
* Mon Feb 28 2005 Chris Lumens <clumens@redhat.com> 10.2.0.23-1
- Don't write out filesystems to fstab we haven't mounted (katzj, #149091).
- Deal with multiple Apple Bootstrap partitions (pnasrat).