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