From 32914aafca21208a71a4095c1f2a0cd51d0c2f24 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 14 Sep 2024 16:02:35 +0200 Subject: [PATCH] pkg: Bump release --- pkg/deb/debian/changelog | 6 ++++++ pkg/fedora/makerpm | 2 ++ pkg/fedora/surface-dtx-daemon.spec | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pkg/deb/debian/changelog b/pkg/deb/debian/changelog index 38aa39c..401e005 100644 --- a/pkg/deb/debian/changelog +++ b/pkg/deb/debian/changelog @@ -1,3 +1,9 @@ +surface-dtx-daemon (0.3.8-1) unstable; urgency=medium + + * Update dependencies + + -- Maximilian Luz Sat, 14 Sep 2024 16:00:43 +0200 + surface-dtx-daemon (0.3.7-1) unstable; urgency=medium * Update dependencies diff --git a/pkg/fedora/makerpm b/pkg/fedora/makerpm index d123c23..2ec856b 100755 --- a/pkg/fedora/makerpm +++ b/pkg/fedora/makerpm @@ -93,6 +93,7 @@ spectool \ --define "_srcrpmdir $DIR/$RPMS" \ --define "_rpmdir $DIR/$RPMS" \ --define "_specdir $DIR" \ + --define "buildsubdir ''" \ --get-files --all \ --directory $DIR/$BUILD $SPEC @@ -104,6 +105,7 @@ rpmbuild \ --define "_srcrpmdir $DIR/$RPMS" \ --define "_rpmdir $DIR/$RPMS" \ --define "_specdir $DIR" \ + --define "buildsubdir ''" \ $OPTS $SPEC if [ ! "$SIGN" = "1" ]; then diff --git a/pkg/fedora/surface-dtx-daemon.spec b/pkg/fedora/surface-dtx-daemon.spec index af34216..ca9b1f3 100644 --- a/pkg/fedora/surface-dtx-daemon.spec +++ b/pkg/fedora/surface-dtx-daemon.spec @@ -1,5 +1,5 @@ Name: surface-dtx-daemon -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} Summary: Surface Detachment System (DTX) Daemon @@ -71,6 +71,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 - 0.3.8-1 +- Update dependencies + * Thu Mar 14 2024 Maximilian Luz - 0.3.7-1 - Update dependencies