remove unnecessary link file
This commit is contained in:
parent
ac817f22dd
commit
3dec6b8c0d
@ -1,6 +1,6 @@
|
||||
Name: PackageKit
|
||||
Version: 1.1.12
|
||||
Release: 7
|
||||
Release: 8
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Summary: Package management service
|
||||
URL: https://www.freedesktop.org/software/PackageKit/
|
||||
@ -111,10 +111,6 @@ pushd ${RPM_BUILD_ROOT}%{_libexecdir} > /dev/null
|
||||
ln -s pk-gstreamer-install gst-install-plugins-helper
|
||||
popd > /dev/null
|
||||
|
||||
pushd ${RPM_BUILD_ROOT}%{_datadir}/PackageKit > /dev/null
|
||||
ln -s ../pixmaps/comps icons
|
||||
popd > /dev/null
|
||||
|
||||
%post
|
||||
systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
|
||||
@ -143,7 +139,6 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
%{_datadir}/locale/*
|
||||
%{_datadir}/PackageKit/helpers/test_spawn/*
|
||||
%{_datadir}/polkit-1/*/*
|
||||
%{_datadir}/PackageKit/icons
|
||||
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
||||
%{_datadir}/bash-completion/completions/pkcon
|
||||
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
|
||||
@ -177,6 +172,12 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
|
||||
|
||||
%changelog
|
||||
* Tue Mar 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.12-8
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:remove unnecessary link file
|
||||
|
||||
* Sun Dec 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.12-7
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user