From 44396ad044b8f7f44a925399ac00009b1c3a4769 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Apr 04 2019 15:55:42 +0000 Subject: Remove the post script to create system repo now that we have the service This also ensures that the code paths for initial run are the same on both Silverblue (where the %post script didn't do anything) and regular Fedora. --- diff --git a/flatpak.spec b/flatpak.spec index ad168f5..b07146c 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -124,9 +124,6 @@ rm -f %{buildroot}%{_libdir}/libflatpak.la %post -# Create an (empty) system-wide repo. -flatpak remote-list --system &> /dev/null || : - %systemd_post flatpak-add-fedora-repos.service if [ $1 -gt 1 ] ; then @@ -207,6 +204,7 @@ fi %changelog * Wed Apr 03 2019 Kalev Lember - 1.3.1-2 - Add a oneshot systemd service to add Fedora flatpak repos +- Remove the post script to create system repo now that we have the service * Wed Mar 27 2019 David King - 1.3.1-1 - Update to 1.3.1 (#1693207)