summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2005-05-09 12:56:31 +0000
committerjorton <jorton@fedoraproject.org>2005-05-09 12:56:31 +0000
commit41aeab863f6b129f96f7ebd1d6104d5834092012 (patch)
tree36f030b0ea8ab5d01237f4af842296d1fb422a47
parent275875073ab069d35c31cebae731f9dd076dc388 (diff)
downloadhttpd-41aeab863f6b129f96f7ebd1d6104d5834092012.tar.gz
httpd-41aeab863f6b129f96f7ebd1d6104d5834092012.tar.xz
httpd-41aeab863f6b129f96f7ebd1d6104d5834092012.zip
- drop old "powered by Red Hat" logoshttpd-2_0_54-8
-rw-r--r--httpd.spec11
1 files changed, 4 insertions, 7 deletions
diff --git a/httpd.spec b/httpd.spec
index a175d0d..4eacca7 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,16 +7,14 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.0.54
-Release: 7
+Release: 8
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
Source3: httpd.logrotate
Source4: httpd.init
Source5: httpd.sysconf
-Source6: powered_by.gif
Source7: powered_by_fedora.png
-Source8: powered_by_rh.png
Source10: httpd.conf
Source11: ssl.conf
Source12: welcome.conf
@@ -345,12 +343,8 @@ find $RPM_BUILD_ROOT%{contentdir}/manual \( \
-name \*.xml -o -name \*.xml.* -o -name \*.ent -o -name \*.xsl -o -name \*.dtd \
\) -print0 | xargs -0 rm -f
-install -m 644 $RPM_SOURCE_DIR/powered_by.gif \
- $RPM_BUILD_ROOT%{contentdir}/icons
install -m 644 $RPM_SOURCE_DIR/powered_by_fedora.png \
$RPM_BUILD_ROOT%{contentdir}/icons
-install -m 644 $RPM_SOURCE_DIR/powered_by_rh.png \
- $RPM_BUILD_ROOT%{contentdir}/icons
# logs
rmdir $RPM_BUILD_ROOT%{_sysconfdir}/httpd/logs
@@ -551,6 +545,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/libtool
%changelog
+* Mon May 9 2005 Joe Orton <jorton@redhat.com> 2.0.54-8
+- drop old "powered by Red Hat" logos
+
* Wed May 4 2005 Joe Orton <jorton@redhat.com> 2.0.54-7
- mod_userdir: fix memory allocation issue (upstream #34588)
- mod_ldap: fix memory corruption issue (Brad Nicholes, upstream #34618)