forked from pool/apache2
Accepting request 129514 from home:elvigia:branches:Apache
- Fix factory-auto (aka r2dbag) complains about URL. - Provide a symlink for apxs2 new location otherwise all buggy spec files of external modules will break. OBS-URL: https://build.opensuse.org/request/show/129514 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=372
This commit is contained in:
parent
435dd9044b
commit
55a6bc22c8
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 04:10:13 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
- Fix factory-auto (aka r2dbag) complains about URL.
|
||||
- Provide a symlink for apxs2 new location otherwise
|
||||
all buggy spec files of external modules will break.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 02:21:34 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -79,7 +79,7 @@ BuildRequires: expat-devel
|
||||
Version: 2.4.2
|
||||
Release: 0
|
||||
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
||||
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.xz
|
||||
Source0: httpd-%{realver}.tar.xz
|
||||
# Add file to take mtime from it in prep section
|
||||
Source1: apache2.changes
|
||||
Source6: 60C5442D.key
|
||||
@ -768,7 +768,7 @@ popd
|
||||
install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
|
||||
install -m 644 %{S:49} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||
install -m 644 %{S:50} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
||||
|
||||
ln -sf %{_bindir}/apxs%{vers} %{buildroot}%{_sbindir}
|
||||
#
|
||||
# filelists
|
||||
#
|
||||
@ -967,6 +967,7 @@ mv $RPM_BUILD_ROOT/%{sysconfdir}/original .
|
||||
%dir %{installbuilddir}
|
||||
%dir %{includedir}
|
||||
%{_bindir}/apxs%{vers}
|
||||
%{_sbindir}/apxs%{vers}
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user