Re: [Rpm-maint] [rpm-software-management/rpm] rpmdb - flag about the package installation reason (#622)

2023-11-15 Thread Michal Domonkos
@dmnks converted this issue into discussion #2767.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/622#event-10965344679
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] rpmdb - flag about the package installation reason (#622)

2020-03-05 Thread Panu Matilainen
This needs an rpmte/rpmts API rework to be sane, currently its ridiculously 
cumbersome to find the element you just added in order to add some extra data 
to the element. There are several use-cases that would benefit from such work 
though.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/622#issuecomment-595238091___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] rpmdb - flag about the package installation reason (#622)

2019-02-04 Thread Panu Matilainen
Commit b3fcaba3816aa00f3360efe728dafa72e394f65b added a tag reservation 
basically just for this purpose but the implementation got stalled with various 
underlying defiences, side-issues and API considerations.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/622#issuecomment-460202817___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] rpmdb - flag about the package installation reason (#622)

2019-01-27 Thread ニール・ゴンパ
The idea has been bandied about before to migrate the "reason" info stored in 
yumdb (now using SWDB in newer versions of DNF). I don't know what really holds 
up a potential implementation of this in the rpmdb.

@dmach, @ffesti, @pmatilai: what do you guys think?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/622#issuecomment-457950366___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] rpmdb - flag about the package installation reason (#622)

2019-01-24 Thread Tomáš Chvátal
When installing anything on the system all packages are treated as equals, 
which in turn makes it pretty hard to interpret wether user decided to install 
package A or if it was pulled and installed only as dependency.

It would be nice to store a marker for each package to figure out where it came 
from and then let the libsolv and others to allow clean and easy way how to 
remove unneeded dependencies.

Most of the package managers (zypp, dnf) kinda support this idea but I think 
this is safest in RPM directly as user still can use rpm calls to install 
packages. It would be more scatchy if it would be stored by dnf/zypper 
somewhere compared to direct rpm storage.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/622___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint