- Set defattr in gui sub-package file manifest.

- Avoid mixed use of spaces and tabs.
This commit is contained in:
Tim Waugh 2010-03-03 10:45:12 +00:00
parent 717e31bbff
commit 14f23263b3

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.10.2
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+ and MIT
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -321,6 +321,7 @@ rm -rf %{buildroot}
%{_libdir}/python*/site-packages/*
%files gui
%defattr(-,root,root,-)
%{_bindir}/hp-check
%{_bindir}/hp-print
%{_bindir}/hp-systray
@ -367,6 +368,10 @@ fi
/usr/bin/update-desktop-database &>/dev/null ||:
%changelog
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-3
- Set defattr in gui sub-package file manifest.
- Avoid mixed use of spaces and tabs.
* Mon Mar 1 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-2
- Removed SYSFS use in udev rules and actually made them work
(bug #560754).