Re: [Rpm-maint] [rpm-software-management/rpm] Provide function for $optflags manipulation (#814)

2019-08-13 Thread Tomáš Chvátal
I can imagine 2 operations: `%remove_optflags 'undesirable'` `%replace_optflags 'oldval' 'newval'` Which would cover your usecases (because appendif is mostly replace if you also add the oldval to newval) -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Rpm-maint] [rpm-software-management/rpm] Provide function for $optflags manipulation (#814)

2019-08-13 Thread Tomáš Chvátal
Question is how much pain it would be to create the flagomatic eclass in m4 -- 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/814#issuecomment-520848939_

[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 cam