add Suggests: encryptfs-simple
This commit is contained in:
parent
4e46d4e472
commit
689d65caa0
1 changed files with 11 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
Name: zulucrypt
|
||||
Version: 5.1.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Qt GUI front end to cryptsetup
|
||||
|
||||
# major license is GPLv3+ (but GPLv2+ for some source files)
|
||||
|
|
@ -80,6 +80,12 @@ Requires: %{name}-console%{?_isa} = %{version}-%{release}
|
|||
Requires: polkit
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
# optional support for ecryptfs
|
||||
%if %{?fedora}
|
||||
Suggests: ecryptfs-simple
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
zuluCrypt is a front end to cryptsetup.
|
||||
It makes it easier to use cryptsetup by providing
|
||||
|
|
@ -172,7 +178,7 @@ popd
|
|||
%find_lang %{name} --with-qt --all-name
|
||||
%if 0%{?rhel}
|
||||
# explicitly create folders in epel, install does not know target option
|
||||
mkdir -p %{buildroot}%{_datadir}/polkit-1/actions
|
||||
#mkdir -p %{buildroot}%{_datadir}/polkit-1/actions
|
||||
%endif
|
||||
install -p -m0644 -t %{buildroot}%{_datadir}/polkit-1/actions -D %{SOURCE10} %{SOURCE11}
|
||||
|
||||
|
|
@ -265,6 +271,9 @@ fi
|
|||
|
||||
###########################################################################################
|
||||
%changelog
|
||||
* Wed Mar 01 2017 Raphael Groner <projects.rg@smart.ms> - 5.1.0-3
|
||||
- add Suggests: encryptfs-simple
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue