public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddccontrol] rawhide: Fixed build
@ 2026-06-29 15:05
0 siblings, 0 replies; only message in thread
From: @ 2026-06-29 15:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ddccontrol
Branch : rawhide
Commit : c0426155bdb6fc34c3e3a99b50932b425fff5b8d
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-06-29T17:04:53+02:00
Stats : +4/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ddccontrol/c/c0426155bdb6fc34c3e3a99b50932b425fff5b8d?branch=rawhide
Log:
Fixed build
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 2b8e975..2e5d767 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
ddccontrol-*.tar.gz
+/ddccontrol-3.1.2.tar-vendor.gz
diff --git a/ddccontrol.spec b/ddccontrol.spec
index 4c96a84..24a4844 100644
--- a/ddccontrol.spec
+++ b/ddccontrol.spec
@@ -28,9 +28,9 @@ Requires: dbus-common
Requires: /sbin/modprobe
Requires(post): /sbin/modprobe
Summary: Control your monitor by software using the DDC/CI protocol
-Source0: https://github.com/ddccontrol/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
+#Source0: https://github.com/ddccontrol/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
# Created with: cargo vendor --locked vendor
-Source1: %{name}-%{version}-vendor.tar.gz
+Source0: %{name}-%{version}-vendor.tar.gz
# no monitors on s390(x)
ExcludeArch: s390 s390x
@@ -64,7 +64,6 @@ Development files for ddccontrol.
%prep
%autosetup -p1
-tar -xf %{SOURCE1}
mkdir -p .cargo
cat > .cargo/config.toml <<'EOF'
[source.crates-io]
diff --git a/sources b/sources
index d8c8f2a..30c3f83 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (ddccontrol-3.1.2.tar.bz2) = 0869a37ae8b859dba92cad08e699e486fd7f8194e41e7e0cd9747571228b644af756162ec54f5b15d684fdfafbc7ac440a51f7c28aea101d3972dea471854e1a
-SHA512 (ddccontrol-3.1.2-vendor.tar.gz) = 43d50d8634125000da6bc3f219322449787f845273277721438fc492da9acaa418dac76518495e4f8da6a5575fe058838b5f1ccb12caba0de8b80b66ba87ad02
\ No newline at end of file
+SHA512 (ddccontrol-3.1.2-vendor.tar.gz) = f8205ae6f0d54c4a1a5c20d5f78399efb8f132d0eeaf6eb31ad5c35f460bfbfc0ffd718383c8fcc790245435bafadbe8028ce79bbac16da1bf9b77fd0d2a8dac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 15:05 [rpms/ddccontrol] rawhide: Fixed build
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox