Skip to content

Commit

Permalink
bluez: Removed libxml2 as build dependency
Browse files Browse the repository at this point in the history
Change-Id: I7c7634610e22cced1920216b660b43dae1d392c3
Signed-off-by: Tapas Kundu <[email protected]>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/13825
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Shreenidhi Shedi <[email protected]>
  • Loading branch information
tapakund authored and sshedi committed Jun 30, 2021
1 parent 822d461 commit 1da23fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion SPECS/bluez/bluez.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ BuildRequires: libical-devel
BuildRequires: glib-devel
BuildRequires: dbus-devel
BuildRequires: systemd-devel
BuildRequires: libxml2-devel

Requires: dbus
Requires: glib
Expand Down
5 changes: 4 additions & 1 deletion SPECS/libical/libical.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Libical — an implementation of iCalendar protocols and data formats
Name: libical
Version: 3.0.10
Release: 1%{?dist}
Release: 2%{?dist}
License: MPL-2.0
Group: System Environment/Libraries
Vendor: VMware, Inc.
Expand All @@ -11,6 +11,7 @@ Source0: https://github.com/libical/libical/releases/download/v%{version}
BuildRequires: cmake
BuildRequires: glib-devel
BuildRequires: libxml2-devel
Requires: libxml2

%description
Libical is an Open Source implementation of the iCalendar protocols and
Expand Down Expand Up @@ -60,6 +61,8 @@ make %{?_smp_mflags} -k check
/usr/local/lib64/pkgconfig/*.pc

%changelog
* Wed Jun 30 2021 Tapas Kundu <[email protected]> 3.0.10-2
- Need libxml2 in requires
* Tue Apr 13 2021 Gerrit Photon <[email protected]> 3.0.10-1
- Automatic Version Bump
* Wed Jul 08 2020 Gerrit Photon <[email protected]> 3.0.8-1
Expand Down

0 comments on commit 1da23fc

Please sign in to comment.