lsm5 pushed to docker (master). "Resolves: rhbz#1226685 - move udev rules to %{_udevrulesdir} (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 1 12:57:02 UTC 2015


From f796d4a5b13002ef3531af874e1e1b1b87837967 Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date: Mon, 1 Jun 2015 07:55:32 -0500
Subject: Resolves: rhbz#1226685 - move udev rules to %{_udevrulesdir}

Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

diff --git a/docker.spec b/docker.spec
index 6de6599..d130f89 100644
--- a/docker.spec
+++ b/docker.spec
@@ -334,8 +334,8 @@ install -d %{buildroot}%{_datadir}/zsh/site-functions
 install -p -m 644 contrib/completion/zsh/_%{repo} %{buildroot}%{_datadir}/zsh/site-functions
 
 # install udev rules
-install -d %{buildroot}%{_sysconfdir}/udev/rules.d
-install -p contrib/udev/80-%{repo}.rules %{buildroot}%{_sysconfdir}/udev/rules.d
+install -d %{buildroot}%{_udevrulesdir}
+install -p contrib/udev/80-%{repo}.rules %{buildroot}%{_udevrulesdir}
 
 # install storage dir
 install -d %{buildroot}%{_sharedstatedir}/%{repo}
@@ -445,7 +445,7 @@ fi
 %{_unitdir}/%{repo}.service
 %{_datadir}/bash-completion/completions/%{repo}
 %dir %{_sharedstatedir}/%{repo}
-%{_sysconfdir}/udev/rules.d/80-%{repo}.rules
+%{_udevrulesdir}/80-%{repo}.rules
 %{_sysconfdir}/%{repo}
 
 %files devel
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/docker.git/commit/?h=master&id=f796d4a5b13002ef3531af874e1e1b1b87837967


More information about the scm-commits mailing list