Skip to content

Commit

Permalink
Fixing RPM spec conf file adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed May 14, 2024
1 parent 1c49531 commit 682ee77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/rpm-systemd/wsddn.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: wsddn
Version: 1.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: WS-Discovery Host Daemon

License: BSD-3-Clause
Expand Down Expand Up @@ -32,7 +32,7 @@ cd %{_topdir}/BUILD/wsdd-native-%{version}
cmake -S . -B out -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build out -- %{?_smp_mflags}
cp installers/wsddn.conf out/
sed -i "s/{RELOAD_INSTRUCTIONS}/ sudo systemctl restart wsddn\n/g" out/wsddn.conf
sed -i "s/{RELOAD_INSTRUCTIONS}/# sudo systemctl restart wsddn\n/g" out/wsddn.conf
sed -i "s/{SAMPLE_IFACE_NAME}/eth0/g" out/wsddn.conf


Expand Down

0 comments on commit 682ee77

Please sign in to comment.