Change-Id: If6fba4ea6c19d30f6d4f59003e56a6136f8ebb4b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2276
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A Distributed init System |
| 2 | 2 |
Name: fleet |
| 3 |
-Version: 0.11.5 |
|
| 4 |
-Release: 5%{?dist}
|
|
| 3 |
+Version: 1.0.0 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: Apache 2.0 |
| 6 | 6 |
URL: https://coreos.com/using-coreos/clustering/ |
| 7 | 7 |
Group: OS/ClusterManagement |
| ... | ... |
@@ -9,7 +9,7 @@ BuildRequires: go |
| 9 | 9 |
Vendor: VMware, Inc. |
| 10 | 10 |
Distribution: Photon |
| 11 | 11 |
Source0: https://github.com/coreos/%{name}/archive/%{name}-%{version}.tar.gz
|
| 12 |
-%define sha1 fleet=df90c76e7c6458a05a77078993d9bd705a25b8c5 |
|
| 12 |
+%define sha1 fleet=fe5ea489767565573857542cdc29a9fe80d31ec0 |
|
| 13 | 13 |
Source1: fleet.conf |
| 14 | 14 |
Source2: fleet.rules |
| 15 | 15 |
Requires: shadow |
| ... | ... |
@@ -86,6 +86,8 @@ getent passwd fleet >/dev/null || /usr/sbin/useradd -c "fleet user" -s /sbin/nol |
| 86 | 86 |
/usr/share/polkit-1/rules.d/fleet.rules |
| 87 | 87 |
|
| 88 | 88 |
%changelog |
| 89 |
+* Tue Apr 04 2017 Chang Lee <changlee@vmware.com> 1.0.0-1 |
|
| 90 |
+- Updated to version 1.0.0 |
|
| 89 | 91 |
* Mon Nov 21 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.11.5-5 |
| 90 | 92 |
- add shadow to requires |
| 91 | 93 |
* Thu Oct 06 2016 ChangLee <changlee@vmware.com> 0.11.5-4 |
| ... | ... |
@@ -1,15 +1,14 @@ |
| 1 | 1 |
Summary: A utility for generating programs that recognize patterns in text |
| 2 | 2 |
Name: flex |
| 3 |
-Version: 2.5.39 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 3 |
+Version: 2.6.0 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: BSD |
| 6 | 6 |
URL: http://flex.sourceforge.net |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 |
-Source0: http://prdownloads.sourceforge.net/flex/%{name}-%{version}.tar.xz
|
|
| 11 |
-%define sha1 flex=415e82bb0dc9b1713fc4802a9db2274cd8d2909a |
|
| 12 |
-Patch0: CVE-2016-6354.patch |
|
| 10 |
+Source0: http://prdownloads.sourceforge.net/flex/%{name}-%{version}.tar.gz
|
|
| 11 |
+%define sha1 flex=cfe10b5de4893ced356adc437e78018e715818c3 |
|
| 13 | 12 |
BuildRequires: m4 |
| 14 | 13 |
Requires: m4 |
| 15 | 14 |
%description |
| ... | ... |
@@ -27,7 +26,6 @@ flex. |
| 27 | 27 |
|
| 28 | 28 |
%prep |
| 29 | 29 |
%setup -q |
| 30 |
-%patch0 -p1 |
|
| 31 | 30 |
sed -i -e '/test-bison/d' tests/Makefile.in |
| 32 | 31 |
%build |
| 33 | 32 |
./configure \ |
| ... | ... |
@@ -70,6 +68,8 @@ make %{?_smp_mflags} check
|
| 70 | 70 |
%{_includedir}/*
|
| 71 | 71 |
|
| 72 | 72 |
%changelog |
| 73 |
+* Tue Apr 04 2017 Chang Lee <changlee@vmware.com> 2.6.0-1 |
|
| 74 |
+- Updated to version 2.6.0 |
|
| 73 | 75 |
* Thu Oct 13 2016 Kumar Kaushik <kaushikk@vmware.com> 2.5.39-3 |
| 74 | 76 |
- Fixing Security bug CVE-2016-6354. |
| 75 | 77 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.5.39-2 |