cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
87 stars 19 forks source link

%files %dir and sections of rpm spec files #121

Closed robsliwi closed 2 months ago

robsliwi commented 2 months ago

I'm searching for a way to specify some sections that can be specified in a RPM spec file. For example the files section.

The assets is fine for copying files from source to dest with some additional options. But it's missing some use cases like just specifying some directories that belong to the RPM.

Am I missing something or is there a create workaround like a directory with a .keep file as source?

robsliwi commented 2 months ago

Closing in favor of https://github.com/cat-in-136/cargo-generate-rpm/issues/120