diff options
| author | Joe Orton <jorton@redhat.com> | 2013-07-01 12:47:28 +0100 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2013-07-01 12:47:28 +0100 |
| commit | 6d8684fc6a7ce09f9495722d0b85d0b20ac979f2 (patch) | |
| tree | 0a8a16aaccd4f48cb99ace4027469f6024ed14cf | |
| parent | 2c793419b9808074047bd94ad217c362c6f210e7 (diff) | |
| download | httpd-6d8684fc6a7ce09f9495722d0b85d0b20ac979f2.tar.gz httpd-6d8684fc6a7ce09f9495722d0b85d0b20ac979f2.tar.xz httpd-6d8684fc6a7ce09f9495722d0b85d0b20ac979f2.zip | |
remove duplicate apxs man page from httpd-tools
| -rw-r--r-- | httpd.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,7 +14,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.4 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -576,6 +576,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %doc LICENSE NOTICE %exclude %{_bindir}/apxs +%exclude %{_mandir}/man1/apxs.1* %files manual %defattr(-,root,root) @@ -618,6 +619,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/rpm/macros.httpd %changelog +* Mon Jul 1 2013 Joe Orton <jorton@redhat.com> - 2.4.4-10 +- remove duplicate apxs man page from httpd-tools + * Mon Jun 17 2013 Joe Orton <jorton@redhat.com> - 2.4.4-9 - remove zombie dbmmanage script |
