mirror of
https://github.com/sneexy-boi/copr.git
synced 2025-07-07 08:05:29 +02:00
python-validity fixes
This commit is contained in:
parent
5fbdc8a370
commit
905433b1bb
2 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@ fingerprint readers access.
|
|||
%meson_install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
|
||||
|
||||
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
|
||||
#rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
|
||||
|
||||
# Remove daemon files:
|
||||
rm -f $RPM_BUILD_ROOT/%{_libexecdir}/fprintd
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%define openfprintdlibdir %{_exec_prefix}/lib/open-fprintd
|
||||
%define _unitdir %{_exec_prefix}/lib/systemd/system
|
||||
%define altversion 0.6
|
||||
|
||||
Name: open-fprintd
|
||||
Version: 0.7
|
||||
|
@ -54,7 +55,7 @@ install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
|
|||
%doc README.md
|
||||
%license COPYING
|
||||
%{python3_sitelib}/openfprintd/
|
||||
%{python3_sitelib}/open_fprintd-%{version}-py*.egg-info/
|
||||
%{python3_sitelib}/open_fprintd-%{altversion}-py*.egg-info/
|
||||
%{openfprintdlibdir}/open-fprintd
|
||||
%{openfprintdlibdir}/suspend.py
|
||||
%{openfprintdlibdir}/resume.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue