diff --git a/clean_perl b/clean_perl index c2cdaf76161752654996751d52b5565c817ed727..dcd16c62e98d1fa69bf13aa5e61fba0fee41bde6 100755 --- a/clean_perl +++ b/clean_perl @@ -17,5 +17,5 @@ for i in $(find $d -name "*.bs"); do fi done -find $d -depth -mindepth 3 -type d -empty -exec rmdir {} \; +find $d -depth -mindepth 3 -type d ! -path "*vendor_perl/auto*" -empty -exec rmdir {} \; done diff --git a/system-rpm-config.spec b/system-rpm-config.spec index 7d378aa7e9db596abb753829b34a50c6b817e999..89b23bd8a801a55625758741f414e290c08871ba 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 33 +%define anolis_release 34 Summary: Anolis OS specific rpm configuration files Name: system-rpm-config @@ -211,6 +211,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Tue Apr 18 2023 Liwei Ge - 1:23-34 +- exclude vendor_perl while clean empty dir + * Sat Apr 15 2023 Funda Wang - 1:23-33 - Drop unused flags for fortran