Change-Id: I6f2dbd0ae30150706f6e0d1de9ab9c35eab485a9
Reviewed-on: http://photon-jenkins.eng.vmware.com/558
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,9 +1,9 @@ |
| 1 | 1 |
Summary: Kernel Audit Tool |
| 2 | 2 |
Name: audit |
| 3 |
-Version: 2.4.4 |
|
| 4 |
-Release: 4%{?dist}
|
|
| 3 |
+Version: 2.5 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
| 6 |
-%define sha1 audit=ad38f3352e21716e86d73b4e06cc41a5e85882ee |
|
| 6 |
+%define sha1 audit=b684a8dca31776a4184044733cd5fd4b1b652298 |
|
| 7 | 7 |
License: GPLv2+ |
| 8 | 8 |
Group: System Environment/Security |
| 9 | 9 |
URL: http://people.redhat.com/sgrubb/audit/ |
| ... | ... |
@@ -93,8 +93,6 @@ make install DESTDIR=%{buildroot}
|
| 93 | 93 |
%{_mandir}/man8/*
|
| 94 | 94 |
%{_var}/log/audit
|
| 95 | 95 |
%{_var}/spool/audit
|
| 96 |
-%{_sysconfdir}/audispd/plugins.d
|
|
| 97 |
-%{_sysconfdir}/audit/rules.d
|
|
| 98 | 96 |
%attr(750,root,root) %dir %{_sysconfdir}/audit
|
| 99 | 97 |
%attr(750,root,root) %dir %{_sysconfdir}/audit/rules.d
|
| 100 | 98 |
%attr(750,root,root) %dir %{_sysconfdir}/audisp
|
| ... | ... |
@@ -110,6 +108,7 @@ make install DESTDIR=%{buildroot}
|
| 110 | 110 |
%config(noreplace) %attr(640,root,root) %{_sysconfdir}/audisp/audisp-remote.conf
|
| 111 | 111 |
%config(noreplace) %attr(640,root,root) %{_sysconfdir}/audisp/plugins.d/au-remote.conf
|
| 112 | 112 |
%config(noreplace) %attr(640,root,root) %{_sysconfdir}/libaudit.conf
|
| 113 |
+/usr/share/aclocal/audit.m4 |
|
| 113 | 114 |
|
| 114 | 115 |
%files devel |
| 115 | 116 |
%defattr(-,root,root) |
| ... | ... |
@@ -118,6 +117,8 @@ make install DESTDIR=%{buildroot}
|
| 118 | 118 |
%{_includedir}/*.h
|
| 119 | 119 |
|
| 120 | 120 |
%changelog |
| 121 |
+* Tue Feb 23 2016 Anish Swaminathan <anishs@vmware.com> 2.5-1 |
|
| 122 |
+- Upgrade to 2.5 |
|
| 121 | 123 |
* Fri Jan 29 2016 Anish Swaminathan <anishs@vmware.com> 2.4.4-4 |
| 122 | 124 |
- Add directories for auditd service. |
| 123 | 125 |
* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 2.4.4-3 |
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: Common development macros for GNOME |
| 2 | 2 |
Name: gnome-common |
| 3 |
-Version: 3.14.0 |
|
| 3 |
+Version: 3.18.0 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPL |
| 6 | 6 |
URL: https://www.gnome.org/ |
| 7 | 7 |
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
| 8 |
-%define sha1 gnome-common=555ac7de25821f243f1838faa4d602da50237303 |
|
| 8 |
+%define sha1 gnome-common=332e514961374a54dc065b86032eaeb03d6d3cee |
|
| 9 | 9 |
Group: System Environment/Libraries |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| ... | ... |
@@ -35,16 +35,15 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 35 | 35 |
%files |
| 36 | 36 |
%defattr(-,root,root) |
| 37 | 37 |
%{_bindir}/gnome-autogen.sh
|
| 38 |
-%{_bindir}/gnome-doc-common
|
|
| 39 | 38 |
/usr/share/aclocal/ax_check_enable_debug.m4 |
| 40 | 39 |
/usr/share/aclocal/ax_code_coverage.m4 |
| 41 | 40 |
/usr/share/aclocal/gnome-code-coverage.m4 |
| 42 | 41 |
/usr/share/aclocal/gnome-common.m4 |
| 43 | 42 |
/usr/share/aclocal/gnome-compiler-flags.m4 |
| 44 |
-/usr/share/gnome-common/data/omf.make |
|
| 45 |
-/usr/share/gnome-common/data/xmldocs.make |
|
| 46 | 43 |
|
| 47 | 44 |
%changelog |
| 45 |
+* Tue Feb 23 2016 Anish Swaminathan <anishs@vmware.com> 3.18.0-1 |
|
| 46 |
+- Upgrade to 3.18.0 |
|
| 48 | 47 |
* Tue Aug 11 2015 Vinay Kulkarni <kulkarniv@vmware.com> 3.14.0-1 |
| 49 | 48 |
- Add gnome-common v3.14.0 |
| 50 | 49 |
|
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: Crypto Libraries |
| 2 | 2 |
Name: libgcrypt |
| 3 |
-Version: 1.6.3 |
|
| 3 |
+Version: 1.6.5 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv2+ and LGPLv2+ |
| 6 | 6 |
URL: http://www.gnu.org/software/libgcrypt/ |
| 7 |
-Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.3.tar.bz2 |
|
| 8 |
-%define sha1 libgcrypt=9456e7b64db9df8360a1407a38c8c958da80bbf1 |
|
| 7 |
+Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.gz
|
|
| 8 |
+%define sha1 libgcrypt=765370d9ee9e858c257dc06c3f0621bda8acaf69 |
|
| 9 | 9 |
Group: System Environment/Libraries |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
BuildRequires: libgpg-error |
| ... | ... |
@@ -47,6 +47,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 47 | 47 |
%{_includedir}/*.h
|
| 48 | 48 |
%{_libdir}/*.so
|
| 49 | 49 |
%changelog |
| 50 |
+* Tue Feb 23 2016 Anish Swaminathan <anishs@vmware.com> 1.6.5-1 |
|
| 51 |
+- Upgrade to 1.6.5 |
|
| 50 | 52 |
* Wed Jun 17 2015 Divya Thaluru <dthaluru@vmware.com> 1.6.3-1 |
| 51 | 53 |
- Initial build. First version |
| 52 | 54 |
|
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 |
-Summary: Libsolv-0.6.17 |
|
| 1 |
+Summary: Libsolv-0.6.19 |
|
| 2 | 2 |
Name: libsolv |
| 3 |
-Version: 0.6.17 |
|
| 3 |
+Version: 0.6.19 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: BSD |
| 6 | 6 |
URL: https://github.com/openSUSE/libsolv |
| 7 | 7 |
Source0: https://github.com/openSUSE/libsolv/archive/%{name}-%{version}.tar.gz
|
| 8 |
-%define sha1 libsolv=11ac5a2530fe05e6e2f7959fa46f33a2e25f01a6 |
|
| 8 |
+%define sha1 libsolv=2066529e5a95aac15a79863bb937bb159b05cffa |
|
| 9 | 9 |
Group: Development/Tools |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| ... | ... |
@@ -38,10 +38,12 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 38 | 38 |
/usr/share/* |
| 39 | 39 |
%{_includedir}/*
|
| 40 | 40 |
%changelog |
| 41 |
+* Tue Feb 23 2016 Anish Swaminathan <anishs@vmware.com> 0.6.19-1 |
|
| 42 |
+- Upgrade to 0.6.19 |
|
| 41 | 43 |
* Fri Jan 22 2016 Xiaolin Li <xiaolinl@vmware.com> 0.6.17-1 |
| 42 | 44 |
- Updated to version 0.6.17 |
| 43 |
-* Tue Sep 22 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.6.6-3 |
|
| 44 |
-- Updated build-requires after creating devel package for db. |
|
| 45 |
+* Tue Sep 22 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.6.6-3 |
|
| 46 |
+- Updated build-requires after creating devel package for db. |
|
| 45 | 47 |
* Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 0.6.6-2 |
| 46 | 48 |
- Updated group. |
| 47 | 49 |
* Tue Nov 25 2014 Divya Thaluru <dthaluru@vmware.com> 0.6.6-1 |