7 lines
184 B
Text
7 lines
184 B
Text
|
digraph package {
|
||
|
graph [ dpi = 300 ];
|
||
|
"Upstream Project" -> SRPM [label="Spec file\n Local patches"];
|
||
|
SRPM -> RPM [label=" Build and Test"];
|
||
|
RPM -> Binaries [label=" Install"];
|
||
|
}
|