Update to version 1.1.0

This commit is contained in:
David Lutterkort 2013-06-19 10:44:36 +02:00
parent 1793d63db4
commit 3d3547116f
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Name: augeas
Version: 1.0.0
Release: 4%{?dist}
Version: 1.1.0
Release: 1%{?dist}
Summary: A library for changing configuration files
Group: System Environment/Libraries
@ -8,10 +8,6 @@ License: LGPLv2+
URL: http://augeas.net/
Source0: http://augeas.net/download/%{name}-%{version}.tar.gz
# Upstream commit: https://github.com/hercules-team/augeas/commit/d6959e62
# RHBZ#904222
Patch1: 0001-Shellvars-reinstate-etc-sysconfig-network.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel libselinux-devel libxml2-devel
@ -48,7 +44,6 @@ The libraries for %{name}.
%prep
%setup -q
%patch1 -p1
%build
%configure --disable-static
@ -95,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/augeas.pc
%changelog
* Wed Jun 19 2013 David Lutterkort <lutter@redhat.com> - 1.1.0-1
- Update to 1.1.0; remove all patches
* Tue Jun 18 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-4
- Fix /etc/sysconfig/network (RHBZ#904222).

View File

@ -1 +1 @@
82131019432ecf8102e1491610ad2dd1 augeas-1.0.0.tar.gz
520ce983457ff9ffa3816bc41a9f328b augeas-1.1.0.tar.gz