From: John L. Hammond Date: Fri, 5 Mar 2021 14:55:39 +0000 (-0600) Subject: EX-2778 lipe: lipe.spec fixes X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=63cda208ff39417aa18278ae3674697e85c9a92c;p=fs%2Flustre-release.git EX-2778 lipe: lipe.spec fixes In lipe.spec.in, call install without specifying file ownership. Fixup some bogus changelog dates. Signed-off-by: John L. Hammond Change-Id: I14946251ef9b39a8bab9f9c53a46d3c544ded240 Reviewed-on: https://review.whamcloud.com/43158 Tested-by: jenkins --- diff --git a/lipe/lipe.spec.in b/lipe/lipe.spec.in index 69c9a4b..985d9fb 100644 --- a/lipe/lipe.spec.in +++ b/lipe/lipe.spec.in @@ -328,13 +328,13 @@ cp -a example_configs/hotpool/* $RPM_BUILD_ROOT%{_sysconfdir}/ install -m 0744 -D init.d/lipe_test_scheduler \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/lipe_test_scheduler %endif -install -g 0 -o 0 -m 0644 man/lipe_scan.1 $RPM_BUILD_ROOT%{_mandir}/man1/ -install -g 0 -o 0 -m 0644 man/lipe_find.1 $RPM_BUILD_ROOT%{_mandir}/man1/ -install -g 0 -o 0 -m 0644 man/lfill.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install -m 0644 man/lipe_scan.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install -m 0644 man/lipe_find.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install -m 0644 man/lfill.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %if %{with laudit} -install -g 0 -o 0 -m 0644 man/laudit.1 $RPM_BUILD_ROOT%{_mandir}/man1/ -install -g 0 -o 0 -m 0644 man/laudit-report.1 $RPM_BUILD_ROOT%{_mandir}/man1/ -install -g 0 -o 0 -m 0644 man/laudit.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/ +install -m 0644 man/laudit.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install -m 0644 man/laudit-report.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install -m 0644 man/laudit.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/ %endif cp -a lhsm_tests $RPM_BUILD_ROOT%{_libdir}/ @@ -446,15 +446,15 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Jun 30 2020 Gu Zheng 1.5 +* Tue Jun 30 2020 Gu Zheng [1.5] - Update version to 1.5 -* Thu Apr 3 2019 Gu Zheng 1.4 +* Wed Apr 03 2019 Gu Zheng [1.4] - Devide RPM by function -* Thu Jan 3 2019 Gu Zheng 1.4 +* Thu Jan 03 2019 Gu Zheng [1.4] - Add pyltest RPM -* Wed Mar 7 2018 Sebastien Buisson 1.1 +* Wed Mar 07 2018 Sebastien Buisson [1.1] - Add laudit and laudit-report -* Mon Oct 11 2017 Li Xi 1.0 +* Wed Oct 11 2017 Li Xi [1.0] - Add license-server RPM -* Mon Feb 27 2017 Qian Yingjin 0.1 +* Mon Feb 27 2017 Qian Yingjin [0.1] - Initial import