Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Ingvar Hagelund
04d5b266ce needs rst2man, which is in python3-docutils. Nice to be explicit on python3 too. 2019-11-17 22:02:09 +01:00
Ingvar Hagelund
9c31bf553d Rebuilt against varnish-6.0.5 2019-11-15 15:30:34 +01:00
Ingvar Hagelund
715767e917 Rebuilt against varnish-6.0.4 2019-09-25 15:58:06 +02:00

View file

@ -1,7 +1,7 @@
Name: vmod-uuid
Summary: UUID module for Varnish Cache
Version: 1.6
Release: 2%{?dist}
Release: 4%{?dist}
License: BSD
URL: https://github.com/otto-de/libvmod-uuid
Source0: https://github.com/otto-de/lib%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -65,6 +65,12 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete
%changelog
* Fri Nov 15 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 1.6-4
- Rebuilt against varnish-6.0.5
* Thu Sep 19 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 1.6-3
- Rebuilt against varnish-6.0.4
* Tue Feb 26 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 1.6-2
- Source tarball has no prebuilt manpages, so buildrequires python3-docutils
for rst2man