Skip to content

Commit

Permalink
pkg: Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Sep 14, 2024
1 parent abda7a7 commit d582e85
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
6 changes: 6 additions & 0 deletions pkg/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
surface-dtx-daemon (0.3.8-1) unstable; urgency=medium

* Update dependencies

-- Maximilian Luz <[email protected]> Sat, 14 Sep 2024 16:00:43 +0200

surface-dtx-daemon (0.3.7-1) unstable; urgency=medium

* Update dependencies
Expand Down
6 changes: 1 addition & 5 deletions pkg/fedora/makerpm
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ for file in $FILES; do
[ "$file" = "$DIR/$BUILD" ] && continue
[ "$file" = "$DIR/$RPMS" ] && continue

# this three-step process is required to properly handle symlinks to source root
mkdir -p "/tmp/makerpm/$(dirname "$file")"
cp -rH "$file" "/tmp/makerpm/$file"
mv "/tmp/makerpm/$file" "$DIR/$BUILD"
cp -r "$file" "$DIR/$BUILD"
done

spectool \
Expand Down Expand Up @@ -118,4 +115,3 @@ for file in $(find out/ -name '*.rpm'); do
rpm --resign $file --define "_gpg_name $KEY" 2>&1 > /dev/null
fi
done

1 change: 0 additions & 1 deletion pkg/fedora/surface-dtx-daemon

This file was deleted.

11 changes: 6 additions & 5 deletions pkg/fedora/surface-dtx-daemon.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Name: surface-dtx-daemon
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}
Summary: Surface Detachment System (DTX) Daemon

License: MIT
URL: https://github.com/linux-surface/surface-dtx-daemon

Source0: https://github.com/linux-surface/surface-dtx-daemon/archive/refs/tags/v%{version}-{release}.tar.gz

Requires: dbus libgcc
BuildRequires: rust cargo dbus-devel

Expand All @@ -19,8 +21,6 @@ lack of driver-support on the Surface Book 1. This may change in the future.
%prep

%build
cd surface-dtx-daemon

export CARGO_TARGET_DIR="$PWD/target"
export CARGO_INCREMENTAL=0

Expand All @@ -29,8 +29,6 @@ strip --strip-all "target/release/surface-dtx-daemon"
strip --strip-all "target/release/surface-dtx-userd"

%install
rm -rf %{buildroot}
cd surface-dtx-daemon

# binary files
install -D -m755 "target/release/surface-dtx-daemon" "%{buildroot}/usr/bin/surface-dtx-daemon"
Expand Down Expand Up @@ -71,6 +69,9 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/ve
/usr/share/fish/vendor_completions.d/surface-dtx-userd.fish

%changelog
* Sat Sep 14 2024 Maximilian Luz <[email protected]> - 0.3.8-1
- Update dependencies

* Thu Mar 14 2024 Maximilian Luz <[email protected]> - 0.3.7-1
- Update dependencies

Expand Down

0 comments on commit d582e85

Please sign in to comment.