File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44/eclipse /
55/maven /
66/upstream /
7+ /archive /
8+ /rpm /
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ rm -rf archive/
1818./downstream.sh archive
1919
2020(
21- sed -n ' /^Source:. *tar.zst$/q;p' javapackages-bootstrap.spec
21+ sed -n ' /^Source:[^:] *tar.zst$/q;p' javapackages-bootstrap.spec
2222 ./downstream.sh source-list
23- sed -n ' /^Source:. *tar.zst$/{:x;n;/^Source:. *tar.zst$/bx;:y;p;n;by;}' javapackages-bootstrap.spec
23+ sed -n ' /^Source:[^:] *tar.zst$/{:x;n;/^Source:[^:] *tar.zst$/bx;:y;p;n;by;}' javapackages-bootstrap.spec
2424) > $out /javapackages-bootstrap.spec
2525
2626./mbi.sh licensing > $out /javapackages-bootstrap-PACKAGE-LICENSING
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ License: [...]
2828URL: https://github.com/fedora-java/javapackages-bootstrap
2929ExclusiveArch: %{java_arches}
3030
31- Source: https://github.com/fedora-java/javapackages-bootstrap/releases/download/%{version }/javapackages-bootstrap-%{version }.tar.zst#
31+ Source: https://github.com/fedora-java/javapackages-bootstrap/releases/download/%{version }/javapackages-bootstrap-%{version }.tar.zst
3232
3333# License breakdown
3434Source: javapackages-bootstrap-PACKAGE-LICENSING
You can’t perform that action at this time.
0 commit comments