[augeas/f20] Update to 1.2.0, add check section

Dominic Cleal domcleal at fedoraproject.org
Wed Feb 12 11:50:16 UTC 2014


commit a9a274999976172831f629f84a53ea9731c8646d
Author: Dominic Cleal <dcleal at redhat.com>
Date:   Wed Feb 12 11:03:40 2014 +0000

    Update to 1.2.0, add check section
    
    - Update source URL to download.augeas.net (RHBZ#996032)

 ...Shellvars-reinstate-etc-sysconfig-network.patch |   25 --------------------
 augeas.spec                                        |   21 ++++++++++++++--
 sources                                            |    2 +-
 3 files changed, 19 insertions(+), 29 deletions(-)
---
diff --git a/augeas.spec b/augeas.spec
index 8d2fdd0..f29e6f5 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,12 +1,12 @@
 Name:           augeas
-Version:        1.1.0
-Release:        2%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        A library for changing configuration files
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://augeas.net/
-Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
+Source0:        http://download.augeas.net/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -49,6 +49,17 @@ The libraries for %{name}.
 %configure --disable-static
 make %{?_smp_mflags}
 
+%check
+# Disable test-preserve.sh SELinux testing. This fails when run under mock due
+# to differing SELinux labelling.
+export SKIP_TEST_PRESERVE_SELINUX=1
+
+make %{?_smp_mflags} check || {
+  echo '===== tests/test-suite.log ====='
+  cat tests/test-suite.log
+  exit 1
+}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
@@ -90,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Wed Feb 12 2014 Dominic Cleal <dcleal at redhat.com> - 1.2.0-1
+- Update to 1.2.0, add check section
+- Update source URL to download.augeas.net (RHBZ#996032)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 44648bc..5597710 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-520ce983457ff9ffa3816bc41a9f328b  augeas-1.1.0.tar.gz
+dce2f52cbd20f72c7da48e014ad48076  augeas-1.2.0.tar.gz


More information about the scm-commits mailing list