Update to upstream release 1.2.7
This commit is contained in:
parent
4f8de83470
commit
501734eb99
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ x86_64/
|
|||||||
/nginx-1.2.4.tar.gz
|
/nginx-1.2.4.tar.gz
|
||||||
/nginx-1.2.5.tar.gz
|
/nginx-1.2.5.tar.gz
|
||||||
/nginx-1.2.6.tar.gz
|
/nginx-1.2.6.tar.gz
|
||||||
|
/nginx-1.2.7.tar.gz
|
||||||
|
/nginx-1.2.7.tar.gz.asc
|
||||||
|
11
nginx-1.2.7.tar.gz.asc
Normal file
11
nginx-1.2.7.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (FreeBSD)
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJRGkaOAAoJEFIKmZOhwFL4l8YH/iFOuytA0Ra0QzAMRKPFoLWT
|
||||||
|
6qi18ERn7lBpaT+4aS6+Wn8KDk9KQf+79tsiJ++xowjLOvqzQGHZIiqFsfJcTWjH
|
||||||
|
3FEJ8LSmnbpZuF34gYHiPIC4yNWCgs4AjQge1cu/jr0wyQ2RvOdbSnd3rOAlUz5f
|
||||||
|
3xXReT3avAqVnKm0+fwuaHQX/LpPn/7qcCb9LUSKyhprW5qz3i36mirCFzS8oYx9
|
||||||
|
31JogHr3eW3uBnTT/N4rbwiPyur56CgHzihGClAxrPbXIXSCTDqqDk8o39PcyWqC
|
||||||
|
3aRLmEALYf/OasuNCc8rR+D+XRCLPXC+LmxNrInpqDNqUmlKs9qf+8xk8xPm90E=
|
||||||
|
=I9Ng
|
||||||
|
-----END PGP SIGNATURE-----
|
29
nginx.spec
29
nginx.spec
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.2.6
|
Version: 1.2.7
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: A high performance web server and reverse proxy server
|
Summary: A high performance web server and reverse proxy server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -21,11 +21,12 @@ License: BSD
|
|||||||
URL: http://nginx.org/
|
URL: http://nginx.org/
|
||||||
|
|
||||||
Source0: http://nginx.org/download/nginx-%{version}.tar.gz
|
Source0: http://nginx.org/download/nginx-%{version}.tar.gz
|
||||||
Source1: nginx.service
|
Source1: http://nginx.org/download/nginx-%{version}.tar.gz.asc
|
||||||
Source2: nginx.logrotate
|
Source10: nginx.service
|
||||||
Source3: nginx.conf
|
Source11: nginx.logrotate
|
||||||
Source4: nginx-upgrade
|
Source12: nginx.conf
|
||||||
Source5: nginx-upgrade.8
|
Source13: nginx-upgrade
|
||||||
|
Source14: nginx-upgrade.8
|
||||||
Source100: index.html
|
Source100: index.html
|
||||||
Source101: poweredby.png
|
Source101: poweredby.png
|
||||||
Source102: nginx-logo.png
|
Source102: nginx-logo.png
|
||||||
@ -122,9 +123,9 @@ find %{buildroot} -type f -name perllocal.pod -exec rm -f '{}' \;
|
|||||||
find %{buildroot} -type f -empty -exec rm -f '{}' \;
|
find %{buildroot} -type f -empty -exec rm -f '{}' \;
|
||||||
find %{buildroot} -type f -iname '*.so' -exec chmod 0755 '{}' \;
|
find %{buildroot} -type f -iname '*.so' -exec chmod 0755 '{}' \;
|
||||||
|
|
||||||
install -p -D -m 0644 %{SOURCE1} \
|
install -p -D -m 0644 %{SOURCE10} \
|
||||||
%{buildroot}%{_unitdir}/nginx.service
|
%{buildroot}%{_unitdir}/nginx.service
|
||||||
install -p -D -m 0644 %{SOURCE2} \
|
install -p -D -m 0644 %{SOURCE11} \
|
||||||
%{buildroot}%{_sysconfdir}/logrotate.d/nginx
|
%{buildroot}%{_sysconfdir}/logrotate.d/nginx
|
||||||
|
|
||||||
install -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d
|
install -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d
|
||||||
@ -132,7 +133,7 @@ install -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
|
|||||||
install -p -d -m 0755 %{buildroot}%{nginx_logdir}
|
install -p -d -m 0755 %{buildroot}%{nginx_logdir}
|
||||||
install -p -d -m 0755 %{buildroot}%{nginx_webroot}
|
install -p -d -m 0755 %{buildroot}%{nginx_webroot}
|
||||||
|
|
||||||
install -p -m 0644 %{SOURCE3} \
|
install -p -m 0644 %{SOURCE12} \
|
||||||
%{buildroot}%{nginx_confdir}
|
%{buildroot}%{nginx_confdir}
|
||||||
install -p -m 0644 %{SOURCE100} \
|
install -p -m 0644 %{SOURCE100} \
|
||||||
%{buildroot}%{nginx_webroot}
|
%{buildroot}%{nginx_webroot}
|
||||||
@ -144,8 +145,8 @@ install -p -m 0644 %{SOURCE103} %{SOURCE104} \
|
|||||||
install -p -D -m 0644 %{_builddir}/nginx-%{version}/man/nginx.8 \
|
install -p -D -m 0644 %{_builddir}/nginx-%{version}/man/nginx.8 \
|
||||||
%{buildroot}%{_mandir}/man8/nginx.8
|
%{buildroot}%{_mandir}/man8/nginx.8
|
||||||
|
|
||||||
install -p -D -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/nginx-upgrade
|
install -p -D -m 0755 %{SOURCE13} %{buildroot}%{_bindir}/nginx-upgrade
|
||||||
install -p -D -m 0644 %{SOURCE5} %{buildroot}%{_mandir}/man8/nginx-upgrade.8
|
install -p -D -m 0644 %{SOURCE14} %{buildroot}%{_mandir}/man8/nginx-upgrade.8
|
||||||
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -202,6 +203,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 16 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.7-1
|
||||||
|
- update to upstream release 1.2.7
|
||||||
|
- add .asc file
|
||||||
|
|
||||||
* Tue Feb 05 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-6
|
* Tue Feb 05 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-6
|
||||||
- use 'kill' instead of 'systemctl' when rotating log files to workaround
|
- use 'kill' instead of 'systemctl' when rotating log files to workaround
|
||||||
SELinux issue (#889151)
|
SELinux issue (#889151)
|
||||||
|
Loading…
Reference in New Issue
Block a user