- Own /var/cache/PackageKit and /var/cache/PackageKit/downloads
- Fix up some other rpmlint warnings for docs and config(noreplace)
This commit is contained in:
parent
fd31a6dee3
commit
3215f51d35
@ -8,7 +8,7 @@
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.3.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
@ -171,6 +171,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%dir %{_localstatedir}/lib/PackageKit
|
||||
%dir %{python_sitelib}/packagekit
|
||||
%dir %{_localstatedir}/run/PackageKit
|
||||
%dir %{_localstatedir}/cache/PackageKit
|
||||
%dir %{_localstatedir}/cache/PackageKit/downloads
|
||||
%{python_sitelib}/packagekit/*py*
|
||||
%dir %{_sysconfdir}/bash_completion.d
|
||||
%config %{_sysconfdir}/bash_completion.d/pk-completion.bash
|
||||
@ -202,11 +204,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files -n yum-packagekit
|
||||
%defattr(-, root, root)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||
/usr/lib/yum-plugins/refresh-packagekit.*
|
||||
|
||||
%files -n udev-packagekit
|
||||
%defattr(-, root, root)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_sysconfdir}/udev/rules.d/*.rules
|
||||
/lib/udev/*.sh
|
||||
|
||||
@ -219,22 +223,29 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files cron
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
|
||||
%config %{_sysconfdir}/sysconfig/packagekit-background
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
|
||||
|
||||
%files browser-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%dir %{_libdir}/mozilla
|
||||
%dir %{_libdir}/mozilla/plugins
|
||||
%{_libdir}/mozilla/plugins/packagekit-plugin.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-6
|
||||
- Own /var/cache/PackageKit and /var/cache/PackageKit/downloads
|
||||
- Fix up some other rpmlint warnings for docs and config(noreplace)
|
||||
|
||||
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-5
|
||||
- Don't explicitly BR libarchive to silence rpmlint
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user