Correct links to mailstats webpage, add -q to pip3 in spec

This commit is contained in:
2025-03-28 12:22:55 +00:00
parent 736315d47e
commit 4d29da7f3d
3 changed files with 12 additions and 10 deletions

View File

@@ -124,13 +124,13 @@ sed -i "s|__BUILD_DATE_TIME__|$now|" $RPM_BUILD_ROOT/usr/bin/mailstats.py
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT | grep -v "\.pyc" | grep -v "\.pyo" > %{name}-%{version}-filelist
%pre
/usr/bin/pip3 install pymysql
/usr/bin/pip3 install numpy
/usr/bin/pip3 install plotly
/usr/bin/pip3 install pandas
/usr/bin/pip3 install -q pymysql
/usr/bin/pip3 install -q numpy
/usr/bin/pip3 install -q plotly
/usr/bin/pip3 install -q pandas
%clean
/bin/rm -rf $RPM_BUILD_ROOT
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%defattr(-,root,root)