aws / amazon-ec2-hibinit-agent

Apache License 2.0
18 stars 20 forks source link

Remove config no replace for files that do not exist in etc directory #9

Closed mohamedabdelsalam closed 3 years ago

mohamedabdelsalam commented 3 years ago

Issue #, if available:

Description of changes:

 %config(noreplace) %{_prefix}/lib/systemd/system-sleep/sleep-handler.sh
> %config(noreplace) %{_prefix}/lib/systemd/logind.conf.d/00-hibinit-agent.conf

These *must not* be marked as config files, as %config markers are only allowed for files in /etc.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.