import varnish-6.6.2-2.el9
This commit is contained in:
parent
04686d1324
commit
d8e469f836
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/pkg-varnish-cache-ec7ad9e.tar.gz
|
SOURCES/pkg-varnish-cache-ec7ad9e.tar.gz
|
||||||
SOURCES/varnish-6.5.2.tgz
|
SOURCES/varnish-6.6.2.tgz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
d15a2afe52d546c45b46875b656ec3542c69e2f2 SOURCES/pkg-varnish-cache-ec7ad9e.tar.gz
|
d15a2afe52d546c45b46875b656ec3542c69e2f2 SOURCES/pkg-varnish-cache-ec7ad9e.tar.gz
|
||||||
150fdd3883d87f4a40e403b7c26999c73b1ba143 SOURCES/varnish-6.5.2.tgz
|
d2423c88186f5d409c72870199c8b46d489fdb48 SOURCES/varnish-6.6.2.tgz
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
%global __provides_exclude_from ^%{_libdir}/varnish/vmods
|
%global __provides_exclude_from ^%{_libdir}/varnish/vmods
|
||||||
|
|
||||||
%global abi 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64
|
%global abi 17c51b08e037fc8533fb3687a042a867235fc72f
|
||||||
%global vrt 12.0
|
%global vrt 13.0
|
||||||
|
|
||||||
# Package scripts are now external
|
# Package scripts are now external
|
||||||
# https://github.com/varnishcache/pkg-varnish-cache
|
# https://github.com/varnishcache/pkg-varnish-cache
|
||||||
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Summary: High-performance HTTP accelerator
|
Summary: High-performance HTTP accelerator
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Version: 6.5.2
|
Version: 6.6.2
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://www.varnish-cache.org/
|
URL: https://www.varnish-cache.org/
|
||||||
@ -136,14 +136,12 @@ Summary: Development files for %{name}
|
|||||||
Provides: varnish-libs-devel%{?isa} = %{version}-%{release}
|
Provides: varnish-libs-devel%{?isa} = %{version}-%{release}
|
||||||
Provides: varnish-libs-devel = %{version}-%{release}
|
Provides: varnish-libs-devel = %{version}-%{release}
|
||||||
Obsoletes: varnish-libs-devel < %{version}-%{release}
|
Obsoletes: varnish-libs-devel < %{version}-%{release}
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: python3
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for %{name}
|
Development files for %{name}
|
||||||
Varnish Cache is a high-performance HTTP accelerator
|
Varnish Cache is a high-performance HTTP accelerator
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: python3
|
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: Documentation files for %name
|
Summary: Documentation files for %name
|
||||||
|
|
||||||
@ -236,8 +234,10 @@ install -D -m 0755 redhat/varnishreload %{buildroot}%{_sbindir}/varnishreload
|
|||||||
echo %{_libdir}/varnish > %{buildroot}%{_sysconfdir}/ld.so.conf.d/varnish-%{_arch}.conf
|
echo %{_libdir}/varnish > %{buildroot}%{_sysconfdir}/ld.so.conf.d/varnish-%{_arch}.conf
|
||||||
|
|
||||||
# No idea why these ends up with mode 600 in the debug package
|
# No idea why these ends up with mode 600 in the debug package
|
||||||
|
%if 0%{debug_package}
|
||||||
chmod 644 lib/libvmod_*/*.c
|
chmod 644 lib/libvmod_*/*.c
|
||||||
chmod 644 lib/libvmod_*/*.h
|
chmod 644 lib/libvmod_*/*.h
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -300,6 +300,10 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 17 2022 Luboš Uhliarik <luhliari@redhat.com> - 6.6.2-2
|
||||||
|
- new version 6.6.2
|
||||||
|
- Resolves: #2007641 - rebase Varnish to 6.6.2
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.5.2-2
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.5.2-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user