diff --git a/zulucrypt.spec b/zulucrypt.spec index e5a8096..7a38ecb 100644 --- a/zulucrypt.spec +++ b/zulucrypt.spec @@ -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 - 5.1.0-3 +- add Suggests: encryptfs-simple + * Sat Feb 11 2017 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild