54a830
Name:          libservicelog
54a830
Version:       1.1.19
54a830
Release:       4%{?dist}
54a830
Summary:       Servicelog Database and Library
54a830
54a830
#v29_notify_gram.c v29_notify_gram.h are GPLv2+
54a830
License:       LGPLv2 and GPLv2+
54a830
URL:           https://github.com/power-ras/%{name}/releases
54a830
Source:        https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
54a830
54a830
# Link with needed libraries
54a830
Patch0: libservicelog-1.1.9-libs.patch
54a830
54a830
BuildRequires: sqlite-devel autoconf libtool bison librtas-devel flex
54a830
BuildRequires: make
54a830
Requires(pre): shadow-utils
54a830
54a830
# because of librtas-devel
54a830
ExclusiveArch: ppc %{power64}
54a830
54a830
%description
54a830
The libservicelog package contains a library to create and maintain a
54a830
database for storing events related to system service.  This database
54a830
allows for the logging of serviceable and informational events, and for
54a830
the logging of service procedures that have been performed upon the system.
54a830
54a830
54a830
%package       devel
54a830
Summary:       Development files for %{name}
54a830
Requires:      %{name}%{?_isa} = %{version}-%{release}
54a830
Requires:      pkgconfig sqlite-devel
54a830
54a830
%description   devel
54a830
Contains header files for building with libservicelog.
54a830
54a830
54a830
%prep
54a830
%setup -q
54a830
%patch0 -p1 -b .libs
54a830
54a830
%build
54a830
autoreconf -fiv
54a830
%configure --disable-static
54a830
# disable "-Werror=format-security" checking gcc option until we fix
54a830
# these errors are fixed in upstream code.
54a830
CFLAGS="%{optflags} -fPIC -DPIC"
54a830
CFLAGS=`echo $CFLAGS | sed 's/-Werror=format-security//'`
54a830
make CFLAGS="$CFLAGS" %{?_smp_mflags}
54a830
54a830
54a830
%install
54a830
make install DESTDIR=%{buildroot}
54a830
rm -f %{buildroot}%{_libdir}/*.la
54a830
54a830
%check
54a830
make check || true
54a830
54a830
%pre
54a830
getent group service >/dev/null || /usr/sbin/groupadd -r service
54a830
54a830
%post -p /sbin/ldconfig
54a830
54a830
%postun -p /sbin/ldconfig
54a830
54a830
%files
54a830
%{!?_licensedir:%global license %%doc}
54a830
%license COPYING
54a830
%doc AUTHORS
54a830
%{_libdir}/libservicelog-*.so.*
54a830
%dir %attr(755, root, service) /var/lib/servicelog
54a830
%config(noreplace) %verify(not md5 size mtime) %attr(644,root,service) /var/lib/servicelog/servicelog.db
54a830
54a830
%files devel
54a830
%{_includedir}/servicelog-1
54a830
%{_libdir}/*.so
54a830
%{_libdir}/pkgconfig/servicelog-1.pc
54a830
54a830
54a830
%changelog
54a830
* Thu Feb 10 2022 Than Ngo <than@redhat.com> - 1.1.19-4
54a830
- Resolves: #2051467, add libservicelog-devel to compose
54a830
54a830
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.19-3
54a830
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
54a830
  Related: rhbz#1991688
54a830
54a830
* Thu Jun 10 2021 Than Ngo <than@redhat.com> - 1.1.19-2
54a830
- Resolves: #1869568, rebase libservicelog to 1.1.19
54a830
54a830
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.18-11
54a830
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
54a830
54a830
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-10
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
54a830
54a830
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-9
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
54a830
54a830
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-8
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
54a830
54a830
* Mon Dec 02 2019 Than Ngo <than@redhat.com> - 1.1.18-7
54a830
- Update Url and Source
54a830
54a830
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-6
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
54a830
54a830
* Wed May 29 2019 Than Ngo <than@redhat.com> - 1.1.18-5
54a830
- enable tests
54a830
54a830
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-4
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
54a830
54a830
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-3
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
54a830
54a830
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-2
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
54a830
54a830
* Fri Oct 13 2017 Sinny Kumari <sinnykumari@fedoraproject.org> - 1.1.18-1
54a830
- Rebase to 1.1.18
54a830
54a830
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.17-3
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
54a830
54a830
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.17-2
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
54a830
54a830
* Tue Apr 04 2017 Sinny Kumari <sinnykumari@fedoraproject.org> - 1.1.17-1
54a830
- Rebase to 1.1.17
54a830
54a830
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.16-4
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
54a830
54a830
* Mon Jul 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.16-3
54a830
- spec file cleanups
54a830
- Use %%license
54a830
54a830
* Sat Apr  9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.16-2
54a830
- Rebuild for librtas soname bump
54a830
54a830
* Mon Mar 21 2016 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.1.16-1
54a830
- Update to latest upstream 1.1.16
54a830
54a830
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-4
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
54a830
54a830
* Wed Sep 30 2015 Jaromir Capik <jcapik@redhat.com> - 1.1.15-3
54a830
- Creating the 'service' group as a system one (#1212938)
54a830
54a830
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.15-2
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
54a830
54a830
* Mon Sep 22 2014 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.15
54a830
- Update to latest upstream 1.1.15
54a830
54a830
* Fri Aug 01 2014 Brent Baude <bbaude@redhat.com> - 1.1.14-8
54a830
- NVR bump for Fedora 21 build on merged koji
54a830
54a830
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.14-7
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
54a830
54a830
* Mon Jun 02 2014 Jakub Čajka <jcajka@redhat.com> - 1.1.14-6
54a830
- Spec file clean up
54a830
54a830
* Mon Mar 10 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.1.14-5
54a830
- Fix CFLAGS
54a830
54a830
* Fri Mar 07 2014 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14-4
54a830
- Disable "-Werror=format-security" gcc option
54a830
54a830
* Thu Oct 10 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.1.14-3
54a830
- Add ppc64le architecture
54a830
54a830
* Mon Sep 16 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14-2
54a830
- Fix build issue
54a830
54a830
* Wed Aug 21 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14
54a830
- Update to latest upstream 1.1.14
54a830
54a830
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.13-2
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
54a830
54a830
* Sat May 18 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.13
54a830
- Update to latest upstream 1.1.13
54a830
54a830
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-4
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
54a830
54a830
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-3
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
54a830
54a830
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-2
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
54a830
54a830
* Mon Aug 08 2011 Jiri Skala <jskala@redhat.com> - 1.1.11-1
54a830
- update to latest upstream 1.1.11
54a830
54a830
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-5
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
54a830
54a830
* Fri Jun 04 2010 Roman Rakus <rrakus@redhat.com> - 1.1.9-4
54a830
- Properly handle servicelog.db
54a830
54a830
* Tue May 18 2010 Roman Rakus <rrakus@redhat.com> - 1.1.9-2
54a830
- Link with needed libraries (sqlite, rtas, rtasevent)
54a830
54a830
* Tue May 11 2010 Roman Rakus <rrakus@redhat.com> - 1.1.9-1
54a830
- Update to 1.1.9
54a830
54a830
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
54a830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
54a830
54a830
* Tue Mar 31 2009 Roman Rakus <rrakus@redhat.com> - 1.0.1-2
54a830
- Added missing requires sqlite-devel in devel subpackage
54a830
54a830
* Fri Feb 20 2009 Roman Rakus <rrakus@redhat.com> - 1.0.1-1
54a830
- Initial packaging