[pilot-link] - resolves: #733989 moved udev rules to the libs subpackage, so it could be used without main pa

pschiffe pschiffe at fedoraproject.org
Fri Jun 1 17:01:00 UTC 2012


commit c037a6f7440bbd856a6a17de428a6afdc3712647
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Fri Jun 1 17:31:58 2012 +0200

    - resolves: #733989
      moved udev rules to the libs subpackage, so it could be used without
      main package

 pilot-link.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pilot-link.spec b/pilot-link.spec
index adb5c77..85e84c7 100644
--- a/pilot-link.spec
+++ b/pilot-link.spec
@@ -175,9 +175,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog README NEWS doc/README.usb doc/README.debugging doc/README.libusb README.fedora
-%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor.conf
 %{_bindir}/*
-/lib/udev/rules.d/69-pilot-link.rules
 %exclude %{_bindir}/pilot-ietf2datebook
 %exclude %{_bindir}/pilot-sync-plan
 %exclude %{_bindir}/pilot-undelete
@@ -205,6 +203,8 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc COPYING
 %{_libdir}/*.so.*
+%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor.conf
+/lib/udev/rules.d/69-pilot-link.rules
 
 %changelog
 * Fri Jun 01 2012 Peter Schiffer <pschiffe at redhat.com> - 2:0.12.5-11
@@ -213,6 +213,9 @@ rm -rf %{buildroot}
 - resolves: #733987
   added requires for pilot-link-libs to pilot-link, removed obsoletes
   pilot-link from pilot-link-libs
+- resolves: #733989
+  moved udev rules to the libs subpackage, so it could be used without
+  main package
 
 * Fri Jan 13 2012 Peter Schiffer <pschiffe at redhat.com> - 2:0.12.5-10
 - related: #757011


More information about the scm-commits mailing list