Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud b9ba71c7bc Automatic commit of package [drbd-reactor] minor release [1.3.0-2].
Created by command:

/usr/bin/tito tag
2023-10-20 10:33:53 +02:00
Daniel Berteaud a513c5fb25 Add missing files from the new version 2023-10-20 10:33:42 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
1.3.0-1 ./
1.3.0-2 ./

View File

@ -2,7 +2,7 @@
Name: drbd-reactor
Version: 1.3.0
Release: 1
Release: 2
Summary: React to DRBD events via plugins.
%global tarball_version %(echo "%{version}" | sed -e 's/~rc/-rc/' -e 's/~alpha/-alpha/')
@ -48,8 +48,10 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion.
%files
# %{_unitdir}/drbd-reactor.service
/lib/systemd/system/drbd-reactor.service
/lib/systemd/system/ocf.rs@.service
/usr/sbin/drbd-reactor
/usr/sbin/drbd-reactorctl
/usr/libexec/drbd-reactor/ocf-rs-wrapper
%{_datadir}/bash-completion/completions/drbd-reactorctl
%{_mandir}/man1/drbd-reactor.1*
%{_mandir}/man1/drbd-reactorctl.1*
@ -58,6 +60,7 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion.
%{_mandir}/man5/drbd-reactor.promoter.5*
%{_mandir}/man5/drbd-reactor.debugger.5*
%{_mandir}/man5/drbd-reactor.prometheus.5*
%{_mandir}/man5/drbd-reactor.agentx.5*
%config(noreplace) /etc/drbd-reactor.toml
/etc/drbd-reactor.d
%doc README.md
@ -68,6 +71,9 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion.
%changelog
* Fri Oct 20 2023 Daniel Berteaud <dbd@ehtrace.com> 1.3.0-2
- Add missing files from the new version (dbd@ehtrace.com)
* Fri Oct 20 2023 Daniel Berteaud <dbd@ehtrace.com> 1.3.0-1
- Update to 1.3.0 (dbd@ehtrace.com)