| 1 |
%define glib2_version 2.16.1
|
| 2 |
%define dbus_version 1.1.1
|
| 3 |
%define dbus_glib_version 0.74
|
| 4 |
%define polkit_version 0.92
|
| 5 |
%define libnm_glib_version 0.6.4
|
| 6 |
%define alphatag 20090928
|
| 7 |
|
| 8 |
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
| 9 |
|
| 10 |
Summary: Package management service
|
| 11 |
Name: PackageKit
|
| 12 |
Version: 0.5.3
|
| 13 |
#Release: 0.2.%{?alphatag}git%{?dist}
|
| 14 |
Release: 1%{?dist}
|
| 15 |
License: GPLv2+
|
| 16 |
Group: System Environment/Libraries
|
| 17 |
URL: http://www.packagekit.org
|
| 18 |
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
|
| 19 |
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
|
| 20 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 21 |
|
| 22 |
# Fedora-specific: set Vendor.conf up for Fedora.
|
| 23 |
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
| 24 |
|
| 25 |
# Fedora specific: the yum backend doesn't do time estimation correctly
|
| 26 |
Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
|
| 27 |
|
| 28 |
Requires: dbus >= %{dbus_version}
|
| 29 |
Requires: dbus-glib >= %{dbus_glib_version}
|
| 30 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 31 |
Requires: PackageKit-gtk-module = %{version}-%{release}
|
| 32 |
Requires: PackageKit-yum-plugin = %{version}-%{release}
|
| 33 |
Requires: PackageKit-yum = %{version}-%{release}
|
| 34 |
Requires: shared-mime-info
|
| 35 |
Requires: comps-extras
|
| 36 |
%if 0%{?rhel} == 0
|
| 37 |
Requires: preupgrade
|
| 38 |
%endif
|
| 39 |
BuildRequires: polkit >= %{polkit_version}
|
| 40 |
|
| 41 |
BuildRequires: glib2-devel >= %{glib2_version}
|
| 42 |
BuildRequires: dbus-devel >= %{dbus_version}
|
| 43 |
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
| 44 |
BuildRequires: pam-devel
|
| 45 |
BuildRequires: libX11-devel
|
| 46 |
BuildRequires: xmlto
|
| 47 |
BuildRequires: sqlite-devel
|
| 48 |
BuildRequires: NetworkManager-glib-devel >= %{libnm_glib_version}
|
| 49 |
BuildRequires: polkit-devel >= %{polkit_version}
|
| 50 |
BuildRequires: libtool
|
| 51 |
BuildRequires: docbook-utils
|
| 52 |
BuildRequires: gnome-doc-utils
|
| 53 |
BuildRequires: python-devel
|
| 54 |
BuildRequires: perl(XML::Parser)
|
| 55 |
BuildRequires: intltool
|
| 56 |
BuildRequires: gettext
|
| 57 |
BuildRequires: libgudev1-devel
|
| 58 |
BuildRequires: xulrunner-devel
|
| 59 |
BuildRequires: libarchive-devel
|
| 60 |
BuildRequires: gstreamer-devel
|
| 61 |
BuildRequires: gstreamer-plugins-base-devel
|
| 62 |
BuildRequires: qt4-devel
|
| 63 |
BuildRequires: cppunit-devel
|
| 64 |
BuildRequires: pango-devel
|
| 65 |
BuildRequires: pm-utils-devel
|
| 66 |
BuildRequires: fontconfig-devel
|
| 67 |
#BuildRequires: gtk-sharp2-devel
|
| 68 |
#BuildRequires: mono-core
|
| 69 |
|
| 70 |
# functionality moved to udev itself
|
| 71 |
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
| 72 |
Obsoletes: udev-packagekit < %{version}-%{release}
|
| 73 |
|
| 74 |
%description
|
| 75 |
PackageKit is a D-Bus abstraction layer that allows the session user
|
| 76 |
to manage packages in a secure way using a cross-distro,
|
| 77 |
cross-architecture API.
|
| 78 |
|
| 79 |
%package yum
|
| 80 |
Summary: PackageKit YUM backend
|
| 81 |
Group: System Environment/Libraries
|
| 82 |
Requires: yum >= 3.2.19
|
| 83 |
Requires: %{name} = %{version}-%{release}
|
| 84 |
|
| 85 |
%description yum
|
| 86 |
A backend for PackageKit to enable yum functionality.
|
| 87 |
|
| 88 |
%if 0%{?rhel} == 0
|
| 89 |
%package smart
|
| 90 |
Summary: PackageKit SMART backend
|
| 91 |
Group: System Environment/Libraries
|
| 92 |
Requires: smart
|
| 93 |
Requires: %{name} = %{version}-%{release}
|
| 94 |
|
| 95 |
%description smart
|
| 96 |
A backend for PackageKit to enable SMART functionality.
|
| 97 |
%endif
|
| 98 |
|
| 99 |
%package docs
|
| 100 |
Summary: Documentation for PackageKit
|
| 101 |
Group: Development/Libraries
|
| 102 |
Requires: %{name} = %{version}-%{release}
|
| 103 |
BuildArch: noarch
|
| 104 |
|
| 105 |
%description docs
|
| 106 |
API docs for PackageKit.
|
| 107 |
|
| 108 |
%package yum-plugin
|
| 109 |
Summary: Tell PackageKit to check for updates when yum exits
|
| 110 |
Group: System Environment/Base
|
| 111 |
Requires: yum >= 3.0
|
| 112 |
Requires: PackageKit
|
| 113 |
Obsoletes: yum-packagekit < %{version}-%{release}
|
| 114 |
|
| 115 |
%description yum-plugin
|
| 116 |
PackageKit-yum-plugin tells PackageKit to check for updates when yum exits.
|
| 117 |
This way, if you run 'yum update' and install all available updates, puplet
|
| 118 |
will almost instantly update itself to reflect this.
|
| 119 |
|
| 120 |
%package glib
|
| 121 |
Summary: GLib libraries for accessing PackageKit
|
| 122 |
Group: Development/Libraries
|
| 123 |
Requires: dbus >= %{dbus_version}
|
| 124 |
Requires: %{name} = %{version}-%{release}
|
| 125 |
Obsoletes: PackageKit-libs < %{version}-%{release}
|
| 126 |
Provides: PackageKit-libs = %{version}-%{release}
|
| 127 |
|
| 128 |
%description glib
|
| 129 |
GLib libraries for accessing PackageKit.
|
| 130 |
|
| 131 |
%package qt
|
| 132 |
Summary: QT libraries for accessing PackageKit
|
| 133 |
Group: Development/Libraries
|
| 134 |
Requires: %{name} = %{version}-%{release}
|
| 135 |
|
| 136 |
%description qt
|
| 137 |
QT libraries for accessing PackageKit.
|
| 138 |
|
| 139 |
%package cron
|
| 140 |
Summary: Cron job and related utilities for PackageKit
|
| 141 |
Group: System Environment/Base
|
| 142 |
Requires: cronie
|
| 143 |
Requires: %{name} = %{version}-%{release}
|
| 144 |
|
| 145 |
%description cron
|
| 146 |
Crontab and utilities for running PackageKit as a cron job.
|
| 147 |
|
| 148 |
%package debug-install
|
| 149 |
Summary: Facility to install debugging packages using PackageKit
|
| 150 |
Group: System Environment/Base
|
| 151 |
Requires: %{name} = %{version}-%{release}
|
| 152 |
Obsoletes: PackageKit-debuginfo-install <= 0.5.2-0.1.20090902git.fc12
|
| 153 |
|
| 154 |
%description debug-install
|
| 155 |
Provides facility to install debugging packages using PackageKit.
|
| 156 |
|
| 157 |
%package glib-devel
|
| 158 |
Summary: GLib Libraries and headers for PackageKit
|
| 159 |
Group: Development/Libraries
|
| 160 |
Requires: %{name} = %{version}-%{release}
|
| 161 |
Requires: dbus-devel >= %{dbus_version}
|
| 162 |
Requires: pkgconfig
|
| 163 |
Requires: sqlite-devel
|
| 164 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 165 |
Obsoletes: PackageKit-devel < %{version}-%{release}
|
| 166 |
Provides: PackageKit-devel = %{version}-%{release}
|
| 167 |
|
| 168 |
%description glib-devel
|
| 169 |
GLib headers and libraries for PackageKit.
|
| 170 |
|
| 171 |
%package qt-devel
|
| 172 |
Summary: Qt Libraries and headers for PackageKit
|
| 173 |
Group: Development/Libraries
|
| 174 |
Requires: %{name}-qt = %{version}-%{release}
|
| 175 |
Requires: pkgconfig
|
| 176 |
|
| 177 |
%description qt-devel
|
| 178 |
Qt headers and libraries for PackageKit.
|
| 179 |
|
| 180 |
%package backend-devel
|
| 181 |
Summary: Headers to compile out of tree PackageKit backends
|
| 182 |
Group: Development/Libraries
|
| 183 |
Requires: %{name} = %{version}-%{release}
|
| 184 |
|
| 185 |
%description backend-devel
|
| 186 |
Headers to compile out of tree PackageKit backends.
|
| 187 |
|
| 188 |
%package browser-plugin
|
| 189 |
Summary: Browser Plugin for PackageKit
|
| 190 |
Group: Development/Libraries
|
| 191 |
Requires: gtk2
|
| 192 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 193 |
Requires: mozilla-filesystem
|
| 194 |
|
| 195 |
%description browser-plugin
|
| 196 |
The PackageKit browser plugin allows web sites to offer the ability to
|
| 197 |
users to install and update packages from configured repositories
|
| 198 |
using PackageKit.
|
| 199 |
|
| 200 |
%package gstreamer-plugin
|
| 201 |
Summary: Install GStreamer codecs using PackageKit
|
| 202 |
Group: Development/Libraries
|
| 203 |
Requires: gstreamer
|
| 204 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 205 |
Obsoletes: codeina < 0.10.1-10
|
| 206 |
Provides: codeina = 0.10.1-10
|
| 207 |
|
| 208 |
%description gstreamer-plugin
|
| 209 |
The PackageKit GStreamer plugin allows any Gstreamer application to install
|
| 210 |
codecs from configured repositories using PackageKit.
|
| 211 |
|
| 212 |
%package gtk-module
|
| 213 |
Summary: Install fonts automatically using PackageKit
|
| 214 |
Group: Development/Libraries
|
| 215 |
Requires: pango
|
| 216 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 217 |
|
| 218 |
%description gtk-module
|
| 219 |
The PackageKit GTK+ module allows any Pango application to install
|
| 220 |
fonts from configured repositories using PackageKit.
|
| 221 |
|
| 222 |
%package command-not-found
|
| 223 |
Summary: Ask the user to install command line programs automatically
|
| 224 |
Group: Development/Libraries
|
| 225 |
Requires: bash
|
| 226 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 227 |
|
| 228 |
%description command-not-found
|
| 229 |
A simple helper that offers to install new packages on the command line
|
| 230 |
using PackageKit.
|
| 231 |
|
| 232 |
%package device-rebind
|
| 233 |
Summary: Device rebind functionality for PackageKit
|
| 234 |
Group: Development/Libraries
|
| 235 |
Requires: PackageKit-glib = %{version}-%{release}
|
| 236 |
|
| 237 |
%description device-rebind
|
| 238 |
The device rebind functionality offer the ability to re-initialize devices
|
| 239 |
after firmware has been installed by PackageKit. This removes the need for the
|
| 240 |
user to restart the computer or remove and re-insert the device.
|
| 241 |
|
| 242 |
%prep
|
| 243 |
#%setup -q -n %{?name}-%{?version}-%{?alphatag}
|
| 244 |
%setup -q
|
| 245 |
%patch0 -p1 -b .fedora
|
| 246 |
%patch1 -p1 -b .no-time
|
| 247 |
|
| 248 |
%build
|
| 249 |
%configure \
|
| 250 |
--disable-static \
|
| 251 |
--enable-yum \
|
| 252 |
%if 0%{?rhel} == 0
|
| 253 |
--enable-smart \
|
| 254 |
%endif
|
| 255 |
--with-default-backend=yum \
|
| 256 |
--disable-local \
|
| 257 |
--disable-ruck \
|
| 258 |
--disable-strict \
|
| 259 |
--disable-tests
|
| 260 |
|
| 261 |
make %{?_smp_mflags}
|
| 262 |
|
| 263 |
%install
|
| 264 |
rm -rf $RPM_BUILD_ROOT
|
| 265 |
make install DESTDIR=$RPM_BUILD_ROOT
|
| 266 |
|
| 267 |
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
|
| 268 |
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
|
| 269 |
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
|
| 270 |
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
|
| 271 |
rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.la
|
| 272 |
|
| 273 |
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/PackageKit/groups.sqlite
|
| 274 |
|
| 275 |
# create a link that GStreamer will recognise
|
| 276 |
pushd ${RPM_BUILD_ROOT}%{_libexecdir} > /dev/null
|
| 277 |
ln -s pk-gstreamer-install gst-install-plugins-helper
|
| 278 |
popd > /dev/null
|
| 279 |
|
| 280 |
# create a link that from the comps icons to PK, as PackageKit frontends
|
| 281 |
# cannot add /usr/share/pixmaps/comps to the icon search path as some distros
|
| 282 |
# do not use comps. Patching this in the frontend is not a good idea, as there
|
| 283 |
# are multiple frontends in multiple programming languages.
|
| 284 |
pushd ${RPM_BUILD_ROOT}%{_datadir}/PackageKit > /dev/null
|
| 285 |
ln -s ../pixmaps/comps icons
|
| 286 |
popd > /dev/null
|
| 287 |
|
| 288 |
%find_lang %name
|
| 289 |
|
| 290 |
%clean
|
| 291 |
rm -rf $RPM_BUILD_ROOT
|
| 292 |
|
| 293 |
%post
|
| 294 |
update-mime-database %{_datadir}/mime &> /dev/null || :
|
| 295 |
|
| 296 |
%postun
|
| 297 |
update-mime-database %{_datadir}/mime &> /dev/null || :
|
| 298 |
|
| 299 |
%post glib -p /sbin/ldconfig
|
| 300 |
%post qt -p /sbin/ldconfig
|
| 301 |
|
| 302 |
%postun glib -p /sbin/ldconfig
|
| 303 |
%postun qt -p /sbin/ldconfig
|
| 304 |
|
| 305 |
%files -f %{name}.lang
|
| 306 |
%defattr(-,root,root,-)
|
| 307 |
%doc README AUTHORS NEWS COPYING
|
| 308 |
%dir %{_datadir}/PackageKit
|
| 309 |
%dir %{_datadir}/PackageKit/helpers
|
| 310 |
%dir %{_sysconfdir}/PackageKit
|
| 311 |
%dir %{_localstatedir}/lib/PackageKit
|
| 312 |
%dir %{python_sitelib}/packagekit
|
| 313 |
%dir %{_localstatedir}/cache/PackageKit
|
| 314 |
%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
|
| 315 |
%dir %{_localstatedir}/cache/PackageKit/downloads
|
| 316 |
%{python_sitelib}/packagekit/*py*
|
| 317 |
%dir %{_sysconfdir}/bash_completion.d
|
| 318 |
%dir %{_libdir}/packagekit-backend
|
| 319 |
%config %{_sysconfdir}/bash_completion.d/pk-completion.bash
|
| 320 |
%config(noreplace) %{_sysconfdir}/PackageKit/*.conf
|
| 321 |
%config %{_sysconfdir}/dbus-1/system.d/*
|
| 322 |
%dir %{_datadir}/PackageKit/helpers/test_spawn
|
| 323 |
%dir %{_datadir}/PackageKit/icons
|
| 324 |
%{_datadir}/PackageKit/helpers/test_spawn/*
|
| 325 |
%{_datadir}/man/man1/pkcon.1.gz
|
| 326 |
%{_datadir}/man/man1/pkmon.1.gz
|
| 327 |
%{_datadir}/man/man1/pkgenpack.1.gz
|
| 328 |
%{_datadir}/polkit-1/actions/*.policy
|
| 329 |
%{_datadir}/mime/packages/packagekit-*.xml
|
| 330 |
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
| 331 |
%{_sbindir}/packagekitd
|
| 332 |
%{_bindir}/pkmon
|
| 333 |
%{_bindir}/pkcon
|
| 334 |
%{_bindir}/pkgenpack
|
| 335 |
%{_bindir}/packagekit-bugreport.sh
|
| 336 |
%exclude %{_libdir}/libpackagekit*.so.*
|
| 337 |
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
|
| 338 |
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
|
| 339 |
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
|
| 340 |
%{_datadir}/dbus-1/system-services/*.service
|
| 341 |
%{_libdir}/pm-utils/sleep.d/95packagekit
|
| 342 |
%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.so
|
| 343 |
|
| 344 |
%files docs
|
| 345 |
%defattr(-,root,root,-)
|
| 346 |
%doc README AUTHORS NEWS COPYING
|
| 347 |
%{_datadir}/gtk-doc/html/PackageKit
|
| 348 |
%dir %{_datadir}/PackageKit/website
|
| 349 |
%{_datadir}/PackageKit/website/*.html
|
| 350 |
%{_datadir}/PackageKit/website/*.css
|
| 351 |
%dir %{_datadir}/PackageKit/website/img
|
| 352 |
%{_datadir}/PackageKit/website/img/*.png
|
| 353 |
%dir %{_datadir}/PackageKit/website/img/thumbnails
|
| 354 |
%{_datadir}/PackageKit/website/img/thumbnails/*.png
|
| 355 |
|
| 356 |
%if 0%{?rhel} == 0
|
| 357 |
%files smart
|
| 358 |
%defattr(-,root,root,-)
|
| 359 |
%doc README AUTHORS NEWS COPYING
|
| 360 |
%{_libdir}/packagekit-backend/libpk_backend_smart.so
|
| 361 |
%dir %{_datadir}/PackageKit/helpers/smart
|
| 362 |
%{_datadir}/PackageKit/helpers/smart/*
|
| 363 |
%endif
|
| 364 |
|
| 365 |
%files yum
|
| 366 |
%defattr(-,root,root,-)
|
| 367 |
%doc README AUTHORS NEWS COPYING
|
| 368 |
%{_libdir}/packagekit-backend/libpk_backend_yum.so
|
| 369 |
%dir %{_datadir}/PackageKit/helpers/yum
|
| 370 |
%{_datadir}/PackageKit/helpers/yum/*
|
| 371 |
|
| 372 |
%files yum-plugin
|
| 373 |
%defattr(-, root, root)
|
| 374 |
%doc README AUTHORS NEWS COPYING
|
| 375 |
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
| 376 |
/usr/lib/yum-plugins/refresh-packagekit.*
|
| 377 |
|
| 378 |
%files glib
|
| 379 |
%defattr(-,root,root,-)
|
| 380 |
%doc README AUTHORS NEWS COPYING
|
| 381 |
%{_libdir}/*packagekit-glib*.so.*
|
| 382 |
|
| 383 |
%files qt
|
| 384 |
%defattr(-,root,root,-)
|
| 385 |
%doc README AUTHORS NEWS COPYING
|
| 386 |
%{_libdir}/*packagekit-qt*.so.*
|
| 387 |
|
| 388 |
%files cron
|
| 389 |
%defattr(-,root,root,-)
|
| 390 |
%doc README AUTHORS NEWS COPYING
|
| 391 |
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
|
| 392 |
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
|
| 393 |
|
| 394 |
%files debug-install
|
| 395 |
%defattr(-,root,root,-)
|
| 396 |
%doc README AUTHORS NEWS COPYING
|
| 397 |
%{_bindir}/pk-debuginfo-install
|
| 398 |
%{_datadir}/man/man1/pk-debuginfo-install.1.gz
|
| 399 |
|
| 400 |
%files browser-plugin
|
| 401 |
%defattr(-,root,root,-)
|
| 402 |
%doc README AUTHORS NEWS COPYING
|
| 403 |
%{_libdir}/mozilla/plugins/packagekit-plugin.so
|
| 404 |
|
| 405 |
%files gstreamer-plugin
|
| 406 |
%defattr(-,root,root,-)
|
| 407 |
%doc README AUTHORS NEWS COPYING
|
| 408 |
%{_libexecdir}/pk-gstreamer-install
|
| 409 |
%{_libexecdir}/gst-install-plugins-helper
|
| 410 |
|
| 411 |
%files gtk-module
|
| 412 |
%defattr(-,root,root,-)
|
| 413 |
%doc README AUTHORS NEWS COPYING
|
| 414 |
%{_libdir}/gtk-2.0/modules/*.so
|
| 415 |
|
| 416 |
%files command-not-found
|
| 417 |
%defattr(-,root,root,-)
|
| 418 |
%doc README AUTHORS NEWS COPYING
|
| 419 |
%{_sysconfdir}/profile.d/*
|
| 420 |
%{_libexecdir}/pk-command-not-found
|
| 421 |
|
| 422 |
%files device-rebind
|
| 423 |
%defattr(-,root,root,-)
|
| 424 |
%doc README AUTHORS NEWS COPYING
|
| 425 |
%{_sbindir}/pk-device-rebind
|
| 426 |
%{_datadir}/man/man1/pk-device-rebind.1.gz
|
| 427 |
|
| 428 |
%files glib-devel
|
| 429 |
%defattr(-,root,root,-)
|
| 430 |
%doc README AUTHORS NEWS COPYING
|
| 431 |
%{_libdir}/libpackagekit-glib*.so
|
| 432 |
%{_libdir}/pkgconfig/packagekit-glib*.pc
|
| 433 |
%dir %{_includedir}/PackageKit
|
| 434 |
%dir %{_includedir}/PackageKit/packagekit-glib
|
| 435 |
%dir %{_includedir}/PackageKit/packagekit-glib2
|
| 436 |
%{_includedir}/PackageKit/packagekit-glib*/*.h
|
| 437 |
|
| 438 |
%files qt-devel
|
| 439 |
%defattr(-,root,root,-)
|
| 440 |
%doc README AUTHORS NEWS COPYING
|
| 441 |
%{_libdir}/libpackagekit-qt*.so
|
| 442 |
%{_libdir}/pkgconfig/packagekit-qt.pc
|
| 443 |
%dir %{_includedir}/PackageKit
|
| 444 |
%dir %{_includedir}/PackageKit/packagekit-qt
|
| 445 |
%{_includedir}/PackageKit/packagekit-qt/QPackageKit
|
| 446 |
%{_includedir}/PackageKit/packagekit-qt/*.h
|
| 447 |
%{_datadir}/cmake/Modules/FindQPackageKit.cmake
|
| 448 |
|
| 449 |
%files backend-devel
|
| 450 |
%defattr(-,root,root,-)
|
| 451 |
%doc README AUTHORS NEWS COPYING
|
| 452 |
%dir %{_includedir}/PackageKit
|
| 453 |
%dir %{_includedir}/PackageKit/backend
|
| 454 |
%{_includedir}/PackageKit/backend/*.h
|
| 455 |
|
| 456 |
%changelog
|
| 457 |
* Mon Oct 05 2009 Richard Hughes <rhughes@redhat.com> - 0.5.3-1
|
| 458 |
- Update to 0.5.3.
|
| 459 |
- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
|
| 460 |
- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044
|
| 461 |
- Fix crash in notification daemon under some conditions due to non-resident
|
| 462 |
GTK module.
|
| 463 |
- Don't explicitly download the file lists when using pk-command-not-found
|
| 464 |
|
| 465 |
* Tue Sep 29 2009 Richard Hughes <rhughes@redhat.com> - 0.5.3-0.2.20090928git
|
| 466 |
- Do not build smart support on RHEL.
|
| 467 |
|
| 468 |
* Mon Sep 28 2009 Richard Hughes <rhughes@redhat.com> - 0.5.3-0.1.20090928git
|
| 469 |
- Update to a newer git snapshot from the 0.5.x series.
|
| 470 |
- Fixes command-not-found functionality
|
| 471 |
- Lots of updated translations
|
| 472 |
- Lots of updates and bugfixes to the experimental glib2 library
|
| 473 |
|
| 474 |
* Mon Sep 21 2009 Richard Hughes <rhughes@redhat.com> - 0.5.3-0.1.20090921git
|
| 475 |
- Update to a newer git snapshot from the 0.5.x series.
|
| 476 |
- Updates to the experimental glib2 bindings
|
| 477 |
- Lots of updated translations.
|
| 478 |
- Disable the self tests to reduce the build time
|
| 479 |
- Fix crasher for 64 bit users of the codec installer
|
| 480 |
- Fix 'pkcon remove foo', where foo needed reqs to be removed too.
|
| 481 |
- Fixes #523861
|
| 482 |
|
| 483 |
* Tue Sep 15 2009 Richard Hughes <rhughes@redhat.com> - 0.5.3-0.1.20090915git
|
| 484 |
- Update to a newer git snapshot from the 0.5.x series.
|
| 485 |
- Lots of updated translations.
|
| 486 |
- Refresh the free licenses from the Fedora wiki. Fixes #519394
|
| 487 |
- The fixed packagekit-qt should also now allow KPackageKit to build.
|
| 488 |
|
| 489 |
* Mon Sep 07 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-1
|
| 490 |
- Update to 0.5.2.
|
| 491 |
- Many new and updated translations.
|
| 492 |
- Many small bugfixes and speedups.
|
| 493 |
- Added the PostscriptDriver rpm provides functionality.
|
| 494 |
|
| 495 |
* Thu Sep 03 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090903git
|
| 496 |
- Update to a newer git snapshot from the 0.5.x series.
|
| 497 |
- Fixes NetworkManager build time configure check.
|
| 498 |
- Don't backtrace if we need to do yum-complete-transaction.
|
| 499 |
|
| 500 |
* Thu Sep 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.5.2-0.2.20090902git
|
| 501 |
- Rename -debuginfo-install to debug-install (#520965)
|
| 502 |
|
| 503 |
* Wed Sep 02 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090902git
|
| 504 |
- Update to a newer git snapshot from the 0.5.x series.
|
| 505 |
- Should fix some issues with KPackageKit.
|
| 506 |
|
| 507 |
* Sat Aug 29 2009 Christopher Aillon <caillon@redhat.com> - 0.5.2-0.2.20090824git
|
| 508 |
- Fix build against polkit, rebuild against newer libnm_glib
|
| 509 |
|
| 510 |
* Mon Aug 24 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090824git
|
| 511 |
- Update to a newer git snapshot from the 0.5.x series.
|
| 512 |
- Enable GUdev functionality and create a device-rebind subpackage.
|
| 513 |
|
| 514 |
* Wed Aug 19 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090819git
|
| 515 |
- Update to a git snapshot from the 0.5.x series.
|
| 516 |
|
| 517 |
* Mon Aug 03 2009 Richard Hughes <rhughes@redhat.com> - 0.5.1-1
|
| 518 |
- New upstream version, many bugfixes and performance fixes
|
| 519 |
- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557
|
| 520 |
|
| 521 |
* Mon Jul 27 2009 Richard Hughes <rhughes@redhat.com> - 0.5.1-0.1.20090727git
|
| 522 |
- Update to a git snapshot from the 0.5.x series.
|
| 523 |
|
| 524 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
|
| 525 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| 526 |
|
| 527 |
* Mon Jul 06 2009 Richard Hughes <rhughes@redhat.com> - 0.5.0-1
|
| 528 |
- New upstream version, many bugfixes and a few new features
|
| 529 |
- Fixes #483164, #504377, #504137, #499590, #506110 and #506649
|
| 530 |
|
| 531 |
* Thu Jun 25 2009 Richard Hughes <rhughes@redhat.com> - 0.5.0-0.1.20090625git
|
| 532 |
- Update to a git snapshot from the 0.5.x series.
|
| 533 |
- Many PolicyKit fixes
|
| 534 |
- Fixes GetDistroUpgrades (#508022)
|
| 535 |
|
| 536 |
* Tue Jun 16 2009 Richard Hughes <rhughes@redhat.com> - 0.4.9-0.2.20090616git
|
| 537 |
- Apply a patch to convert to the PolKit1 API.
|
| 538 |
- Do autoreconf and automake as the polkit patch is pretty invasive
|
| 539 |
- Fix up file lists with the new polkit action paths
|
| 540 |
|
| 541 |
* Tue Jun 16 2009 Richard Hughes <rhughes@redhat.com> - 0.4.9-0.1.20090616git
|
| 542 |
- Don't hardcode network access to install or update packages
|
| 543 |
- Add subclasses to our registered mime-types
|
| 544 |
- Fix results from GetDistroUpgrades()
|
| 545 |
- Format the package_id before showing it in the error detail
|
| 546 |
- Download the ChangeLog data when we get the update list
|
| 547 |
- Never return FALSE from StateHasChanged()
|
| 548 |
- Fixes #506110, #504137, #499590 and #483164
|
| 549 |
|
| 550 |
* Mon Jun 05 2009 Richard Hughes <rhughes@redhat.com> - 0.4.8-1
|
| 551 |
- New upstream version, many bugfixes and performance fixes
|
| 552 |
- Fixes #487614, #500428 and #502399
|
| 553 |
|
| 554 |
* Tue May 05 2009 Richard Hughes <rhughes@redhat.com> - 0.4.7-1
|
| 555 |
- New upstream version, many bugfixes and performance fixes
|
| 556 |
- Remove upstreamed patches
|
| 557 |
|
| 558 |
* Tue Apr 14 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-3
|
| 559 |
- Backport 4 important patches from upstream.
|
| 560 |
|
| 561 |
* Thu Apr 02 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-2
|
| 562 |
- Fix installing local files with a unicode path. Fixes rh#486720
|
| 563 |
- Fix the allow cancel duplicate filtering with a patch from upstream.
|
| 564 |
|
| 565 |
* Mon Mar 30 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-1
|
| 566 |
- New upstream version
|
| 567 |
|
| 568 |
* Tue Mar 24 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-0.3.20090324git
|
| 569 |
- Update to todays git snapshot with fixed ChangeLog functionality.
|
| 570 |
|
| 571 |
* Mon Mar 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.4.6-0.2.2009319git
|
| 572 |
- Make the GTK+ module resident
|
| 573 |
|
| 574 |
* Thu Mar 19 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-0.1.20090319git
|
| 575 |
- Update to todays git snapshot so we can test the update ChangeLog feature.
|
| 576 |
|
| 577 |
* Mon Mar 16 2009 Richard Hughes <rhughes@redhat.com> - 0.4.5-2
|
| 578 |
- Add two patches from upstream:
|
| 579 |
- Allow users to turn off update cache to try to debug #20559
|
| 580 |
- Filter out duplicate updates to fix #488509
|
| 581 |
|
| 582 |
* Mon Mar 09 2009 Richard Hughes <rhughes@redhat.com> - 0.4.5-1
|
| 583 |
- New upstream version
|
| 584 |
- Add proper error handling to avoid exiting the script on correctable errors
|
| 585 |
- Add support for the 'any' provide search
|
| 586 |
- Updated QPackageKit soname version to 0.4.1
|
| 587 |
- Lots of translation updates
|
| 588 |
|
| 589 |
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.4.4-4
|
| 590 |
- Make -docs noarch
|
| 591 |
|
| 592 |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3
|
| 593 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
| 594 |
|
| 595 |
* Mon Feb 23 2009 Richard Hughes <rhughes@redhat.com> - 0.4.4-2
|
| 596 |
- Bump for rebuild.
|
| 597 |
|
| 598 |
* Mon Feb 23 2009 Richard Hughes <rhughes@redhat.com> - 0.4.4-1
|
| 599 |
- New upstream version
|
| 600 |
- Mainly bugfixes
|
| 601 |
|
| 602 |
* Mon Feb 02 2009 Richard Hughes <rhughes@redhat.com> - 0.4.3-1
|
| 603 |
- New upstream version
|
| 604 |
- Mainly bugfixes
|
| 605 |
|
| 606 |
* Mon Jan 19 2009 Richard Hughes <rhughes@redhat.com> - 0.4.2-1
|
| 607 |
- New upstream version
|
| 608 |
- Enable time estimation by default
|
| 609 |
- Remove the udev helper from PackageKit now the core functionality is in
|
| 610 |
udev itself
|
| 611 |
- Lots of bug fixes
|
| 612 |
|
| 613 |
* Thu Jan 08 2009 Richard Hughes <rhughes@redhat.com> - 0.4.1-1
|
| 614 |
- New upstream version
|
| 615 |
- Use NetworkManager to get the network device type for session policy decisions
|
| 616 |
- Lots of bug fixes
|
| 617 |
|
| 618 |
* Tue Dec 09 2008 Richard Hughes <rhughes@redhat.com> - 0.4.0-1
|
| 619 |
- New upstream version
|
| 620 |
- Now integrates with BASH suggesting replacements and offering to install
|
| 621 |
missing packages.
|
| 622 |
- Now integrates with Pango using a gtk-module to install missing fonts.
|
| 623 |
- Much tighter security model and new audit logging framework.
|
| 624 |
- Lots of new, untested, code so probably not a good idea for F10.
|
| 625 |
|
| 626 |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.11-2
|
| 627 |
- Rebuild for Python 2.6
|
| 628 |
|
| 629 |
* Mon Nov 24 2008 Richard Hughes <rhughes@redhat.com> - 0.3.11-1
|
| 630 |
- New upstream version
|
| 631 |
- http://gitweb.freedesktop.org/?p=packagekit.git;a=blob;f=NEWS
|
| 632 |
|
| 633 |
* Thu Nov 20 2008 Richard Hughes <rhughes@redhat.com> - 0.3.10-2
|
| 634 |
- Update the summary to be more terse.
|
| 635 |
|
| 636 |
* Tue Nov 11 2008 Richard Hughes <rhughes@redhat.com> - 0.3.10-1
|
| 637 |
- New upstream version
|
| 638 |
- Drop all upstreamed patches
|
| 639 |
|
| 640 |
* Wed Nov 05 2008 Richard Hughes <rhughes@redhat.com> - 0.3.9-4
|
| 641 |
- Increase the timeout for cleaning up unused transactions. Due to a bug
|
| 642 |
in the PkClient library the new TID was not being requested, and the old
|
| 643 |
TID was being re-used. This gave a DBUS error if the user spent longer than
|
| 644 |
five seconds entering the password the very first time they used PackageKit
|
| 645 |
to do an authentication.
|
| 646 |
Apply a simple patch to mitigate this, as a more invasive (and correct)
|
| 647 |
patch is upstream. A new release will follow in f10-updates. Fixes rh#469950
|
| 648 |
|
| 649 |
* Thu Oct 28 2008 Richard Hughes <rhughes@redhat.com> - 0.3.9-3
|
| 650 |
- Install the usr/share/cmake/Modules/FindQPackageKit.cmake file so we
|
| 651 |
can build KPackageKit from svn head.
|
| 652 |
- Fix installing the preupgrade package when we check for distro upgrades
|
| 653 |
on machines with 32 and 64 bit versions available. Fixes #469172
|
| 654 |
|
| 655 |
* Tue Oct 28 2008 Richard Hughes <rhughes@redhat.com> - 0.3.9-2
|
| 656 |
- Apply a couple of patches from upstream to fix development filtering
|
| 657 |
and installing the web plugin.
|
| 658 |
|
| 659 |
* Mon Oct 27 2008 Richard Hughes <rhughes@redhat.com> - 0.3.9-1
|
| 660 |
- New upstream version
|
| 661 |
- Many new and updated translations.
|
| 662 |
- Lots of bugfixes (#468486, #466006, #468602), no new features.
|
| 663 |
|
| 664 |
* Fri Oct 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.3.8-6
|
| 665 |
- Customize Vendor.conf for Fedora
|
| 666 |
|
| 667 |
* Fri Oct 24 2008 Richard Hughes <rhughes@redhat.com> - 0.3.8-5
|
| 668 |
- Bump as I forgot to add the patch.
|
| 669 |
|
| 670 |
* Fri Oct 24 2008 Richard Hughes <rhughes@redhat.com> - 0.3.8-4
|
| 671 |
- Add a patch from upstream to change the servicepack metadata format to be
|
| 672 |
forwards compatible so we don't let the user create invalid packs.
|
| 673 |
|
| 674 |
* Thu Oct 23 2008 Richard Hughes <rhughes@redhat.com> - 0.3.8-3
|
| 675 |
- Add a patch from upstream to pkcon install foo
|
| 676 |
|
| 677 |
* Tue Oct 21 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.8-2
|
| 678 |
- Obsoletes: packagekit-qt(-devel)/qpackagekit(-devel)
|
| 679 |
- cleanup deps
|
| 680 |
|
| 681 |
* Mon Oct 20 2008 Richard Hughes <rhughes@redhat.com> - 0.3.8-1
|
| 682 |
- New upstream version
|
| 683 |
- Many new and updated translations.
|
| 684 |
- Merge in the QPackageKit QT library from Adrien BUSTANY
|
| 685 |
|
| 686 |
* Mon Oct 20 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.7-3
|
| 687 |
- -browser-plugin: Requires: mozilla-filesystem
|
| 688 |
|
| 689 |
* Mon Oct 20 2008 Richard Hughes <rhughes@redhat.com> - 0.3.7-2
|
| 690 |
- Rename as newest upstream has QT binding also:
|
| 691 |
* PackageKit-libs -> PackageKit-glib
|
| 692 |
* PackageKit-devel -> PackageKit-glib-devel
|
| 693 |
- Add a BR for comps, and create a link that from the comps icons for the
|
| 694 |
new category group icons.
|
| 695 |
- Create a subpackage for devel files required for out-of-tree backends.
|
| 696 |
|
| 697 |
* Mon Oct 13 2008 Richard Hughes <rhughes@redhat.com> - 0.3.7-1
|
| 698 |
- New upstream version
|
| 699 |
- Add dynamic groups functionality to the API
|
| 700 |
- Many performance and other bugfixes
|
| 701 |
|
| 702 |
* Thu Oct 09 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-3
|
| 703 |
- Add a patch from upstream to fix rh#466290
|
| 704 |
|
| 705 |
* Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-2
|
| 706 |
- Upload new sources. Ooops.
|
| 707 |
|
| 708 |
* Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-1
|
| 709 |
- New upstream version
|
| 710 |
- Renice the spawned process so that we don't hog the system when doing updates
|
| 711 |
|
| 712 |
* Wed Oct 01 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-4
|
| 713 |
- Rename the subpackages before David blows a blood vessel.
|
| 714 |
- yum-packagekit -> PackageKit-yum-plugin
|
| 715 |
- udev-packagekit -> PackageKit-udev-helper
|
| 716 |
|
| 717 |
* Tue Sep 30 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-3
|
| 718 |
- Fix a bug where the daemon could crash when cancelling a lot of transactions.
|
| 719 |
- Fix installing codecs with a 64 bit machine
|
| 720 |
|
| 721 |
* Tue Sep 30 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-2
|
| 722 |
- Obsolete more releases of codeina to fix upgrades on rawhide.
|
| 723 |
|
| 724 |
* Mon Sep 29 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-1
|
| 725 |
- New upstream version
|
| 726 |
- Add a helper which can be used by GStreamer to install codecs.
|
| 727 |
|
| 728 |
* Thu Sep 25 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-5
|
| 729 |
- When returning results from a cache we should always return finished in an
|
| 730 |
idle loop so we can block and wait for a response
|
| 731 |
- This fixes the bug where if you have two GetUpdates in the queue the second
|
| 732 |
would hang waiting for the first, even though it had already finished.
|
| 733 |
|
| 734 |
* Tue Sep 23 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-4
|
| 735 |
- Fix the error dialog when no mirrors are found
|
| 736 |
|
| 737 |
* Tue Sep 23 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-3
|
| 738 |
- Don't try to run all the committed transactions at once with a deep queue.
|
| 739 |
- This fixes the bug where the dispatcher would sometimes fail to run the
|
| 740 |
next method and PkSpawn would warn the user with 'timeout already set'.
|
| 741 |
|
| 742 |
* Tue Sep 23 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-2
|
| 743 |
- Don't send ::Finished when the script exits because of a dispatcher exit.
|
| 744 |
- This only seems to happen when we are making the dispatcher be reloaded
|
| 745 |
from multiple sessions with different locales.
|
| 746 |
|
| 747 |
* Mon Sep 22 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-1
|
| 748 |
- New upstream version
|
| 749 |
|
| 750 |
* Tue Sep 17 2008 Richard Hughes <rhughes@redhat.com> - 0.3.3-3
|
| 751 |
- Fix a silly typo where we might upgrade the kernel when we check for
|
| 752 |
distro upgrades.
|
| 753 |
|
| 754 |
* Tue Sep 16 2008 Richard Hughes <rhughes@redhat.com> - 0.3.3-2
|
| 755 |
- Fix an error where we didn't connect up the GetDistroUpgrades in
|
| 756 |
the new dispatcher code.
|
| 757 |
|
| 758 |
* Tue Sep 16 2008 Richard Hughes <rhughes@redhat.com> - 0.3.3-1
|
| 759 |
- New upstream version
|
| 760 |
- Fixes a nasty bug where the daemon could get locked under heavy load
|
| 761 |
- Adds collection support for group install and remove
|
| 762 |
|
| 763 |
* Wed Sep 10 2008 Richard Hughes <rhughes@redhat.com> - 0.3.2-3
|
| 764 |
- Fix an error where we don't check for existing packages in the catalog
|
| 765 |
code properly. Also fixes the self tests.
|
| 766 |
|
| 767 |
* Wed Sep 10 2008 Richard Hughes <rhughes@redhat.com> - 0.3.2-2
|
| 768 |
- Fix a library error so we don't print (null) in the UI.
|
| 769 |
|
| 770 |
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.2-1
|
| 771 |
- New upstream version
|
| 772 |
- This is the first release with the dispatcher functionality that allows
|
| 773 |
backend reuse. This speeds up packagekitd to native speeds when doing
|
| 774 |
repeated similar transactions from the same session and locale.
|
| 775 |
|
| 776 |
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-7
|
| 777 |
- Enable the smart backend as it's nearly as complete as the yum backend
|
| 778 |
- Disable the yum2 backend (0.3.2 will have a dispatcher instead)
|
| 779 |
- Add subpackages yum and smart, and pull the former in as a dep by default
|
| 780 |
|
| 781 |
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-6
|
| 782 |
- Own /var/cache/PackageKit and /var/cache/PackageKit/downloads
|
| 783 |
- Fix up some other rpmlint warnings for docs and config(noreplace)
|
| 784 |
|
| 785 |
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-5
|
| 786 |
- Don't explicitly BR libarchive to silence rpmlint
|
| 787 |
|
| 788 |
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-4
|
| 789 |
- Split out a -docs subpackage, which shaves of 324Kb of docs from
|
| 790 |
the main package
|
| 791 |
|
| 792 |
* Thu Aug 28 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-3
|
| 793 |
- The browser plugin file list was misordered in the merge, resulting
|
| 794 |
in empty PackageKit-devel package.
|
| 795 |
|
| 796 |
* Wed Aug 27 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-2
|
| 797 |
- Bump as make chainbuild is broken, so we'll have to do this in two steps.
|
| 798 |
|
| 799 |
* Wed Aug 27 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-1
|
| 800 |
- New upstream version
|
| 801 |
- Also add two upstream patches to fix pkcon issues.
|
| 802 |
|
| 803 |
* Mon Aug 22 2008 Richard Hughes <rhughes@redhat.com> - 0.3.0-2
|
| 804 |
- Bump as the make tag step failed in an obscure way.
|
| 805 |
|
| 806 |
* Mon Aug 22 2008 Richard Hughes <rhughes@redhat.com> - 0.3.0-1
|
| 807 |
- Update to newest upstream version. This includes the fixed browser plugin.
|
| 808 |
|
| 809 |
* Mon Aug 04 2008 Robin Norwood <rnorwood@redhat.com> - 0.2.4-2
|
| 810 |
- Fix Source0 URL.
|
| 811 |
|
| 812 |
* Tue Jul 30 2008 Richard Hughes <rhughes@redhat.com> - 0.2.4-1
|
| 813 |
- New upstream version, only bugfixes.
|
| 814 |
|
| 815 |
* Tue Jul 15 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-6
|
| 816 |
- Silence the output of update-mime-database to fix rh#454782
|
| 817 |
|
| 818 |
* Mon Jun 23 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-5.20080618
|
| 819 |
- Own the /etc/bash_completion.d directory as we don't depend on the
|
| 820 |
bash-completion package. Fixes rh#450964.
|
| 821 |
|
| 822 |
* Wed Jun 18 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-4.20080618
|
| 823 |
- Pull in a new snapshot from the unstable branch.
|
| 824 |
- Add the font installing provide hooks
|
| 825 |
|
| 826 |
* Mon Jun 11 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-3.20080611
|
| 827 |
- Pull in a new snapshot from the unstable branch.
|
| 828 |
- Fixes RH#450594 where there are insane length error messages
|
| 829 |
- Get the group for the package when we do ::Detail()
|
| 830 |
|
| 831 |
* Mon Jun 09 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-2.20080609
|
| 832 |
- Add intltool to the BR.
|
| 833 |
|
| 834 |
* Mon Jun 09 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-1.20080609
|
| 835 |
- Pull in a new snapshot from the unstable branch.
|
| 836 |
|
| 837 |
* Thu May 29 2008 Richard Hughes <rhughes@redhat.com> - 0.2.2-2.20080529
|
| 838 |
- Pull in a new snapshot from the unstable branch.
|
| 839 |
|
| 840 |
* Mon May 19 2008 Richard Hughes <rhughes@redhat.com> - 0.2.2-1.20080519
|
| 841 |
- Pull in a new snapshot from the unstable branch.
|
| 842 |
|
| 843 |
* Thu May 08 2008 Richard Hughes <rhughes@redhat.com> - 0.2.1-2.20080508
|
| 844 |
- Pull in a new snapshot from the unstable branch.
|
| 845 |
|
| 846 |
* Tue May 06 2008 Richard Hughes <rhughes@redhat.com> - 0.2.1-1.20080506
|
| 847 |
- Pull in a new snapshot from the unstable branch.
|
| 848 |
|
| 849 |
* Tue May 06 2008 Richard Hughes <rhughes@redhat.com> - 0.2.0-1
|
| 850 |
- Update to the latest _UNSTABLE_ upstream source
|
| 851 |
|
| 852 |
* Mon May 5 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.12-5.20080416git
|
| 853 |
- Apply patch to fix update detail unbound error.
|
| 854 |
- Fix rhbz#445086
|
| 855 |
|
| 856 |
* Wed Apr 16 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-4.20080416git
|
| 857 |
- Urgh, actually upload the correct tarball.
|
| 858 |
|
| 859 |
* Wed Apr 16 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-3.20080416git
|
| 860 |
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
|
| 861 |
- Fixes rh#439735.
|
| 862 |
|
| 863 |
* Tue Apr 15 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-2.20080415git
|
| 864 |
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
|
| 865 |
- Fixes rh#442286, rh#442286 and quite a few upstream bugs.
|
| 866 |
|
| 867 |
* Sat Apr 12 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-1.20080412git
|
| 868 |
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
|
| 869 |
- Fixes that were cherry picked into this branch since 0.1.11 was released can be viewed at:
|
| 870 |
http://gitweb.freedesktop.org/?p=packagekit.git;a=log;h=PACKAGEKIT_0_1_X
|
| 871 |
|
| 872 |
* Sat Apr 5 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
|
| 873 |
- Update to 0.1.11
|
| 874 |
|
| 875 |
* Fri Mar 28 2008 Bill Nottingham <notting@redhat.com> - 0.1.10-1
|
| 876 |
- update to 0.1.10
|
| 877 |
- fix glib buildreq
|
| 878 |
|
| 879 |
* Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.9-3
|
| 880 |
- Fix a directory ownership oversight
|
| 881 |
|
| 882 |
* Mon Mar 17 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.9-2
|
| 883 |
- Make PackageKit require yum-packagekit
|
| 884 |
- Resolves: rhbz#437539
|
| 885 |
|
| 886 |
* Wed Mar 5 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.9-1
|
| 887 |
- Update to latest upstream version: 0.1.9
|
| 888 |
- Enable yum2 backend, but leave old yum backend the default for now
|
| 889 |
|
| 890 |
* Thu Feb 21 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.8-1
|
| 891 |
- Update to latest upstream version: 0.1.8
|
| 892 |
|
| 893 |
* Mon Feb 18 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-2
|
| 894 |
- Fix the yum backend.
|
| 895 |
|
| 896 |
* Thu Feb 14 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-1
|
| 897 |
- Update to latest upstream version: 0.1.7
|
| 898 |
|
| 899 |
* Sat Jan 19 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.6-1
|
| 900 |
- Update to latest upstream version: 0.1.6
|
| 901 |
|
| 902 |
* Fri Dec 21 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.5-1
|
| 903 |
- Update to latest upstream version: 0.1.5
|
| 904 |
- Remove polkit.patch for PolicyKit 0.7, no longer needed
|
| 905 |
|
| 906 |
* Mon Dec 17 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-3
|
| 907 |
- fix rpm -V issues by ghosting data files
|
| 908 |
- Resolves: rhbz#408401
|
| 909 |
|
| 910 |
* Sun Dec 9 2007 Matthias Clasen <mclasen@redhat.com> - 0.1.4-2
|
| 911 |
- Make it build against PolicyKit 0.7
|
| 912 |
|
| 913 |
* Tue Nov 27 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-1
|
| 914 |
- Update to latest upstream version: 0.1.4
|
| 915 |
- Include spec file changes from hughsie to add yum-packagekit subpackage
|
| 916 |
|
| 917 |
* Sat Nov 10 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.3-1
|
| 918 |
- Update to latest upstream version: 0.1.3
|
| 919 |
|
| 920 |
* Thu Nov 01 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.2-1
|
| 921 |
- Update to latest upstream version: 0.1.2
|
| 922 |
|
| 923 |
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-5
|
| 924 |
- More issues from package review:
|
| 925 |
- Need to own all created directories
|
| 926 |
- PackageKit-devel doesn't really require sqlite-devel
|
| 927 |
- Include docs in PackageKit-libs
|
| 928 |
|
| 929 |
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-4
|
| 930 |
- use with-default-backend instead of with-backend
|
| 931 |
|
| 932 |
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-3
|
| 933 |
- Add BR: python-devel
|
| 934 |
|
| 935 |
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-2
|
| 936 |
- doc cleanups from package review
|
| 937 |
|
| 938 |
* Tue Oct 23 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-1
|
| 939 |
- Update to latest upstream version
|
| 940 |
|
| 941 |
* Wed Oct 17 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-3
|
| 942 |
- Add BR for docbook-utils
|
| 943 |
|
| 944 |
* Tue Oct 16 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-2
|
| 945 |
- Apply recommended fixes from package review
|
| 946 |
|
| 947 |
* Mon Oct 15 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-1
|
| 948 |
- Initial build (based upon spec file from Richard Hughes)
|