Skip to content

Commit

Permalink
Merge pull request #199 from Olf0/master
Browse files Browse the repository at this point in the history
No polkit rules, anymore.
  • Loading branch information
Olf0 authored Mar 29, 2021
2 parents 996efc7 + 2293ec3 commit 148da0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rpm/crypto-sdcard.spec
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".
Expand Down Expand Up @@ -52,7 +52,7 @@ Conflicts: 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:
Expand All @@ -61,7 +61,6 @@ cp -R systemd polkit-1 udev %{buildroot}%{_sysconfdir}/
%{_sysconfdir}/systemd/system/cryptosd-plain@.service
%{_sysconfdir}/systemd/system/mount-cryptosd-luks@.service
%{_sysconfdir}/systemd/system/mount-cryptosd-plain@.service
%{_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)
Expand Down

0 comments on commit 148da0e

Please sign in to comment.