Version 0.7.3
This commit is contained in:
parent
94900b017f
commit
d72bcea26f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
augeas-0.7.2.tar.gz
|
augeas-0.7.2.tar.gz
|
||||||
|
augeas-0.7.3.tar.gz
|
||||||
|
28
augeas.spec
28
augeas.spec
@ -1,24 +1,12 @@
|
|||||||
Name: augeas
|
Name: augeas
|
||||||
Version: 0.7.2
|
Version: 0.7.3
|
||||||
Release: 2%{?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
|
||||||
License: LGPLv2+
|
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
|
||||||
# Format of the patch name is augeas-VERSION-NUMBER-HASH where VERSION
|
|
||||||
# gives the first version where this patch was applied, NUMBER orders patches
|
|
||||||
# against the same version, and HASH is the git commit hash from upstream
|
|
||||||
Patch0: augeas-0.7.2-01-0c43ca0f.patch
|
|
||||||
Patch1: augeas-0.7.2-02-6c713a08.patch
|
|
||||||
Patch2: augeas-0.7.2-03-984ff1b8.patch
|
|
||||||
Patch3: augeas-0.7.2-04-218003a8.patch
|
|
||||||
Patch4: augeas-0.7.2-05-21d39d66.patch
|
|
||||||
Patch5: augeas-0.7.2-06-11b85805.patch
|
|
||||||
Patch6: augeas-0.7.2-07-72c636de.patch
|
|
||||||
Patch7: augeas-0.7.2-08-0695bdd0.patch
|
|
||||||
Patch8: augeas-0.7.2-09-5ee81630.patch
|
|
||||||
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
|
||||||
@ -55,15 +43,6 @@ The libraries for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -106,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/augeas.pc
|
%{_libdir}/pkgconfig/augeas.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 6 2010 David Lutterkort <lutter@redhat.com> - 0.7.3-1
|
||||||
|
- Remove upstream patches
|
||||||
|
|
||||||
* Tue Jun 29 2010 David Lutterkort <lutter@redhat.com> - 0.7.2-2
|
* Tue Jun 29 2010 David Lutterkort <lutter@redhat.com> - 0.7.2-2
|
||||||
- Patches based on upstream fix for BZ 600141
|
- Patches based on upstream fix for BZ 600141
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user