forked from pool/issue-generator
Accepting request 839811 from home:favogt:combustion
I noticed that the default.target.wants/issue-generator.path was only present after the first boot, but not in the initial snapshot. This seems to fix that. - Handle the .path unit in scriptlets as well OBS-URL: https://build.opensuse.org/request/show/839811 OBS-URL: https://build.opensuse.org/package/show/Base:System/issue-generator?expand=0&rev=32
This commit is contained in:
parent
845fa5c4ce
commit
5531fbdd39
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 6 11:40:21 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Handle the .path unit in scriptlets as well
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 7 09:30:43 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
Tue Jul 7 09:30:43 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -51,18 +51,18 @@ install -m 644 udev/sysconfig.issue-generator %{buildroot}%{_fillupdir}/
|
|||||||
%fdupes %{buildroot}%{_mandir}
|
%fdupes %{buildroot}%{_mandir}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre issue-generator.service issue-add-ssh-keys.service
|
%service_add_pre issue-generator.service issue-generator.path issue-add-ssh-keys.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%tmpfiles_create issue-generator.conf
|
%tmpfiles_create issue-generator.conf
|
||||||
%{fillup_only -n issue-generator}
|
%{fillup_only -n issue-generator}
|
||||||
%service_add_post issue-generator.service issue-add-ssh-keys.service
|
%service_add_post issue-generator.service issue-generator.path issue-add-ssh-keys.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun issue-generator.service issue-add-ssh-keys.service
|
%service_del_preun issue-generator.service issue-generator.path issue-add-ssh-keys.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%service_del_postun issue-generator.service issue-add-ssh-keys.service
|
%service_del_postun issue-generator.service issue-generator.path issue-add-ssh-keys.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user