Skip to content

Commit

Permalink
Merge pull request #200 from Olf0/qcrypto
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 20032ac + a662124 commit f932ef1
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 @@ -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:
Expand All @@ -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)
Expand Down

0 comments on commit f932ef1

Please sign in to comment.