Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Damian Wrobel
2f01efd9d2 Update to 1.6.0 (rhbz#2020903) 2022-01-04 21:01:57 +01:00
Damian Wrobel
b224d2a1a7 Update to 1.5.0 (rhbz#2020903) 2021-11-10 16:54:53 +01:00
Damian Wrobel
7fb62eb6c5 Update to 1.4.1 2021-08-31 15:56:24 +02:00
Damian Wrobel
8bdd15883b Update to the latest snapshot (fixes compilation errors) 2021-08-31 15:56:24 +02:00
Damian Wrobel
1f43c0e34c Update to 1.4.0 (#1991762) 2021-08-12 19:29:58 +02:00
Damian Wrobel
e98c669a8c Update to 1.3.0 (#1936290) 2021-06-01 00:23:31 +02:00
Damian Wrobel
6cb9b90278 Update sources file 2021-02-22 16:26:33 +01:00
Damian Wrobel
ef17606869 Update to 1.1.0 (#1922583)
- Remove duplicate BR for make.
2021-02-22 16:06:38 +01:00
3 changed files with 37 additions and 8 deletions

7
.gitignore vendored
View file

@ -7,3 +7,10 @@
/wmbusmeters-0.9.35.tar.gz
/wmbusmeters-0.9.36.tar.gz
/wmbusmeters-1.0.4.tar.gz
/wmbusmeters-1.1.0.tar.gz
/wmbusmeters-1.3.0.tar.gz
/wmbusmeters-1.4.0.tar.gz
/wmbusmeters-8dd3e87c44ecb2e3fc46f7bc6df9ea6195c8b988.tar.gz
/wmbusmeters-1.4.1.tar.gz
/wmbusmeters-1.5.0.tar.gz
/wmbusmeters-1.6.0.tar.gz

View file

@ -1 +1 @@
SHA512 (wmbusmeters-1.0.4.tar.gz) = c21c83bdb7d3576582c69bef06dece748dfdd63e8672b208310102a54fe186c8b07b27e3fbc54e3487d66231838bd1a65ff5970145e5443dfc5a2f09aef3d467
SHA512 (wmbusmeters-1.6.0.tar.gz) = 5bdf6ca911dac69ee14b7af792432554fc70e86427b68683b68090bc6f8e63e9e7f4bcd114026f71ee8e55506c48be0494c7dbd8d645a2cbf4bcca550900307a

View file

@ -4,17 +4,17 @@ Name: wmbusmeters
%global forgeurl https://github.com/weetmuts/%{name}
%if %{with_tag}
%global tag 1.0.4
%global tag 1.6.0
Version: %{tag}
%else
%global date 20201218
%global commit 9c7d7dd270dec07a8e521bf5c0bef07bd318567a
Version: 1.0.4
%global date 20210813
%global commit 8dd3e87c44ecb2e3fc46f7bc6df9ea6195c8b988
Version: 1.4.0
%endif
%forgemeta
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Read the wireless mbus protocol to acquire utility meter readings
License: GPLv3+
Url: %{forgeurl}
@ -25,7 +25,6 @@ Source1: file://%{name}.conf
# Systemd service file
Source2: file://%{name}.service
BuildRequires: make
BuildRequires: /usr/bin/git
BuildRequires: /usr/bin/make
BuildRequires: gcc-c++
@ -55,9 +54,10 @@ inserted into a database or stored in a log file.
%install
%set_build_flags
%{make_install} STRIP=true COMMIT_HASH="" TAG=%{version} COMMIT=%{version} \
TAG_COMMIT=%{version} CHANGES="" \
DESTDIR=%{buildroot} EXTRA_INSTALL_OPTIONS="--no-adduser --no-udev-rules"
DESTDIR=%{buildroot} EXTRA_INSTALL_OPTIONS="--no-adduser"
# We are using journald
rm -rf %{buildroot}%{_sysconfdir}/logrotate.d/
@ -101,6 +101,28 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
%changelog
* Tue Jan 04 2022 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.6.0-1
- Update to 1.6.0 (rhbz#2020903)
* Tue Nov 09 2021 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.5.0-1
- Update to 1.5.0 (rhbz#2020903)
* Tue Aug 31 2021 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.4.1-1
- Update to 1.4.1
* Fri Aug 13 2021 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.4.0-2
- Update to the latest snapshot (fixes compilation errors)
* Thu Aug 12 2021 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.4.0-1
- Update to 1.4.0 (#1991762)
* Mon May 31 2021 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.3.0-1
- Update to 1.3.0 (#1936290)
* Mon Feb 22 2021 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.1.0-2
- Update to 1.1.0 (#1922583),
- Remove duplicate BR for make.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild