Re: [Rpm-maint] [rpm-software-management/rpm] %transfiletriggerin doesn't share what's in transaction (#386)

2018-01-30 Thread Panu Matilainen
Yay, more file trigger bugs.

-- 
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/386#issuecomment-361631951___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Moving from rpm-3.0.X to latest version 4.13.0.2 (#384)

2018-01-30 Thread ニール・ゴンパ
@sangameshss 

You can probably make it so that rpm 4.4.2.3 and rpm 4.14.1 is installed in 
parallel with some trickery. Then use rpm 4.4.2.3 to migrate rpm3 db to rpm4, 
then use rpm 4.14.1 to migrate you to the latest.

-- 
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/384#issuecomment-361618155___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Problem with --signfiles for files that are hardlinked together (#333)

2018-01-30 Thread Panu Matilainen
Fedora 27 will get this fix once updated to rpm 4.14.1 (should be within next 
few weeks), and I guess I'll need to do another bugfix release for 4.13.x 
soonish too so that'd be the route into Fedora.

-- 
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/333#issuecomment-361614163___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] python-macro-helper should not have shebang and x flag (#387)

2018-01-30 Thread Miro Hrončok
Looking at 7ac3f07ac41a2760ed6dae65e63fe0b49aec6f6c the 
`%{_rpmconfigdir}/python-macro-helper` file is always invoked with 
`%{__python}` and thus doesn't need a shebang and an executable flag. Since 
`%{__python}` can be redefined, having a hardcoded  `/usr/bin/python` shebang 
that is never used is misleading.

-- 
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/387___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint