This commit is contained in:
parent
7253e0e1a1
commit
a66a585f8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c267e1fb7e8cff11a3505b8bafa7c363c96eaccd497265c6c684801bdb4b9a8
|
||||
size 8174584
|
3
PackageKit-0.5.0.tar.bz2
Normal file
3
PackageKit-0.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6743b31cee8575ba9d11eb187d14803c7e073502ded1be632ba158311dacff15
|
||||
size 8225964
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 20:27:40 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Remove Obsoletes for libpackagekit-{gtk,qt}11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 22:51:05 CEST 2009 - dominique-obs@leuenberger.net
|
||||
|
||||
- Update to version 0.5.0:
|
||||
+ Notes:
|
||||
- This is the first release of the unstable 0.5.x branch,
|
||||
which depends on PolicyKit1, rather than the old PolicyKit.
|
||||
- The API has been slightly changed for PolicyKit1 support and
|
||||
new functionality; see the interface for more details.
|
||||
+ New Features:
|
||||
- Add ConnMan networking stack support
|
||||
- Add force parameter to refresh-cache function in python
|
||||
backends
|
||||
- Improve SearchFile, SearchName, SearchDetails and SearchGroup
|
||||
specifications
|
||||
- Port to polkit1, and remove a lot of the complexity with the
|
||||
old PolicyKit code
|
||||
- Rewrite the networking code to derive from a common
|
||||
PkNetworkStack object
|
||||
- Enable nice build output on automake1.11
|
||||
- Make GIO a hard build dependency and remove the conditional
|
||||
code
|
||||
- Enable the warning GSEAL_ENABLE and fix up build failures
|
||||
- Add a trusted parameter to InstallPackages, UpdatePackage and
|
||||
UpdateSystem
|
||||
- Add a convenience Exit enum, NEED_UNTRUSTED, and set for the
|
||||
correct error enums
|
||||
- Don't hardcode the StateChangedTimeout's and add them to the
|
||||
config file
|
||||
- Add a PolicyKit action lookup so we can do the translated
|
||||
authentication from the server
|
||||
- Populate some initial PolkitDetails when we ask PolicyKit1
|
||||
for authorization
|
||||
- Add pk-debuginfo-install functionality as a new contrib
|
||||
project
|
||||
- Create a PkRequireRestartObj type
|
||||
+ Updated translations.
|
||||
+ The soname for libpackagekit-{gtk,qt} was bumped, so rename the
|
||||
packages and obsolete the old ones.
|
||||
+ Add polkit-devel BuildRequires.
|
||||
+ Remove PolicyKit-devel BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 19:03:13 CEST 2009 - coolo@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package PackageKit (Version 0.4.8)
|
||||
# spec file for package PackageKit (Version 0.5.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,11 +23,10 @@
|
||||
%endif
|
||||
|
||||
Name: PackageKit
|
||||
Version: 0.4.8
|
||||
Release: 2
|
||||
Version: 0.5.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: PolicyKit-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: fdupes
|
||||
@ -42,6 +41,7 @@ BuildRequires: libcppunit-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libzypp-devel
|
||||
BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: sqlite-devel
|
||||
Group: System/Daemons
|
||||
@ -107,7 +107,7 @@ Authors:
|
||||
License: GPL v2 or later
|
||||
Summary: Needed include files and libraries for development
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glib2-devel libpackagekit-glib11-devel NetworkManager-devel sqlite3-devel
|
||||
Requires: glib2-devel libpackagekit-glib12-devel NetworkManager-devel sqlite3-devel
|
||||
Group: System/Daemons
|
||||
|
||||
%description devel
|
||||
@ -136,13 +136,13 @@ Authors:
|
||||
Boyd Timothy <btimothy@gmail.com>
|
||||
Scott Reeves <sreeves@novell.com>
|
||||
|
||||
%package -n libpackagekit-glib11
|
||||
%package -n libpackagekit-glib12
|
||||
License: GPL v2 or later
|
||||
Summary: Simple software installation management software
|
||||
Group: System/Daemons
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description -n libpackagekit-glib11
|
||||
%description -n libpackagekit-glib12
|
||||
PackageKit is a system designed to make installing and updating
|
||||
software on your computer easier. The primary design goal is to unify
|
||||
all the software graphical tools used in different distributions, and
|
||||
@ -170,15 +170,15 @@ Authors:
|
||||
Boyd Timothy <btimothy@gmail.com>
|
||||
Scott Reeves <sreeves@novell.com>
|
||||
|
||||
%package -n libpackagekit-glib11-devel
|
||||
%package -n libpackagekit-glib12-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Simple software installation management software
|
||||
Group: System/Daemons
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libpackagekit-glib11 = %{version}
|
||||
Requires: libpackagekit-glib12 = %{version}
|
||||
Requires: glib2-devel NetworkManager-devel sqlite3-devel
|
||||
|
||||
%description -n libpackagekit-glib11-devel
|
||||
%description -n libpackagekit-glib12-devel
|
||||
PackageKit is a system designed to make installing and updating
|
||||
software on your computer easier. The primary design goal is to unify
|
||||
all the software graphical tools used in different distributions, and
|
||||
@ -206,13 +206,13 @@ Authors:
|
||||
Boyd Timothy <btimothy@gmail.com>
|
||||
Scott Reeves <sreeves@novell.com>
|
||||
|
||||
%package -n libpackagekit-qt11
|
||||
%package -n libpackagekit-qt12
|
||||
License: GPL v2 or later
|
||||
Summary: Simple software installation management software
|
||||
Group: System/Daemons
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description -n libpackagekit-qt11
|
||||
%description -n libpackagekit-qt12
|
||||
PackageKit is a system designed to make installing and updating
|
||||
software on your computer easier. The primary design goal is to unify
|
||||
all the software graphical tools used in different distributions, and
|
||||
@ -240,15 +240,15 @@ Authors:
|
||||
Boyd Timothy <btimothy@gmail.com>
|
||||
Scott Reeves <sreeves@novell.com>
|
||||
|
||||
%package -n libpackagekit-qt11-devel
|
||||
%package -n libpackagekit-qt12-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Simple software installation management software
|
||||
Group: System/Daemons
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libpackagekit-qt11 = %{version}
|
||||
Requires: libpackagekit-qt12 = %{version}
|
||||
Requires: libqt4-devel
|
||||
|
||||
%description -n libpackagekit-qt11-devel
|
||||
%description -n libpackagekit-qt12-devel
|
||||
PackageKit is a system designed to make installing and updating
|
||||
software on your computer easier. The primary design goal is to unify
|
||||
all the software graphical tools used in different distributions, and
|
||||
@ -340,13 +340,13 @@ find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
%post -n libpackagekit-glib11 -p /sbin/ldconfig
|
||||
%post -n libpackagekit-glib12 -p /sbin/ldconfig
|
||||
|
||||
%post -n libpackagekit-qt11 -p /sbin/ldconfig
|
||||
%post -n libpackagekit-qt12 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpackagekit-glib11 -p /sbin/ldconfig
|
||||
%postun -n libpackagekit-glib12 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpackagekit-qt11 -p /sbin/ldconfig
|
||||
%postun -n libpackagekit-qt12 -p /sbin/ldconfig
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
@ -374,15 +374,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pm-utils/sleep.d/95packagekit
|
||||
%{_libdir}/packagekit-backend/*.so
|
||||
%{_libexecdir}/pk-command-not-found
|
||||
%{_libexecdir}/pk-debuginfo-install
|
||||
%{_libexecdir}/pk-gstreamer-install
|
||||
%{_libdir}/gtk-2.0/modules/*
|
||||
%{_libdir}/browser-plugins/packagekit-plugin.so
|
||||
%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.so
|
||||
%{py_sitedir}/packagekit/*
|
||||
%{_sbindir}/packagekitd
|
||||
%{_datadir}/mime/packages/packagekit-*.xml
|
||||
%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh
|
||||
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
||||
%{_datadir}/PolicyKit/policy/org.freedesktop.packagekit.policy
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.packagekit.policy
|
||||
%{_datadir}/dbus-1/system-services/*
|
||||
%doc %{_mandir}/man?/*.*
|
||||
%verify(not md5 size mtime) /var/lib/PackageKit/transactions.db
|
||||
@ -405,11 +407,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir %{_includedir}/PackageKit/backend
|
||||
%{_includedir}/PackageKit/backend/pk*.h
|
||||
|
||||
%files -n libpackagekit-glib11
|
||||
%files -n libpackagekit-glib12
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpackagekit-glib.so.*
|
||||
|
||||
%files -n libpackagekit-glib11-devel
|
||||
%files -n libpackagekit-glib12-devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpackagekit-glib.so
|
||||
%{_libdir}/pkgconfig/packagekit-glib.pc
|
||||
@ -417,11 +419,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir %{_includedir}/PackageKit/packagekit-glib
|
||||
%{_includedir}/PackageKit/packagekit-glib/*.h
|
||||
|
||||
%files -n libpackagekit-qt11
|
||||
%files -n libpackagekit-qt12
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpackagekit-qt.so.*
|
||||
|
||||
%files -n libpackagekit-qt11-devel
|
||||
%files -n libpackagekit-qt12-devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpackagekit-qt.so
|
||||
%{_libdir}/pkgconfig/packagekit-qt.pc
|
||||
|
Loading…
Reference in New Issue
Block a user