diff --git a/alsa-tools.spec b/alsa-tools.spec index bc4b7d1..d3456b2 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -23,7 +23,7 @@ Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.0.19 -Release: 1%{?dist} +Release: 2%{?dist} # 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 @@ -201,6 +201,7 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d %if 0%{!?_without_firmware:1} %files firmware %defattr(-,root,root,-) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/hdsploader %doc %{_docdir}/%{name}-%{version}/mixartloader %doc %{_docdir}/%{name}-%{version}/usx2yloader @@ -215,6 +216,9 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d %endif %changelog +* Sat Feb 14 2009 Tim Jackson - 1.0.19-2 +- Fix unowned directory problem (#483323) + * Sat Jan 24 2009 Tim Jackson - 1.0.19-1 - Update to version 1.0.19 - Mark udev rules as config