File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
installer/rpm/rpmbuild/SPECS Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ cp usr/share/pixmaps/laps.png $RPM_BUILD_ROOT/usr/share/pixmaps
3838%post
3939DIR=/usr/share/laps4linux-client
4040python3 -m venv --system-site-packages $DIR /venv
41+ $DIR /venv/bin/pip3 install --upgrade pip==25.0.0
4142$DIR /venv/bin/pip3 install --upgrade $DIR [barcode]
4243$DIR /venv/bin/pip3 uninstall -y pip
4344if command -v update-desktop-database; then
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ cp usr/sbin/laps-runner-pam $RPM_BUILD_ROOT/%{_sbindir}/laps-runner-pam
3838%post
3939DIR=/usr/share/laps4linux-runner
4040python3 -m venv --system-site-packages $DIR /venv
41+ $DIR /venv/bin/pip3 install --upgrade pip==25.0.0
4142$DIR /venv/bin/pip3 install --upgrade $DIR
4243$DIR /venv/bin/pip3 uninstall -y pip
4344
You can’t perform that action at this time.
0 commit comments