updated spec
This commit is contained in:
parent
1e717d44e1
commit
c65a3943ad
@ -1,7 +1,7 @@
|
||||
Name: beakerlib
|
||||
Summary: A shell-level integration testing library
|
||||
Version: 1.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -15,12 +15,12 @@ Requires: grep
|
||||
Requires: sed
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
|
||||
Patch0: do-remount-if-already-mounted.patch
|
||||
|
||||
%description
|
||||
The BeakerLib project means to provide a library of various helpers, which
|
||||
could be used when writing operating system level integration tests.
|
||||
|
||||
|
||||
%package vim-syntax
|
||||
Summary: Files for syntax highlighting BeakerLib tests in VIM editor
|
||||
Group: Development/Libraries
|
||||
@ -30,14 +30,13 @@ BuildRequires: vim-common
|
||||
%description vim-syntax
|
||||
Files for syntax highlighting BeakerLib tests in VIM editor
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .remount
|
||||
|
||||
%build
|
||||
make build
|
||||
|
||||
|
||||
%install
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
%{!?_tmpfilesdir: %global _tmpfilesdir %{_prefix}/lib/tmpfiles.d/}
|
||||
@ -73,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||
|
||||
%changelog
|
||||
* Wed Feb 4 2015 Dalibor Pospisil <dapospis@redhat.com> - 1.10-2
|
||||
- remount if mounting already mounted mount point with options,
|
||||
fixes bug 1173623
|
||||
|
||||
* Mon Dec 1 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.10-1
|
||||
- dropped support for rlSEBoolean functions
|
||||
- fixed bugs 554280, 1003433, 1103137, 1105299, 1124440, 1124454, 1131934,
|
||||
@ -81,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Jul 17 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-3
|
||||
- reverted conditional phases support
|
||||
|
||||
* Wed Jul 1 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-2
|
||||
* Wed Jul 2 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-2
|
||||
- bunch of fixes
|
||||
|
||||
* Tue Jun 17 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-1
|
||||
|
Loading…
Reference in New Issue
Block a user