|
@@ -1,7 +1,7 @@
|
|
|
%define base_name squid
|
|
|
%define pkg_epoch 7
|
|
|
-%define pkg_version 3.1.12
|
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
+%define pkg_version 3.1.16
|
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: The Squid proxy caching server
|
|
|
Summary(ja): Squid ウェブプロキシキャッシュ
|
|
@@ -23,7 +23,7 @@ Requires(pre): shadow-utils
|
|
|
Requires(post): %{_syssbindir}/chkconfig
|
|
|
Requires(preun): %{_syssbindir}/chkconfig
|
|
|
BuildRequires: openldap-devel pam-devel openssl-devel krb5-devel
|
|
|
-BuildRequires: cyrus-sasl-devel
|
|
|
+BuildRequires: cyrus-sasl-devel libcap-devel
|
|
|
BuildRoot: %{_tmppath}/%{base_name}-%{version}-root
|
|
|
|
|
|
Conflicts: squid30
|
|
@@ -261,6 +261,10 @@ fi
|
|
|
%{_sysconfdir}/%{base_name}/%{base_name}.conf.documented
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Oct 17 2011 Masahiro INOUE <miyabi.-.inoue@nifty.com> 3.1.16-1
|
|
|
+- new upstream release
|
|
|
+- add BuildRequires - libcap-devel
|
|
|
+
|
|
|
* Fri Jun 10 2011 Masahiro INOUE <miyabi.-.inoue@nifty.com> 3.1.12-2
|
|
|
- files in libexec moved to libdir
|
|
|
|