Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 344)

Ticket Resolution Summary Owner Reporter
#240 fixed adjust wiki page Silvan Scherrer
Description

as createrepo and local repo doesn't need any pathrewriter (when done proper), we need to adjust the wiki page.

the key in this is to have a local.repo file like the following:

[local]
name = My local repo
baseurl = file:e%3A/rpmbuild/localrepo
enabled=1

the %3A is the : character in a URI

then you can also create the localrepo with:

sh -c "createrepo e:/rpmbuild/localrepo"
#241 fixed lua support in rpm dmik Silvan Scherrer
Description

as lua is ported and available as devel as well, we should enable it in rpm. as more and more spec files need it.

#248 fixed python spec Silvan Scherrer
Description

we need to add

Requires: python-rpm-macros
Requires: python2-rpm-macros

to the python-devel rpm, as else a lot newer python rpm will not be buidable out of the box. As those need the macros installed.

We should also move

%{pylibdir}/unittest

from python-test to python-libs like in the current fedora package. As it makes absolute no sense to install the big -test rpm just for the unittest

Note: See TracQuery for help on using queries.