diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec index bc25245f2f5fe5b241c546e70b489567974c5e9a..5f748b73368a8f4cabb01013643a1258d44d5770 100644 --- a/sblim-sfcb.spec +++ b/sblim-sfcb.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # # $Id: sblim-sfcb.spec,v 1.5 2010/06/23 10:31:02 vcrhonek Exp $ # @@ -67,6 +67,9 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +Requires: glibc +Provides: /usr/bin/sfcbdump + %Description Small Footprint CIM Broker (sfcb) is a CIM server conforming to the CIM Operations over HTTP protocol. @@ -75,6 +78,14 @@ suited for embedded and resource constrained environments. sfcb supports providers written against the Common Manageability Programming Interface (CMPI). +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + %prep %setup -q -T -b 0 -n %{name}-%{version} %patch0 -p1 -b .sfcbrepos-schema-location @@ -146,7 +157,13 @@ fi; %files -f _pkg_list +%files doc +%doc AUTHORS ChangeLog NEWS README + %changelog +* Sun Jul 17 2022 Xiaoping Liu - 1.4.9-17.0.2 +- add doc sub package + * Sun Dec 12 2021 Weitao Zhou - 1.4.9-17.0.1 - use extern in header files when declaring global variables for compatible gcc10 build