update code
This commit is contained in:
parent
aa53a5f651
commit
8ff62fd705
@ -1,16 +1,15 @@
|
||||
name: fipscheck
|
||||
Version: 1.5.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Helper library for FIPS integrity checking
|
||||
License: BSD
|
||||
URL: https://pagure.io/fipscheck
|
||||
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc git openssl-devel >= 1.0.0
|
||||
Requires: %{_bindir}/fipscheck
|
||||
BuildRequires: gcc openssl-devel >= 1.0.0
|
||||
Obsoletes: %{name}-lib < %{version}-%{release}
|
||||
Provides:%{name}-lib = %{version}-%{release}
|
||||
Provides:%{name}-lib%{_isa} = %{version}-%{release}
|
||||
Provides: %{name}-lib = %{version}-%{release}
|
||||
Provides: %{name}-lib%{_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
This package contains library (libfipscheck) and helper binaries which
|
||||
@ -24,16 +23,10 @@ Requires:%{name} = %{version}-%{release}
|
||||
%description devel
|
||||
Development headers and libraries for %{name}
|
||||
|
||||
%package help
|
||||
Summary: Documents for %{name}
|
||||
Buildarch: noarch
|
||||
Requires: man info
|
||||
|
||||
%description help
|
||||
Man page and other related documents for %{name}.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -65,8 +58,8 @@ make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc ChangeLog AUTHORS
|
||||
%license COPYING AUTHORS
|
||||
%doc ChangeLog
|
||||
%{_bindir}/*
|
||||
%{_libdir}/fipscheck/fipscheck.hmac
|
||||
%{_libdir}/*.so.*
|
||||
@ -86,5 +79,11 @@ make check
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.0-6
|
||||
* Wed Oct 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.0-7
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: change the directory of AUTHORS
|
||||
|
||||
* Thu Aug 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.0-6
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user