diff --git a/nginx-1.4.2.tar.gz.asc b/nginx-1.4.2.tar.gz.asc deleted file mode 100644 index 8f588d2..0000000 --- a/nginx-1.4.2.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.13 (FreeBSD) - -iQEcBAABAgAGBQJR5pgsAAoJEFIKmZOhwFL4EpAH/jwNVReYdC7UprxfrWQQCMGb -SnDJwLycynEtJuexviVl6w/bLkvVYRVrF9zxWEgaqymVjdp9f/AkJgwNlGsVaz4K -T11WuLGK1kZc6LvKZSZVsU6fbxYnkjbnpd2Uo47k+aLHfMMFZ5vtoEdxN5ANxu7A -8AP1r9+n9h5VOYt59IuyPmPn/Q7zPo/tK+snHv2UOupFutcjXe/44eKHpVM8iAnV -+O0so5wuAmbYVatA6/mu1HyWGrFId4qOH/RJeHb+OmGO6gU1QFB3SNe8EgKd4okl -3HepqhhRrJFxfN3mg7qoraHwMhT/ajUWUFcWtJuSEfVCSIPGVpAcTON8EqnplSA= -=HR/R ------END PGP SIGNATURE----- diff --git a/nginx-1.8.0.tar.gz b/nginx-1.8.0.tar.gz deleted file mode 100644 index 7085710..0000000 Binary files a/nginx-1.8.0.tar.gz and /dev/null differ diff --git a/nginx.spec b/nginx.spec index 9c71ba9..06bf500 100644 --- a/nginx.spec +++ b/nginx.spec @@ -21,7 +21,7 @@ Name: nginx Epoch: 1 Version: 1.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -256,6 +256,12 @@ fi %changelog +* Sun Jun 14 2015 Jamie Nguyen - 1.6.3-3 +- replace /bin/kill with /usr/bin/systemctl kill in logrotate script (#1231543) +- remove After=syslog.target in nginx.service (#1231543) +- replace ExecStop with KillSignal=SIGQUIT in nginx.service (#1231543) +- remove KillMode=mixed as this is not supported on systemd v208 + * Sun May 10 2015 Jamie Nguyen - 1:1.6.3-2 - improve nginx-upgrade - run nginx-upgrade on package updates