Struct rpm::RPMBuilder[][src]

pub struct RPMBuilder { /* fields omitted */ }
Expand description

Builder pattern for a full rpm file.

Prefered method of creating a rpm file.

Implementations

pub fn add_changelog_entry<E, F>(self, author: E, entry: F, time: i32) -> Self where
    E: Into<String>,
    F: Into<String>, 

build without a signature

ignores a present key, if any

use an external signer to sing and build

See signature::Signing for more details.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.