Change-Id: I62e1a6cf46d2613696efdf159eaa391eb81b81ee
Reviewed-on: http://photon-jenkins.eng.vmware.com/407
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: A library that provides compression and decompression of file formats used by Microsoft |
| 2 | 2 |
Name: libmspack |
| 3 |
-Version: 0.4alpha |
|
| 3 |
+Version: 0.5alpha |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: LGPLv2+ |
| 6 |
-URL: http://www.cabextract.org.uk/libmspack/libmspack-0.4alpha.tar.gz |
|
| 6 |
+URL: http://www.cabextract.org.uk/libmspack/libmspack-0.5alpha.tar.gz |
|
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://www.cabextract.org.uk/libmspack/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 libmspack=b10249bde64ca387b211fd0bd125fc360377593c |
|
| 11 |
+%define sha1 libmspack=226f19b1fc58e820671a1749983b06896e108cc4 |
|
| 12 | 12 |
%description |
| 13 | 13 |
A library that provides compression and decompression of file formats used by Microsoft |
| 14 | 14 |
%prep |
| ... | ... |
@@ -29,5 +29,7 @@ make DESTDIR=%{buildroot} install
|
| 29 | 29 |
%{_libdir}/pkgconfig/*.pc
|
| 30 | 30 |
%{_includedir}/*
|
| 31 | 31 |
%changelog |
| 32 |
+* Fri Jan 22 2016 Xiaolin Li <xiaolinl@vmware.com> 0.5-1 |
|
| 33 |
+- Updated to version 0.5 |
|
| 32 | 34 |
* Thu Nov 06 2014 Sharath George <sharathg@vmware.com> 0.4-1 |
| 33 | 35 |
Initial version |
| ... | ... |
@@ -4,13 +4,13 @@ |
| 4 | 4 |
|
| 5 | 5 |
Summary: Repodata downloading library |
| 6 | 6 |
Name: librepo |
| 7 |
-Version: 1.7.15 |
|
| 7 |
+Version: 1.7.17 |
|
| 8 | 8 |
Release: 1%{?dist}
|
| 9 | 9 |
License: LGPLv2+ |
| 10 | 10 |
URL: https://github.com/Tojaj/librepo/ |
| 11 | 11 |
Group: System Environment/Libraries |
| 12 | 12 |
Source0: %{name}-%{version}.tar.gz
|
| 13 |
-%define sha1 librepo=a753212f721be8782c8c3aa40e450247676b7649 |
|
| 13 |
+%define sha1 librepo=e96b735393cd830caca49fe3bf7da767f22d8a8a |
|
| 14 | 14 |
Vendor: VMware, Inc. |
| 15 | 15 |
Distribution: Photon |
| 16 | 16 |
Requires: curl, gpgme, libassuan, libgpg-error |
| ... | ... |
@@ -74,6 +74,8 @@ cp %{_builddir}/%{librepo_name}-%{version}/librepo/*.h %{buildroot}%{_includedir
|
| 74 | 74 |
%{_includedir}/librepo/*.h
|
| 75 | 75 |
|
| 76 | 76 |
%changelog |
| 77 |
+* Fri Jan 22 2016 Xiaolin Li <xiaolinl@vmware.com> 1.7.17-1 |
|
| 78 |
+- Updated to version 1.7.17 |
|
| 77 | 79 |
* Wed Jun 17 2015 Anish Swaminathan <anishs@vmware.com> 1.7.15-1 |
| 78 | 80 |
- Updated version and split devel package. |
| 79 | 81 |
* Tue Dec 30 2014 Priyesh Padmavilasom <ppadmavilasom@vmware.com> |
| ... | ... |
@@ -1,12 +1,12 @@ |
| 1 | 1 |
|
| 2 | 2 |
Summary: SELinux library and simple utilities |
| 3 | 3 |
Name: libselinux |
| 4 |
-Version: 2.4 |
|
| 4 |
+Version: 2.5 |
|
| 5 | 5 |
Release: 1%{?dist}
|
| 6 | 6 |
License: Public Domain |
| 7 | 7 |
Group: System Environment/Libraries |
| 8 |
-Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/%{name}-%{version}.tar.gz
|
|
| 9 |
-%define sha1 libselinux=bc424260dee281b3853ca4fcb2af6e8362b475b1 |
|
| 8 |
+Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160107/%{name}-%{version}-rc1.tar.gz
|
|
| 9 |
+%define sha1 libselinux=ca50f64f5996c6c4c80a9f80a9adf038231ba211 |
|
| 10 | 10 |
Url: https://github.com/SELinuxProject/selinux/wiki |
| 11 | 11 |
Vendor: VMware, Inc. |
| 12 | 12 |
Distribution: Photon |
| ... | ... |
@@ -62,7 +62,7 @@ The libselinux-devel package contains the libraries and header files |
| 62 | 62 |
needed for developing SELinux applications. |
| 63 | 63 |
|
| 64 | 64 |
%prep |
| 65 |
-%setup -q |
|
| 65 |
+%setup -qn %{name}-%{version}-rc1
|
|
| 66 | 66 |
|
| 67 | 67 |
%build |
| 68 | 68 |
|
| ... | ... |
@@ -112,5 +112,7 @@ rm -rf %{buildroot}
|
| 112 | 112 |
%{python_sitearch}/selinux/*
|
| 113 | 113 |
|
| 114 | 114 |
%changelog |
| 115 |
+* Fri Jan 22 2016 Xiaolin Li <xiaolinl@vmware.com> 2.5-1 |
|
| 116 |
+- Updated to version 2.5 |
|
| 115 | 117 |
* Wed Feb 25 2015 Divya Thaluru <dthaluru@vmware.com> 2.4-1 |
| 116 | 118 |
- Initial build. First version |
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: SELinux binary policy manipulation library |
| 2 | 2 |
Name: libsepol |
| 3 |
-Version: 2.4 |
|
| 3 |
+Version: 2.5 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: LGPLv2+ |
| 6 | 6 |
Group: System Environment/Libraries |
| 7 |
-Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/%{name}-%{version}.tar.gz
|
|
| 8 |
-%define sha1 libsepol=9946b1ab2f2d64edf7c4beaaf098bd916b3a7fd2 |
|
| 7 |
+Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160107/%{name}-%{version}-rc1.tar.gz
|
|
| 8 |
+%define sha1 libsepol=0bf77d9849f715b29a8ac901461df0cc46da750b |
|
| 9 | 9 |
URL: http://www.selinuxproject.org |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| ... | ... |
@@ -38,7 +38,8 @@ The libsepol-devel package contains the libraries and header files |
| 38 | 38 |
needed for developing applications that manipulate binary policies. |
| 39 | 39 |
|
| 40 | 40 |
%prep |
| 41 |
-%setup -q |
|
| 41 |
+%setup -qn %{name}-%{version}-rc1
|
|
| 42 |
+sed -i 's/int rc;/int rc = SEPOL_OK;/' ./cil/src/cil_binary.c |
|
| 42 | 43 |
|
| 43 | 44 |
%build |
| 44 | 45 |
make clean |
| ... | ... |
@@ -84,5 +85,7 @@ exit 0 |
| 84 | 84 |
%{_lib}/libsepol.so.1
|
| 85 | 85 |
|
| 86 | 86 |
%changelog |
| 87 |
+* Fri Jan 22 2016 Xiaolin Li <xiaolinl@vmware.com> 2.5-1 |
|
| 88 |
+- Updated to version 2.5 |
|
| 87 | 89 |
* Wed Feb 25 2015 Divya Thaluru <dthaluru@vmware.com> 2.4-1 |
| 88 | 90 |
- Initial build. First version |
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 |
-Summary: Libsolv-0.6.6 |
|
| 1 |
+Summary: Libsolv-0.6.17 |
|
| 2 | 2 |
Name: libsolv |
| 3 |
-Version: 0.6.6 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 3 |
+Version: 0.6.17 |
|
| 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=dca7ddcc42932a87c5a22196c50cad549f16e414 |
|
| 8 |
+%define sha1 libsolv=11ac5a2530fe05e6e2f7959fa46f33a2e25f01a6 |
|
| 9 | 9 |
Group: Development/Tools |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| ... | ... |
@@ -38,6 +38,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 38 | 38 |
/usr/share/* |
| 39 | 39 |
%{_includedir}/*
|
| 40 | 40 |
%changelog |
| 41 |
+* Fri Jan 22 2016 Xiaolin Li <xiaolinl@vmware.com> 0.6.17-1 |
|
| 42 |
+- Updated to version 0.6.17 |
|
| 41 | 43 |
* Tue Sep 22 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.6.6-3 |
| 42 | 44 |
- Updated build-requires after creating devel package for db. |
| 43 | 45 |
* Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 0.6.6-2 |