Drop ostree-remount systemd service preset, already in fedora-release
https://bugzilla.redhat.com/show_bug.cgi?id=1550799 https://pagure.io/fedora-release/blob/f224fba/f/90-default.preset#_220
This commit is contained in:
parent
5133df2746
commit
82d1f941ed
@ -1,2 +0,0 @@
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1451458
|
|
||||||
enable ostree-remount.service
|
|
10
ostree.spec
10
ostree.spec
@ -1,10 +1,8 @@
|
|||||||
Summary: Tool for managing bootable, immutable filesystem trees
|
Summary: Tool for managing bootable, immutable filesystem trees
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2018.2
|
Version: 2018.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1451458
|
|
||||||
Source1: 91-ostree.preset
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://ostree.readthedocs.io/en/latest/
|
URL: https://ostree.readthedocs.io/en/latest/
|
||||||
|
|
||||||
@ -100,7 +98,6 @@ env NOCONFIGURE=1 ./autogen.sh
|
|||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p -c"
|
%make_install INSTALL="install -p -c"
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
install -D -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/systemd/system-preset/91-ostree.preset
|
|
||||||
|
|
||||||
# Needed to enable the service at compose time currently
|
# Needed to enable the service at compose time currently
|
||||||
%post
|
%post
|
||||||
@ -122,7 +119,6 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/systemd/system-preset/9
|
|||||||
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
||||||
%{_mandir}/man*/*.gz
|
%{_mandir}/man*/*.gz
|
||||||
%{_prefix}/lib/systemd/system-generators/ostree-system-generator
|
%{_prefix}/lib/systemd/system-generators/ostree-system-generator
|
||||||
%{_prefix}/lib/systemd/system-preset/91-ostree.preset
|
|
||||||
%exclude %{_sysconfdir}/grub.d/*ostree
|
%exclude %{_sysconfdir}/grub.d/*ostree
|
||||||
%exclude %{_libexecdir}/libostree/grub2*
|
%exclude %{_libexecdir}/libostree/grub2*
|
||||||
%exclude %{_libexecdir}/libostree/ostree-trivial-httpd
|
%exclude %{_libexecdir}/libostree/ostree-trivial-httpd
|
||||||
@ -158,6 +154,10 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/systemd/system-preset/9
|
|||||||
%{_libexecdir}/libostree/ostree-trivial-httpd
|
%{_libexecdir}/libostree/ostree-trivial-httpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 02 2018 Jonathan Lebon <jlebon@redhat.com> - 2018.2-2
|
||||||
|
- Drop ostree-remount systemd service preset, already in fedora-release
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1550799
|
||||||
|
|
||||||
* Thu Feb 15 2018 Colin Walters <walters@verbum.org> - 2018.2-1
|
* Thu Feb 15 2018 Colin Walters <walters@verbum.org> - 2018.2-1
|
||||||
- https://github.com/ostreedev/ostree/releases/tag/v2018.2
|
- https://github.com/ostreedev/ostree/releases/tag/v2018.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user