- drop python2 support (needs to be replaced by python3 support)
OBS-URL: https://build.opensuse.org/package/show/security/ecryptfs-utils?expand=0&rev=78
This commit is contained in:
parent
6238bd5de2
commit
7ba911cabb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 09:53:30 UTC 2018 - meissner@suse.com
|
||||||
|
|
||||||
|
- drop python2 support (needs to be replaced by python3 support)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 14 10:25:45 UTC 2017 - meissner@suse.com
|
Tue Nov 14 10:25:45 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ BuildRequires: pam-config
|
|||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkcs11-helper-devel
|
BuildRequires: pkcs11-helper-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-devel
|
#BuildRequires: python3-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: trousers-devel
|
BuildRequires: trousers-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -149,8 +149,8 @@ fi
|
|||||||
%{_libdir}/ecryptfs*
|
%{_libdir}/ecryptfs*
|
||||||
%{_datadir}/ecryptfs-utils
|
%{_datadir}/ecryptfs-utils
|
||||||
/%{_lib}/security/pam_ecryptfs.so
|
/%{_lib}/security/pam_ecryptfs.so
|
||||||
%{python_sitelib}/ecryptfs-utils
|
#{python_sitelib}/ecryptfs-utils
|
||||||
%{python_sitearch}/ecryptfs-utils
|
#{python_sitearch}/ecryptfs-utils
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%dir %{_libexecdir}/modules-load.d
|
%dir %{_libexecdir}/modules-load.d
|
||||||
%{_libexecdir}/modules-load.d/*
|
%{_libexecdir}/modules-load.d/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user