Fix bug #483323 - alsa-tools : Unowned directories

This commit is contained in:
Tim Jackson 2009-02-14 23:32:08 +00:00
parent ed1d989b0d
commit cb57c92904

View File

@ -23,7 +23,7 @@
Summary: Specialist tools for ALSA Summary: Specialist tools for ALSA
Name: alsa-tools Name: alsa-tools
Version: 1.0.19 Version: 1.0.19
Release: 1%{?dist} Release: 2%{?dist}
# Checked at least one source file from all the sub-projects contained in # Checked at least one source file from all the sub-projects contained in
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
@ -201,6 +201,7 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
%if 0%{!?_without_firmware:1} %if 0%{!?_without_firmware:1}
%files firmware %files firmware
%defattr(-,root,root,-) %defattr(-,root,root,-)
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/hdsploader %doc %{_docdir}/%{name}-%{version}/hdsploader
%doc %{_docdir}/%{name}-%{version}/mixartloader %doc %{_docdir}/%{name}-%{version}/mixartloader
%doc %{_docdir}/%{name}-%{version}/usx2yloader %doc %{_docdir}/%{name}-%{version}/usx2yloader
@ -215,6 +216,9 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
%endif %endif
%changelog %changelog
* Sat Feb 14 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-2
- Fix unowned directory problem (#483323)
* Sat Jan 24 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-1 * Sat Jan 24 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-1
- Update to version 1.0.19 - Update to version 1.0.19
- Mark udev rules as config - Mark udev rules as config