change path to remove no used file

This commit is contained in:
eulerstorage 2020-01-22 18:54:28 +08:00
parent 32da4c30e3
commit a9add8b164

View File

@ -1,6 +1,6 @@
Name: e2fsprogs
Version: 1.45.3
Release: 2
Release: 3
Summary: Second extended file system management tools
License: GPLv2 and LGPLv2 and MIT
URL: http://e2fsprogs.sourceforge.net/
@ -70,7 +70,7 @@ chmod +w %{buildroot}%{_libdir}/*.a
%find_lang %{name}
rm -f %{buildroot}/etc/cron.d/e2scrub_all
rm -f %{buildroot}%{_libdir}/e2scrub_all_cron
rm -f %{buildroot}%{_libdir}/e2fsprogs/e2scrub_all_cron
%check
make fullcheck
@ -127,6 +127,12 @@ exit 0
%{_mandir}/man8/*
%changelog
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.45.3-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:change path to remove no used file.
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.45.3-2
- Type:bugfix
- ID:NA