Skip to content

Commit

Permalink
Merge branch 'jb50027' into 'master'
Browse files Browse the repository at this point in the history
[aarch64] Fix location of systemd unit files. Contributes to JB#50027

See merge request mer-core/PackageKit!28
  • Loading branch information
xfade committed Jul 6, 2020
2 parents 15e41d5 + 45f0e25 commit cecced7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rpm/PackageKit.spec
Expand Up @@ -118,6 +118,7 @@ done
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--sharedstatedir=%{_sharedstatedir} \
--with-systemdsystemunitdir=%{_unitdir} \
--disable-static \
--disable-dummy \
--disable-cron \
Expand Down Expand Up @@ -207,9 +208,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
%{_datadir}/dbus-1/system-services/*.service
%{_datadir}/dbus-1/interfaces/*.xml
/lib/systemd/system/packagekit-offline-update.service
/lib/systemd/system/packagekit.service
/lib/systemd/system/system-update.target.wants/packagekit-offline-update.service
%{_unitdir}/packagekit-offline-update.service
%{_unitdir}/packagekit.service
%{_unitdir}/system-update.target.wants/packagekit-offline-update.service
%{_libexecdir}/pk-offline-update
%{_libexecdir}/packagekit-direct

Expand Down

0 comments on commit cecced7

Please sign in to comment.