Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
SOURCES/libatasmart-0.19.tar.xz
|
/libatasmart-0.17.tar.gz
|
||||||
|
/libatasmart-0.18.tar.gz
|
||||||
|
/.build-*
|
||||||
|
*.src.rpm
|
||||||
|
/x86_64/
|
||||||
|
libatasmart-*/
|
||||||
|
/libatasmart-0.19.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
0d0745b6bd2e5b9461d15966b5daac6c98302de8 SOURCES/libatasmart-0.19.tar.xz
|
|
@ -1,13 +1,14 @@
|
|||||||
Name: libatasmart
|
Name: libatasmart
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 14%{?dist}
|
Release: 22%{?dist}
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
Group: System Environment/Libraries
|
|
||||||
Source0: http://0pointer.de/public/libatasmart-%{version}.tar.xz
|
Source0: http://0pointer.de/public/libatasmart-%{version}.tar.xz
|
||||||
Patch0: libatasmart-0.19-wd-fix.patch
|
Patch0: libatasmart-0.19-wd-fix.patch
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||||
@ -15,7 +16,6 @@ health monitoring.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Files for libatasmart Client Development
|
Summary: Development Files for libatasmart Client Development
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: vala
|
Requires: vala
|
||||||
@ -23,8 +23,7 @@ Requires: vala
|
|||||||
%description devel
|
%description devel
|
||||||
Development Files for libatasmart Client Development
|
Development Files for libatasmart Client Development
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
@ -39,14 +38,12 @@ find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
|||||||
rm $RPM_BUILD_ROOT%{_docdir}/libatasmart/README
|
rm $RPM_BUILD_ROOT%{_docdir}/libatasmart/README
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README LGPL
|
%doc README LGPL
|
||||||
%{_libdir}/libatasmart.so.*
|
%{_libdir}/libatasmart.so.*
|
||||||
%{_sbindir}/skdump
|
%{_sbindir}/skdump
|
||||||
%{_sbindir}/sktest
|
%{_sbindir}/sktest
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/atasmart.h
|
%{_includedir}/atasmart.h
|
||||||
%{_libdir}/libatasmart.so
|
%{_libdir}/libatasmart.so
|
||||||
%{_libdir}/pkgconfig/libatasmart.pc
|
%{_libdir}/pkgconfig/libatasmart.pc
|
||||||
@ -54,6 +51,31 @@ rm $RPM_BUILD_ROOT%{_docdir}/libatasmart/README
|
|||||||
%doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* blob-examples/FUJITSU* blob-examples/INTEL* blob-examples/TOSHIBA* blob-examples/MCC*
|
%doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* blob-examples/FUJITSU* blob-examples/INTEL* blob-examples/TOSHIBA* blob-examples/MCC*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.19-22
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.19-21
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-14
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user