From 5065e1e07bd210e9ae5ea02c1796a46caa354e78 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 13 Mar 2015 06:07:14 +0200 Subject: [PATCH] [usb-moded] Minor release 0.81.6 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 6 ++++++ rpm/usb-moded.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 83f716a..2fe3b90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.81.5]) +AC_INIT([usb_moded], [0.81.6]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 3b92a57..0a4c54d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +usb-moded (0.81.5) unstable; urgency=low + + * [udhcpd-migration] Fix issue with link replacement + + -- Philippe De Swert Thu, 12 Mar 2015 19:32:02 +0200 + usb-moded (0.81.5) unstable; urgency=low * [systemd] Add systemd tmpfiles.d hack diff --git a/rpm/usb-moded.spec b/rpm/usb-moded.spec index 76da091..8a74daa 100644 --- a/rpm/usb-moded.spec +++ b/rpm/usb-moded.spec @@ -320,7 +320,7 @@ install -m 644 -D systemd/usb-moded-args.conf %{buildroot}/var/lib/environment/u install -m 755 -D systemd/turn-usb-rescue-mode-off %{buildroot}/%{_bindir}/turn-usb-rescue-mode-off install -m 644 -D systemd/usb-rescue-mode-off.service %{buildroot}/lib/systemd/system/usb-rescue-mode-off.service install -m 644 -D systemd/usb-rescue-mode-off.service %{buildroot}/lib/systemd/system/graphical.target.wants/usb-rescue-mode-off.service -install -m 644 -D systemd/usb-moded.conf %{_sysconfig}/tmpfiles.d/usb-moded.conf +install -m 644 -D systemd/usb-moded.conf %{buildroot}/%{_sysconfdir}/tmpfiles.d/usb-moded.conf %preun