Update to version 1.1.0
This commit is contained in:
parent
1793d63db4
commit
3d3547116f
12
augeas.spec
12
augeas.spec
@ -1,6 +1,6 @@
|
|||||||
Name: augeas
|
Name: augeas
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -8,10 +8,6 @@ License: LGPLv2+
|
|||||||
URL: http://augeas.net/
|
URL: http://augeas.net/
|
||||||
Source0: http://augeas.net/download/%{name}-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: readline-devel libselinux-devel libxml2-devel
|
BuildRequires: readline-devel libselinux-devel libxml2-devel
|
||||||
@ -48,7 +44,6 @@ The libraries for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -95,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/augeas.pc
|
%{_libdir}/pkgconfig/augeas.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 18 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-4
|
||||||
- Fix /etc/sysconfig/network (RHBZ#904222).
|
- Fix /etc/sysconfig/network (RHBZ#904222).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user