Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 76c9c4c11c | |||
| 69c3603d2f |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 07:59:02 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Fix logrotate configuration to set the proper owner (bsc#1245967);
|
||||
also dropping the corresponding rpmlintrc entry
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 13:36:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/var/log/icecast/*log {
|
||||
su icecast icecast
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
addFilter("non-etc-or-var-file-marked-as-conffile /usr/lib/systemd/system/icecast.service")
|
||||
addFilter("suse-logrotate-user-writable-log-dir /var/log/icecast icecast:icecast 0750")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package icecast
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
||||
Reference in New Issue
Block a user