diff --git a/.gitignore b/.gitignore index 94cb768..a1095ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wmbusmeters-0.9.27.tar.gz /wmbusmeters-0.9.28.tar.gz +/wmbusmeters-0.9.29.tar.gz diff --git a/sources b/sources index 64dc7bf..8073ff0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wmbusmeters-0.9.28.tar.gz) = 476e87be74c80124e4936f452155ce951d61f88a0e104b7ec1df92e2308ced0b4ab4f9311b5a0e001135d4a7a90cbea5a67348e5340ab816a8db6f8cd6a59e77 +SHA512 (wmbusmeters-0.9.29.tar.gz) = b0f8eb4fe5b6b08aaf56af560d0d53d1e8dd805e3e81d33ac67c775ed6e8d3d79a5e8650f6c1767d01617cd8e054b4cf9cb9b552b06784471415fbbdc9b8b9c3 diff --git a/wmbusmeters.spec b/wmbusmeters.spec index 25c8dae..0bf6333 100644 --- a/wmbusmeters.spec +++ b/wmbusmeters.spec @@ -1,7 +1,7 @@ Name: wmbusmeters %global forgeurl https://github.com/weetmuts/%{name} -%global tag 0.9.28 +%global tag 0.9.29 %global the_binary rtl_wmbus Version: %{tag} @@ -15,9 +15,9 @@ Url: %{forgeurl} Source0: %{forgesource} # Default configuration file # Stores all logs in journald -Source1: %{name}.conf +Source1: file://%{name}.conf # Systemd service file -Source2: %{name}@.service +Source2: file://%{name}@.service BuildRequires: /usr/bin/git BuildRequires: gcc-c++ @@ -57,6 +57,9 @@ install -m 0755 -d %{buildroot}/%{_rundir}/%{name}/ # Fix systemd unit dir location mv %{buildroot}/lib %{buildroot}/%{_prefix} +# We are installing template version +rm -f %{buildroot}%{_unitdir}/%{name}.service + # Install default configuration file install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf @@ -87,6 +90,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service %changelog +* Fri Apr 03 2020 Damian Wrobel - 0.9.29-1 +- Update to the latest available version + * Tue Mar 24 2020 Damian Wrobel - 0.9.28-1 - Update to the latest available version - Drop patches upstream merged