public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dnsx] f44: Update to 1.3.0 - Closes rhbz#2420897
@ 2026-07-17 15:45 Mikel Olasagasti Uranga
0 siblings, 0 replies; only message in thread
From: Mikel Olasagasti Uranga @ 2026-07-17 15:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dnsx
Branch : f44
Commit : a4d9a2383836be2965b3b8ff267b5b95bae5517b
Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
Date : 2026-07-17T17:44:49+02:00
Stats : +36/-30 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/dnsx/c/a4d9a2383836be2965b3b8ff267b5b95bae5517b?branch=f44
Log:
Update to 1.3.0 - Closes rhbz#2420897
---
diff --git a/.gitignore b/.gitignore
index 66b1365..b3d959c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
/dnsx-1.2.2-vendor.tar.bz2
/dnsx-1.2.3.tar.gz
/dnsx-1.2.3-vendor.tar.bz2
+/dnsx-1.3.0.tar.gz
+/dnsx-1.3.0-vendor.tar.bz2
diff --git a/.packit.yaml b/.packit.yaml
index ad14f85..5e7b49e 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -1,35 +1,33 @@
-specfile_path: dnsx.spec
-
-upstream_package_name: dnsx
-upstream_project_url: https://github.com/projectdiscovery/dnsx
+---
downstream_package_name: dnsx
-
-upstream_tag_template: v{version}
+upstream_project_url: https://github.com/projectdiscovery/dnsx
+upstream_tag_template: "v{version}"
jobs:
+ - job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ rawhide:
+ fast_forward_merge_into:
+ - fedora-branched
-- job: pull_from_upstream
- trigger: release
- dist_git_branches:
- - rawhide
-
-- job: koji_build
- trigger: commit
- dist_git_branches:
- - rawhide
-
+ - job: koji_build
+ trigger: commit
+ dist_git_branches:
+ - fedora-all
actions:
post-modifications:
- # https://fedora.gitlab.io/sigs/go/go-vendor-tools/scenarios/#manual-update
- |
sh -xeuc "
cd $PACKIT_DOWNSTREAM_REPO
- export GOTOOLCHAIN=auto
- go_vendor_archive create --config go-vendor-tools.toml dnsx.spec
+ export GOTOOLCHAIN=local+auto
+ spec="$PACKIT_DOWNSTREAM_PACKAGE_NAME.spec"
+ go_vendor_archive create --config go-vendor-tools.toml "$spec"
go_vendor_license \
--config go-vendor-tools.toml \
- --path dnsx.spec \
+ --path "$spec" \
report \
- --verify-spec
+ --verify-spec \
+ --autofill=auto
"
create_sync_note: false
diff --git a/dnsx.spec b/dnsx.spec
index 603994d..f79ab97 100644
--- a/dnsx.spec
+++ b/dnsx.spec
@@ -1,9 +1,9 @@
-# Generated by go2rpm 1.18.0
+# Generated by go2rpm 1.19.0
%bcond check 1
# https://github.com/projectdiscovery/dnsx
%global goipath github.com/projectdiscovery/dnsx
-Version: 1.2.3
+Version: 1.3.0
%gometa -L -f
@@ -27,16 +27,15 @@ Dnsx is a fast and multi-purpose DNS toolkit allow to run multiple DNS queries
of your choice with a list of user-supplied resolvers.
%prep
-%goprep -A
-%setup -q -T -D -a1 %{forgesetupargs}
-%autopatch -p1
+%goprep -p1
+tar -xf %{S:1}
%generate_buildrequires
%go_vendor_license_buildrequires -c %{S:2}
%build
+%global gomodulesmode GO111MODULE=on
%gobuild -o %{gobuilddir}/bin/dnsx %{goipath}/cmd/dnsx
-
%install
%go_vendor_license_install -c %{S:2}
install -m 0755 -vd %{buildroot}%{_bindir}
@@ -54,7 +53,6 @@ export GO111MODULE=on
%endif
%files -f %{go_vendor_license_filelist}
-%license vendor/modules.txt
%doc SECURITY.md README.md
%{_bindir}/dnsx
diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml
index b9ef1ed..c093892 100644
--- a/go-vendor-tools.toml
+++ b/go-vendor-tools.toml
@@ -28,3 +28,11 @@ expression = "MIT"
path = "vendor/github.com/mikelolasagasti/xz/LICENSE"
sha256sum = "545b0a754bb40ce2fcf293ef90c869c85c7f75c83f0d5a1f6506c613bf7bed3d"
expression = "0BSD"
+[[licensing.licenses]]
+path = "vendor/github.com/sorairolake/lzip-go/LICENSE-APACHE"
+sha256sum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
+expression = "Apache-2.0"
+[[licensing.licenses]]
+path = "vendor/github.com/sorairolake/lzip-go/LICENSE-MIT"
+sha256sum = "d68066ca6d8f1f57458a85ec9cc09c08d7954f8d21e2cf0fa9f9ad426825f3a9"
+expression = "MIT"
diff --git a/sources b/sources
index 690dcd9..c40f434 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (dnsx-1.2.3.tar.gz) = 60964b2435b06c1167901d4c6fb6dcc3d2aebdbd48df01664c47d98ac27ae8e58e0f450134f014b8500efe61272302161ef9eae0ea25e19102dded69c4f57e94
-SHA512 (dnsx-1.2.3-vendor.tar.bz2) = 376a31e6153903d7a56fe8d3097faf7acf5bd031d9bada6d605d03506b0985871b845ec1489b671cf6843bf1b22a60f5e5ad46b33de058152b4f9e3aefa4979c
+SHA512 (dnsx-1.3.0.tar.gz) = 7d9e4681cd05fc31f65bbc57a9ad429094012bbf58b9aee22437d5ea3872c613a62c0e92f584b3b8dd3ae6496898e65f78b29cb8950d957972bd8e6b93094a2a
+SHA512 (dnsx-1.3.0-vendor.tar.bz2) = 462cc2418b8b8d765a1fd1be399d3743c7e8472f2f9903a4bd4640f64bc640e9006e410b8dad1704629dc937dee494defe273e0928dfe75431d5b66eadf2c3e0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 15:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 15:45 [rpms/dnsx] f44: Update to 1.3.0 - Closes rhbz#2420897 Mikel Olasagasti Uranga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox