Bug 7109 - PackageKit-smart : PackageKit support Smart as a backend
Summary: PackageKit-smart : PackageKit support Smart as a backend
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal enhancement
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords: PATCH
Depends on: 1426
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-19 17:52 CEST by Anderson Carvalho
Modified: 2012-12-06 11:12 CET (History)
2 users (show)

See Also:
Source RPM: packagekit-0.6.21-3mga2.src.rpm
CVE:
Status comment:


Attachments

Description Anderson Carvalho 2012-08-19 17:52:08 CEST
PackageKit comes with Smart support disabled by default. How Smart will be available in Mageia: bug 1426 . I request the inclusion of a separate package: PackageKit-smart to enable use of smart as a backend in Packagekit.

I did a packagekit.spec as a suggestion. And it worked well.
http://paste.kde.org/536882/

The changes were:
 
%package smart
Summary: PackageKit SMART backend
Group: System Environment/Libraries
Requires: smart
Requires: %{name} = %{version}-%{release}
 
%description smart
A backend for PackageKit to enable SMART functionality.

and:

        --enable-smart --enable-urpmi --enable-introspection \

and:

 
%files smart
%defattr(-,root,root,-)
%{_libdir}/packagekit-backend/libpk_backend_smart.so
%dir %{_datadir}/PackageKit/helpers/smart
%{_datadir}/PackageKit/helpers/smart/*
Sander Lepik 2012-08-19 19:56:56 CEST

CC: (none) => sander.lepik
Version: 2 => Cauldron

Manuel Hiebel 2012-08-19 20:42:45 CEST

Keywords: (none) => PATCH
Component: New RPM package request => RPM Packages
Depends on: (none) => 1426

Comment 1 Anderson Carvalho 2012-09-08 20:31:02 CEST
According to bug 1426 Smart 1.4.1 is now available in the Cauldron
Comment 2 Thierry Vignaud 2012-12-06 09:19:34 CET
done

Status: NEW => RESOLVED
CC: (none) => thierry.vignaud
Resolution: (none) => FIXED

Comment 3 Anderson Carvalho 2012-12-06 11:12:47 CET
Thank you very much!

Note You need to log in before you can comment on or make changes to this bug.