public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] rawhide: rename icecream-tmpfiles.conf to icecream.tmpfiles.conf
@ 2026-07-29 11:52 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-29 11:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/icecream
            Branch : rawhide
            Commit : 0127d0881ec25c59616ecf175b19a89affc29b51
            Author : Michal Schmidt <mschmidt@redhat.com>
            Date   : 2026-07-29T10:47:29+02:00
            Stats  : +4/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/icecream/c/0127d0881ec25c59616ecf175b19a89affc29b51?branch=rawhide

            Log:
            rename icecream-tmpfiles.conf to icecream.tmpfiles.conf

Similar pattern to icecream.sysusers.conf.

[skip changelog]

---
diff --git a/icecream-tmpfiles.conf b/icecream-tmpfiles.conf
deleted file mode 100644
index dc78a65..0000000
--- a/icecream-tmpfiles.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-d /run/icecc 0775 root icecc -
-d /var/cache/icecream 0775 root icecc -

diff --git a/icecream.spec b/icecream.spec
index 91c0996..dd3dc4c 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -16,7 +16,7 @@ Source6:  iceccd.service
 Source7:  icecc-scheduler.service
 Source9:  iceccd-wrapper
 Source10: icecc-scheduler-wrapper
-Source11: icecream-tmpfiles.conf
+Source11: icecream.tmpfiles.conf
 Source12: icecream.xml
 Source13: icecream-scheduler.xml
 Source14: icecream.sysusers.conf
@@ -123,7 +123,7 @@ install -d -m 755 %{buildroot}/%{_unitdir}
 install -p -m 644 fedora/*.service              %{buildroot}/%{_unitdir}
 install -p -m 755 fedora/*-wrapper              %{buildroot}/%{_libexecdir}/icecc
 mkdir -p %{buildroot}%{_tmpfilesdir}
-install -p -m 644 fedora/icecream-tmpfiles.conf %{buildroot}/%{_tmpfilesdir}/icecream.conf
+install -p -m 644 fedora/icecream.tmpfiles.conf %{buildroot}/%{_tmpfilesdir}/icecream.conf
 install -d -m 755 %{buildroot}/%{_sysconfdir}/profile.d
 
 install -m644 -p -D %{SOURCE12} %{buildroot}%{_prefix}/lib/firewalld/services/icecream.xml

diff --git a/icecream.tmpfiles.conf b/icecream.tmpfiles.conf
new file mode 100644
index 0000000..dc78a65
--- /dev/null
+++ b/icecream.tmpfiles.conf
@@ -0,0 +1,2 @@
+d /run/icecc 0775 root icecc -
+d /var/cache/icecream 0775 root icecc -

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 11:52 [rpms/icecream] rawhide: rename icecream-tmpfiles.conf to icecream.tmpfiles.conf Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox