File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ surface-dtx-daemon (0.3.8-1) unstable; urgency=medium
2+
3+ * Update dependencies
4+
5+ -- Maximilian Luz <luzmaximilian@gmail.com> Sat, 14 Sep 2024 16:00:43 +0200
6+
17surface-dtx-daemon (0.3.7-1) unstable; urgency=medium
28
39 * Update dependencies
Original file line number Diff line number Diff line change @@ -81,10 +81,7 @@ for file in $FILES; do
8181 [ " $file " = " $DIR /$BUILD " ] && continue
8282 [ " $file " = " $DIR /$RPMS " ] && continue
8383
84- # this three-step process is required to properly handle symlinks to source root
85- mkdir -p " /tmp/makerpm/$( dirname " $file " ) "
86- cp -rH " $file " " /tmp/makerpm/$file "
87- mv " /tmp/makerpm/$file " " $DIR /$BUILD "
84+ cp -r " $file " " $DIR /$BUILD "
8885done
8986
9087spectool \
@@ -118,4 +115,3 @@ for file in $(find out/ -name '*.rpm'); do
118115 rpm --resign $file --define " _gpg_name $KEY " 2>&1 > /dev/null
119116 fi
120117done
121-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11Name: surface-dtx-daemon
2- Version: 0.3.7
2+ Version: 0.3.8
33Release: 1%{?dist }
44Summary: Surface Detachment System (DTX) Daemon
55
66License: MIT
77URL: https://github.com/linux-surface/surface-dtx-daemon
88
9+ Source0: https://github.com/linux-surface/surface-dtx-daemon/archive/refs/tags/v%{version }-{release}.tar.gz
10+
911Requires: dbus libgcc
1012BuildRequires: rust cargo dbus-devel
1113
@@ -19,8 +21,6 @@ lack of driver-support on the Surface Book 1. This may change in the future.
1921%prep
2022
2123%build
22- cd surface-dtx-daemon
23-
2424export CARGO_TARGET_DIR=" $PWD /target"
2525export CARGO_INCREMENTAL=0
2626
@@ -29,8 +29,6 @@ strip --strip-all "target/release/surface-dtx-daemon"
2929strip --strip-all "target/release/surface-dtx-userd"
3030
3131%install
32- rm -rf %{buildroot }
33- cd surface-dtx-daemon
3432
3533# binary files
3634install -D -m755 "target/release/surface-dtx-daemon" "%{buildroot }/usr/bin/surface-dtx-daemon"
@@ -71,6 +69,9 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/ve
7169/usr/share/fish/vendor_completions.d/surface-dtx-userd.fish
7270
7371%changelog
72+ * Sat Sep 14 2024 Maximilian Luz <luzmaximilian@gmail.com> - 0.3.8-1
73+ - Update dependencies
74+
7475* Thu Mar 14 2024 Maximilian Luz <luzmaximilian@gmail.com> - 0.3.7-1
7576- Update dependencies
7677
You can’t perform that action at this time.
0 commit comments