!22 [sync] PR-21: [update] update version to 5.13.16.11

From: @openeuler-sync-bot 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
This commit is contained in:
openeuler-ci-bot 2022-07-29 05:21:58 +00:00 committed by Gitee
commit ab10f68ce8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 14 additions and 13 deletions

Binary file not shown.

Binary file not shown.

View File

@ -11,14 +11,13 @@
%global release_name server-industry
Name: dde-daemon
Version: 5.12.0.18
Release: 4
Version: 5.13.16.11
Release: 1
Summary: Daemon handling the DDE session settings
License: GPLv3
URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/
Source0: %{name}-%{version}.orig.tar.xz
Source1: vendor.tar.gz
Source1: vendor.tar.gz
BuildRequires: python3
BuildRequires: golang
@ -43,11 +42,12 @@ BuildRequires: libinput
BuildRequires: librsvg2-devel
BuildRequires: librsvg2
BuildRequires: libXcursor-devel
BuildRequires: libddcutil-devel
BuildRequires: pkgconfig(sqlite3)
BuildRequires: dde-api-devel
Requires: bluez-libs
Requires: deepin-desktop-base
Suggests: deepin-desktop-server
Requires: deepin-desktop-schemas
Requires: dde-session-ui
Requires: dde-polkit-agent
@ -109,17 +109,18 @@ EOF
# Replace reference of google-chrome to chromium-browser
sed -i 's/google-chrome/chromium-browser/g' misc/dde-daemon/mime/data.json
go env -w GO111MODULE=auto
%build
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
export GOPATH=%{_builddir}/%{name}-%{version}-%{release_name}/vendor
%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
go env -w GO111MODULE=auto
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
#make GOPATH=/usr/share/gocode
%install
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
export GOPATH=/usr/share/gocode
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH
%make_install PAM_MODULE_DIR=%{_libdir}/security GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
# fix systemd/logind config
@ -166,20 +167,20 @@ fi
%{_datadir}/%{name}/
%{_datadir}/dde/
%{_datadir}/polkit-1/actions/*.policy
%{_var}/cache/appearance/
%{_var}/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Accounts.pkla
%{_var}/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Grub2.pkla
%{_sysconfdir}/acpi/actions/deepin_lid.sh
%{_sysconfdir}/acpi/events/deepin_lid
%{_sysconfdir}/pulse/daemon.conf.d/10-deepin.conf
/lib/udev/rules.d/80-deepin-fprintd.rules
%{_datadir}/pam-configs/deepin-auth
/var/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Fprintd.pkla
%{_libdir}/security/pam_deepin_auth.so
/lib/systemd/system/dbus-com.deepin.dde.lockservice.service
/lib/systemd/system/deepin-accounts-daemon.service
%changelog
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.13.16.11-1
- Update to 5.13.16.11
* Sat Jan 29 2022 liweigang <liweiganga@uniontech.com> - 5.12.0.18-4
- fix build error and format spec.

Binary file not shown.