rpms/system-config-httpd/devel .cvsignore, 1.7, 1.8 sources, 1.10, 1.11 system-config-httpd.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 10 16:57:57 UTC 2006


Author: pknirsch

Update of /cvs/dist/rpms/system-config-httpd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29896

Modified Files:
	.cvsignore sources system-config-httpd.spec 
Log Message:
- Huge update, see specfile for changes.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-httpd/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Nov 2005 16:08:47 -0000	1.7
+++ .cvsignore	10 Nov 2006 16:57:54 -0000	1.8
@@ -1 +1 @@
-system-config-httpd-1.3.3.tar.gz
+system-config-httpd-1.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-httpd/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	4 Nov 2005 16:08:47 -0000	1.10
+++ sources	10 Nov 2006 16:57:54 -0000	1.11
@@ -1 +1 @@
-5bd8f6757081e966747d97100a024157  system-config-httpd-1.3.3.tar.gz
+0b5f37d9c848f7ffa1449ed88dc2a3f6  system-config-httpd-1.4.0.tar.gz


Index: system-config-httpd.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-httpd/devel/system-config-httpd.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- system-config-httpd.spec	12 Jul 2006 08:22:55 -0000	1.13
+++ system-config-httpd.spec	10 Nov 2006 16:57:54 -0000	1.14
@@ -1,13 +1,13 @@
 Summary: Apache configuration tool
 Name: system-config-httpd
-Version: 1.3.3
-Release: 1.1.1
+Version: 1.4.0
+Release: 1%{?dist}
 Epoch: 5
 URL: http://www.redhat.com/
 Source0: system-config-httpd-%{version}.tar.gz
 License: GPL
 Group: Applications/System
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildPrereq: alchemist, alchemist-devel, python >= 2.2, python-devel >= 2.2
 BuildPrereq: libglade2-devel, intltool >= 0.17
 BuildArch: noarch
@@ -43,13 +43,15 @@
 fi
 
 %preun
-if [ -d /var/cache/alchemist/apache ] ; then
-  rm -rf /var/cache/alchemist/apache/*
-fi
-
-if [ -d /usr/share/system-config-httpd ] ; then
-  rm -rf /usr/share/system-config-httpd/*.pyc
-  rm -rf /usr/share/system-config-httpd/*.md5
+if [ $1 = 0 ]; then
+  if [ -d /var/cache/alchemist/apache ] ; then
+    rm -rf /var/cache/alchemist/apache/*
+  fi
+
+  if [ -d /usr/share/system-config-httpd ] ; then
+    rm -rf /usr/share/system-config-httpd/*.pyc
+    rm -rf /usr/share/system-config-httpd/*.md5
+  fi
 fi
 
 %files -f system-config-httpd.lang
@@ -70,6 +72,13 @@
 %dir /var/cache/alchemist/apache
 
 %changelog
+* Fri Nov 10 2006 Phil Knirsch <pknirsch at redhat.com> 1.4.0-1.fc7
+- Finished SSL related bugfixes finally, too
+- Fixed problem with s-c-h removing config and .pyc files after update
+
+* Wed Oct 25 2006 Phil Knirsch <pknirsch at redhat.com>
+- Large update for system-config-httpd with lots of bugfixes
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 5:1.3.3-1.1.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list