mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-10-31 09:05:05 +01:00 
			
		
		
		
	Fix %sysusers_create_package args (#108)
%sysusers_create_package requires two arguments. See: https://github.com/systemd/systemd/blob/main/src/rpm/macros.systemd.in#L165
This commit is contained in:
		| @@ -44,7 +44,7 @@ install -Dpm 0644 scripts/%{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.c | ||||
| # go test should be here... :) | ||||
|  | ||||
| %pre | ||||
| %sysusers_create_package scripts/%{name}.sysusers | ||||
| %sysusers_create_package %{name} scripts/%{name}.sysusers | ||||
|  | ||||
| %post | ||||
| %systemd_post %{name}.service | ||||
|   | ||||
		Reference in New Issue
	
	Block a user