Skip to content

Commit

Permalink
[dist] optional systemd dependency to start after obsapisetup.service
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Jul 26, 2021
1 parent 5c0aae1 commit 6662600
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions dist/obs-signd.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 26 13:17:04 UTC 2021 - Frank Schreiner <frank@fs.samaxi.de>

- update to version 2.5.10
* optional systemd dependency to start after obsapisetup.service

-------------------------------------------------------------------
Mon Jul 26 13:14:37 UTC 2021 - Frank Schreiner <frank@fs.samaxi.de>

- update to version 2.5.9
* Cleanup for tempdirs
* Require user(obsrun) in spec file
* fix references to var/run to silence systemd complaints

-------------------------------------------------------------------
Tue May 4 13:38:16 CEST 2021 - mls@suse.de

Expand Down
2 changes: 1 addition & 1 deletion dist/signd.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=GPG Sign Daemon
After=syslog.target
After=syslog.target obsapisetup.service

[Service]
Type=forking
Expand Down

0 comments on commit 6662600

Please sign in to comment.