Skip to content

Commit 33f0667

Browse files
committed
Fix libudev dependency names
Signed-off-by: Dorian Stoll <[email protected]>
1 parent d363ecb commit 33f0667

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

pkg/deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
surface-control (0.4.0-2) unstable; urgency=medium
2+
3+
* Fix libudev dependency
4+
5+
-- Dorian Stoll <[email protected]> Mon, 22 Mar 2021 15:40:42 +0100
6+
17
surface-control (0.4.0-1) unstable; urgency=medium
28

39
* Update dGPU interface

pkg/deb/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Build-Depends: build-essential, debhelper (>= 10), cargo, rustc (>= 1.34.0), lib
66

77
Package: surface-control
88
Architecture: amd64
9-
Depends: libc6 (>= 2.19), libgcc1 (>= 1:4.9.2), libudev
9+
Depends: libc6 (>= 2.19), libgcc1 (>= 1:4.9.2), libudev1
1010
Description: Control various aspects of Microsoft Surface devices on Linux from the Command-Line

pkg/fedora/surface-control.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Name: surface-control
22
Version: 0.4.0
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44
Summary: Control various aspects of Microsoft Surface devices from the shell
55

66
License: MIT
77
URL: https://github.com/linux-surface/surface-control
88

9-
Requires: dbus libgcc libudev
10-
BuildRequires: rust cargo systemd-rpm-macros libudev-devel
9+
Requires: dbus libgcc systemd-libs
10+
BuildRequires: rust cargo systemd-rpm-macros systemd-devel
1111

1212
%global debug_package %{nil}
1313

@@ -49,6 +49,9 @@ install -D -m644 "surface-control/target/surface.fish" "%{buildroot}/usr/share/f
4949
/usr/share/fish/completions/surface.fish
5050

5151
%changelog
52+
* Mon Mar 22 2021 Dorian Stoll <[email protected]> - 0.4.0-2
53+
- Fix libudev dependency
54+
5255
* Sun Mar 21 2021 Maximilian Luz <[email protected]> - 0.4.0-1
5356
- Update dGPU interface
5457
- Add more DTX commands

0 commit comments

Comments
 (0)