Re: [Rpm-maint] [rpm-software-management/rpm] Add an experimental sqlite based rpmdb backend (07129b6)

2019-12-12 Thread Michael Schroeder
Don't you need to do some escaping in case the prefix includes a '%' or '_' 
character?

-- 
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/commit/07129b641b733ab30995c93e2b08d0673b9d218c#commitcomment-36400189___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-12 Thread Florian Festi
Merged #973 into master.

-- 
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/pull/973#event-2877143123___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-12 Thread Florian Festi
Pretty straight forward.

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


Re: [Rpm-maint] [rpm-software-management/rpm] The max lengthe of RPM package name is 66? (#974)

2019-12-12 Thread Florian Festi
The lead is not really the data that's being used and it is only there for 
legacy purpose. But RPM is expecting it to be in the format that is in the 
code. You can't just change that data structure. Also this field contains the 
NEVR of the package (Name:Epoch-Version-Release) 
The actual name goes into the NAME tag. 

Are you running into actual issues with a package with a long name? What error 
message do you see? And can you post the spec file of the package?


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