New upstream version
Ignore EBUSY when trying to detach a detached kernel driver
This commit is contained in:
parent
090eb1c6d2
commit
cf633274b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libgusb-0.1.0.tar.xz
|
||||
/libgusb-0.1.1.tar.xz
|
||||
/libgusb-0.1.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: GLib wrapper around libusb1
|
||||
Name: libgusb
|
||||
Version: 0.1.1
|
||||
Version: 0.1.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://gitorious.org/gusb/
|
||||
@ -45,7 +45,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/libgusb.so.?
|
||||
%{_libdir}/libgusb.so.?.0.0
|
||||
%{_libdir}/libgusb.so.?.0.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -55,6 +55,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la
|
||||
%{_datadir}/gtk-doc/html/gusb
|
||||
|
||||
%changelog
|
||||
* Fri Nov 11 2011 Richard Hughes <richard@hughsie.com> 0.1.2-1
|
||||
- New upstream version
|
||||
- Ignore EBUSY when trying to detach a detached kernel driver
|
||||
|
||||
* Tue Nov 01 2011 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
||||
- New upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user