Version 0.10.0
This commit is contained in:
parent
f3022b54dc
commit
fcec30aeca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/augeas-0.8.1.tar.gz
|
/augeas-0.8.1.tar.gz
|
||||||
/augeas-0.9.0.tar.gz
|
/augeas-0.9.0.tar.gz
|
||||||
|
/augeas-0.10.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: augeas
|
Name: augeas
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Source0: http://augeas.net/download/%{name}-%{version}.tar.gz
|
|||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: readline-devel libselinux-devel
|
BuildRequires: readline-devel libselinux-devel libxml2-devel
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/augeas.pc
|
%{_libdir}/pkgconfig/augeas.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 2 2011 David Lutterkort <lutter@redhat.com> - 0.10.0-1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Mon Jul 25 2011 David Lutterkort <lutter@redhat.com> - 0.9.0-1
|
* Mon Jul 25 2011 David Lutterkort <lutter@redhat.com> - 0.9.0-1
|
||||||
- New version; removed patch pathx-whitespace-ea010d8
|
- New version; removed patch pathx-whitespace-ea010d8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user