Move /etc/yum/protected.d/systemd.conf to /etc/dnf/
This commit is contained in:
parent
5306894742
commit
184871e826
@ -40,6 +40,7 @@ for file in files(buildroot):
|
|||||||
/usr/lib/firewalld(/services|)$|
|
/usr/lib/firewalld(/services|)$|
|
||||||
/usr/share/(locale|licenses|doc)| # no $
|
/usr/share/(locale|licenses|doc)| # no $
|
||||||
/etc(/pam\.d|/xdg|/X11|/X11/xinit|/X11.*\.d|)$|
|
/etc(/pam\.d|/xdg|/X11|/X11/xinit|/X11.*\.d|)$|
|
||||||
|
/etc/(dnf|dnf/protected.d)$|
|
||||||
/usr/(src|lib/debug)| # no $
|
/usr/(src|lib/debug)| # no $
|
||||||
/var(/cache|/log|/lib|/run|)$
|
/var(/cache|/log|/lib|/run|)$
|
||||||
''', n, re.X):
|
''', n, re.X):
|
||||||
|
10
systemd.spec
10
systemd.spec
@ -15,7 +15,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 239
|
Version: 239
|
||||||
Release: 3%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
Release: 4%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
@ -392,7 +392,7 @@ touch %{buildroot}%{_localstatedir}/lib/private/systemd/timesync/clock
|
|||||||
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
|
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
|
||||||
|
|
||||||
# Install yum protection fragment
|
# Install yum protection fragment
|
||||||
install -Dm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/yum/protected.d/systemd.conf
|
install -Dm0644 %{SOURCE4} %{buildroot}/etc/dnf/protected.d/systemd.conf
|
||||||
|
|
||||||
install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
|
install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
|
||||||
|
|
||||||
@ -690,6 +690,9 @@ fi
|
|||||||
%files tests -f .file-list-tests
|
%files tests -f .file-list-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 10 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-4
|
||||||
|
- Move /etc/yum/protected.d/systemd.conf to /etc/dnf/ (#1626969)
|
||||||
|
|
||||||
* Wed Jul 18 2018 Terje Rosten <terje.rosten@ntnu.no> - 239-3
|
* Wed Jul 18 2018 Terje Rosten <terje.rosten@ntnu.no> - 239-3
|
||||||
- Ignore return value from systemd-binfmt in scriptlet (#1565425)
|
- Ignore return value from systemd-binfmt in scriptlet (#1565425)
|
||||||
|
|
||||||
@ -1182,7 +1185,8 @@ Resolves: rhbz#1299019
|
|||||||
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
|
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
|
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
|
||||||
- Remove ghosting for %%{_sysconfdir}/systemd/system/runlevel*.target, these targets are not configurable anymore in systemd upstream
|
- Remove ghosting for /etc/systemd/system/runlevel*.target, these
|
||||||
|
targets are not configurable anymore in systemd upstream
|
||||||
- Drop work-around for #1002806, since this is solved upstream now
|
- Drop work-around for #1002806, since this is solved upstream now
|
||||||
|
|
||||||
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
|
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
|
||||||
|
Loading…
Reference in New Issue
Block a user