Accepting request 500542 from devel:libraries:c_c++
- Version update to 1.8.0: * See the News file for all the details - Verified it contains fixes for bsc#933210 bsc#975729 bsc#925225 bsc#1023204 CVE-2014-8119 OBS-URL: https://build.opensuse.org/request/show/500542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=43
This commit is contained in:
commit
a751ce95da
@ -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 bsc#933210 bsc#975729 bsc#925225
|
||||||
|
bsc#1023204 CVE-2014-8119
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 16:10:23 UTC 2016 - tchvatal@suse.com
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define libname lib%{name}0
|
%define libname lib%{name}0
|
||||||
Name: augeas
|
Name: augeas
|
||||||
Version: 1.6.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An utility for changing configuration files
|
Summary: An utility for changing configuration files
|
||||||
License: GPL-3.0+ and LGPL-2.1+
|
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
|
Source2: %{name}.keyring
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch0: augeas-modprobe-lense.patch
|
Patch0: augeas-modprobe-lense.patch
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -99,7 +99,6 @@ modifying the official lenses, or when creating new ones.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-Wno-error %{optflags}"
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
@ -107,7 +106,7 @@ export CFLAGS="-Wno-error %{optflags}"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# move vim files to the right location
|
# move vim files to the right location
|
||||||
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
|
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} || :
|
make check %{?_smp_mflags} || :
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user