Change-Id: I6db6e137ac932ffdd4c69f39f5ab6faa0bb42006
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2425
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,12 +1,12 @@ |
| 1 | 1 |
Summary: Library for accessing X.509 and CMS data structure. |
| 2 | 2 |
Name: libksba |
| 3 |
-Version: 1.3.4 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 1.3.5 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: https://www.gnupg.org/(fr)/download/index.html#libksba |
| 7 | 7 |
Group: Security/Libraries. |
| 8 | 8 |
Source0: https://www.gnupg.org/ftp/gcrypt/%{name}/%{name}-%{version}.tar.bz2
|
| 9 |
-%define sha1 libksba=bc84945400bd1cabfd7b8ba4e20e71082f32bcc9 |
|
| 9 |
+%define sha1 libksba=a98385734a0c3f5b713198e8d6e6e4aeb0b76fde |
|
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| 12 | 12 |
BuildRequires: libgpg-error-devel >= 1.2 |
| ... | ... |
@@ -45,6 +45,8 @@ make %{?_smp_mflags} -k check
|
| 45 | 45 |
%exclude %{_datadir}/info/dir
|
| 46 | 46 |
|
| 47 | 47 |
%changelog |
| 48 |
+* Tue Apr 11 2017 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.3.5-1 |
|
| 49 |
+- Udpated to version 1.3.5 |
|
| 48 | 50 |
* Thu Nov 24 2016 Alexey Makhalov <amakhalov@vmware.com> 1.3.4-2 |
| 49 | 51 |
- BuildRequired libgpg-error-devel. |
| 50 | 52 |
* Wed Jul 27 2016 Kumar Kaushik <kaushikk@vmware.com> 1.3.4-1 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Connection pooler for PostgreSQL. |
| 2 | 2 |
Name: pgbouncer |
| 3 | 3 |
Version: 1.7.2 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
License: BSD |
| 6 | 6 |
URL: https://wiki.postgresql.org/wiki/PgBouncer |
| 7 | 7 |
Source0: https://pgbouncer.github.io/downloads/files/1.7.2/%{name}-%{version}.tar.gz
|
| ... | ... |
@@ -13,7 +13,9 @@ BuildRequires: libevent-devel |
| 13 | 13 |
BuildRequires: openssl-devel |
| 14 | 14 |
BuildRequires: systemd |
| 15 | 15 |
BuildRequires: pkg-config |
| 16 |
- |
|
| 16 |
+Requires: libevent |
|
| 17 |
+Requires: openssl |
|
| 18 |
+Requires: shadow |
|
| 17 | 19 |
%description |
| 18 | 20 |
Pgbouncer is a light-weight, robust connection pooler for PostgreSQL. |
| 19 | 21 |
|
| ... | ... |
@@ -90,6 +92,8 @@ fi |
| 90 | 90 |
/var/run/pgbouncer |
| 91 | 91 |
|
| 92 | 92 |
%changelog |
| 93 |
+* Thu Apr 13 2017 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.7.2-4 |
|
| 94 |
+- Fixed the requires. |
|
| 93 | 95 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.7.2-3 |
| 94 | 96 |
- GA - Bump release of all rpms |
| 95 | 97 |
* Wed May 04 2016 Anish Swaminathan <anishs@vmware.com> 1.7.2-2 |