- Version update to 1.8.0:
* See the News file for all the details - Verified it contains fixes for bsc933210 bsc#975729 bsc#925225 bsc#1023204 CVE-2014-8119 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=66
This commit is contained in:
parent
0be6d20c7d
commit
03ca5aa19d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ba0d9bf059e7ef52118826d1285f097b399fc7a56756ce28e053da0b3ab69b5
|
||||
size 2076723
|
Binary file not shown.
3
augeas-1.8.0.tar.gz
Normal file
3
augeas-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:515ce904138d99ff51d45ba7ed0d809bdee6c42d3bc538c8c820e010392d4cc5
|
||||
size 2164146
|
BIN
augeas-1.8.0.tar.gz.sig
Normal file
BIN
augeas-1.8.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 08:36:26 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Version update to 1.8.0:
|
||||
* See the News file for all the details
|
||||
- Verified it contains fixes for bsc933210 bsc#975729 bsc#925225
|
||||
bsc#1023204 CVE-2014-8119
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 16:10:23 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
12
augeas.spec
12
augeas.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package augeas
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname lib%{name}0
|
||||
Name: augeas
|
||||
Version: 1.6.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: An utility for changing configuration files
|
||||
License: GPL-3.0+ and LGPL-2.1+
|
||||
@ -29,9 +29,9 @@ Source1: http://download.augeas.net/augeas-%{version}.tar.gz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
Patch0: augeas-modprobe-lense.patch
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -99,7 +99,6 @@ modifying the official lenses, or when creating new ones.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="-Wno-error %{optflags}"
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
@ -107,7 +106,7 @@ export CFLAGS="-Wno-error %{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# move vim files to the right location
|
||||
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
|
||||
@ -117,7 +116,6 @@ mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
|
||||
make check %{?_smp_mflags} || :
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user