Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename dnf5-makecache timer to dnf-makecache. #2066

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dnf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -270,22 +270,22 @@ upgrading, configuring, and removing computer programs in a consistent manner.
It supports RPM packages, modulemd modules, and comps groups & environments.

%post
%systemd_post dnf5-makecache.timer
%systemd_post dnf-makecache.timer

%preun
%systemd_preun dnf5-makecache.timer
%systemd_preun dnf-makecache.timer

%postun
%systemd_postun_with_restart dnf5-makecache.timer
%systemd_postun_with_restart dnf-makecache.timer

%files -f dnf5.lang
%{_bindir}/dnf5
%if %{with dnf5_obsoletes_dnf}
%{_bindir}/dnf
%{_bindir}/yum
%endif
%{_unitdir}/dnf5-makecache.service
%{_unitdir}/dnf5-makecache.timer
%{_unitdir}/dnf-makecache.service
%{_unitdir}/dnf-makecache.timer

%if 0%{?fedora} || 0%{?rhel} > 10
%{_bindir}/microdnf
Expand Down
4 changes: 2 additions & 2 deletions etc/systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(systemd_FILES
dnf5-makecache.service
dnf5-makecache.timer)
dnf-makecache.service
dnf-makecache.timer)

install(FILES ${systemd_FILES} DESTINATION ${SYSTEMD_DIR})
File renamed without changes.
File renamed without changes.