From 79609ac8cb9e14f3807e7966281e941fcdbb33d1 Mon Sep 17 00:00:00 2001 From: cdfrey Date: Fri, 9 Nov 2007 22:12:54 +0000 Subject: [PATCH] - updated rpm spec file to include modprobe blacklist file --- ChangeLog | 1 + rpm/barry.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 159372d1..59311e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ Release: version 0.10 - 2007/10/12 - fixed string comparison to use case insensitive compare in opensync plugin - updated Debian package to include modprobe blacklist file + - updated rpm spec file to include modprobe blacklist file 2007/10/26 - opensync plugin fixes: - fixed memory leak in vBase::GetAttr() diff --git a/rpm/barry.spec b/rpm/barry.spec index 2fb85cb5..f67eac61 100644 --- a/rpm/barry.spec +++ b/rpm/barry.spec @@ -139,6 +139,8 @@ cd ../ %{__cp} udev/10-blackberry.rules %{buildroot}%{_sysconfdir}/udev/rules.d/ %{__mkdir_p} %{buildroot}%{_sysconfdir}/security/console.perms.d %{__cp} udev/10-blackberry.perms %{buildroot}%{_sysconfdir}/security/console.perms.d/ +%{__mkdir_p} %{buildroot}${_sysconfdir}/modprobe.d +%{__cp} modprobe/blacklist-berry_charge %{buildroot}%{_sysconfdir}/modprobe.d/ # gui tree %if %{with_gui} @@ -181,6 +183,7 @@ cd ../ %attr(0644,root,root) %{_mandir}/man1/bcharge* %attr(0644,root,root) %config %{_sysconfdir}/udev/rules.d/* %attr(0644,root,root) %config %{_sysconfdir}/security/console.perms.d/* +%attr(0644,root,root) %config %{_sysconfdir}/modprobe.d/blacklist-berry_charge %doc COPYING %if %{with_gui} -- 2.11.4.GIT