Compare commits

..

No commits in common. "fd93b8bb13f1fb7385b935cf8b6809e8f63ff275" and "a2b6065f8fccde28ad3fd79c68bcc2cf0cd0ddce" have entirely different histories.

3 changed files with 4 additions and 29 deletions

BIN
colord-1.4.4.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: colord
Version: 1.4.6
Version: 1.4.4
Release: 1
Summary: A system activated daemon
License: GPLv2+ and LGPLv2+
@ -7,8 +7,8 @@ URL: https://www.freedesktop.org/software/colord/
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
BuildRequires: color-filesystem dbus-devel docbook5-style-xsl gettext glib2-devel
BuildRequires: gobject-introspection-devel gtk-doc libgudev1-devel sane-backends-devel
BuildRequires: libxslt meson sqlite-devel systemd systemd-devel vala bash-completion
BuildRequires: gobject-introspection-devel gtk-doc libgudev1-devel
BuildRequires: libxslt meson sqlite-devel systemd systemd-devel vala-tools
BuildRequires: lcms2-devel >= 2.6 libgusb-devel >= 0.2.2 polkit-devel >= 0.103
Requires: color-filesystem %{name}-libs = %{version}-%{release}
@ -57,12 +57,8 @@ This help package contains help documents for color.
%build
ulimit -Sv 2000000
# colord-test-private test cases always fail, so we don't run this case
# https://github.com/hughsie/colord/issues/139 use this link to track bugs
sed -i 's/test('"'"'colord-test-private'"'"'/# test('"'"'colord-test-private'"'"'/g' %{_builddir}/%{name}-%{version}/lib/colord/meson.build
%meson -Dargyllcms_sensor=false -Dbash_completion=false -Ddaemon_user=colord \
-Dprint_profiles=false -Dvapi=true -Dinstalled_tests=true -Dtests=true
-Dprint_profiles=false -Dvapi=true -Dinstalled_tests=true
%meson_build
%install
@ -79,9 +75,6 @@ cat /etc/passwd | grep colord >/dev/null || useradd -r -g colord \
-s /sbin/nologin -d /var/lib/colord -c "User for colord" colord
exit 0
%check
%meson_test
%preun
%systemd_preun colord.service
@ -168,24 +161,6 @@ exit 0
%{_datadir}/man/man1/*.1.gz
%changelog
* Thu Feb 16 2023 lilong <lilong@kylinos.cn> - 1.4.6-1
- Upgrade to 1.4.6
* Wed Aug 31 2022 wangkerong <wangkerong@h-partners.com> - 1.4.5-4
- fix CVE-2021-42523
* Mon Aug 29 2022 wangkerong <wangkerong@h-partners.com> - 1.4.5-3
- fix CVE-2021-42523
* Mon Mar 28 2022 wangkerong <wangkerong@h-partners.com> - 1.4.5-2
- enable test case
* Sat Jan 30 2021 yanglu <yanglu60@huawei.com> - 1.4.5-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade to version 1.4.5
* Sat Jul 25 2020 zhangqiumiao <zhangqiumiao1@huawei.com> - 1.4.4-1
- Type:enhancement
- ID:NA