-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from Olf0/qcrypto
No polkit rules, anymore.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: crypto-sdcard | ||
Summary: Configuration files for unlocking and mounting encrypted SD-cards automatically | ||
Version: 1.5.1 | ||
Version: 1.5.2 | ||
# Since v1.3.1, the release version consists of two or three fields, separated by a dot ("."): | ||
# - The first field must contain a natural number greater than zero. | ||
# This number may be prefixed by one of {alpha,beta,stable}, e.g. "alpha13". | ||
|
@@ -54,7 +54,7 @@ Provides: crypto-sdcard_sbj | |
|
||
%install | ||
mkdir -p %{buildroot}%{_sysconfdir}/%{name} | ||
cp -R systemd polkit-1 udev %{buildroot}%{_sysconfdir}/ | ||
cp -R systemd udev %{buildroot}%{_sysconfdir}/ | ||
|
||
%files | ||
# Regular files: | ||
|
@@ -63,7 +63,6 @@ cp -R systemd polkit-1 udev %{buildroot}%{_sysconfdir}/ | |
%{_sysconfdir}/systemd/system/[email protected] | ||
%{_sysconfdir}/systemd/system/[email protected] | ||
%{_sysconfdir}/systemd/system/[email protected] | ||
%{_sysconfdir}/polkit-1/localauthority/50-local.d/69-cryptosd.pkla | ||
%{_sysconfdir}/udev/rules.d/96-cryptosd.rules | ||
# Extraordinary files / dirs: | ||
%defattr(0640,root,root,0750) | ||
|