- The browser plugin file list was misordered in the merge, resulting in
empty PackageKit-devel package.
This commit is contained in:
parent
0c62a386b4
commit
9371f0a9a6
@ -8,7 +8,7 @@
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.3.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
@ -211,19 +211,23 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
|
||||
%config %{_sysconfdir}/sysconfig/packagekit-background
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%files browser-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_libdir}/mozilla
|
||||
%dir %{_libdir}/mozilla/plugins
|
||||
%{_libdir}/mozilla/plugins/packagekit-plugin.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 28 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-3
|
||||
- The browser plugin file list was misordered in the merge, resulting
|
||||
in empty PackageKit-devel package.
|
||||
|
||||
* Wed Aug 27 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-2
|
||||
- Bump as make chainbuild is broken, so we'll have to do this in two steps.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user