]> git.pld-linux.org Git - packages/augeas.git/blobdiff - augeas.spec
- updated to 1.10.1 (fixes CVE-2017-7555)
[packages/augeas.git] / augeas.spec
index 55b3a71e676e01c126fc9c30dfd8eaec4f4cb121..1bb8f50929b174cc24e753a593c33c876e7eb980 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       Augeas - configuration editing tool
 Summary(pl.UTF-8):     Augeas - narzÄ™dzie do modyfikowania konfiguracji
 Name:          augeas
-Version:       0.9.0
+Version:       1.10.1
 Release:       1
 License:       LGPL v2.1+
 Group:         Applications/System
-Source0:       http://augeas.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: 5ef0ce53ce4c75f59ab2523506731084
+Source0:       http://download.augeas.net/%{name}-%{version}.tar.gz
+# Source0-md5: 6c0b2ea6eec45e8bc374b283aedf27ce
 Patch0:                %{name}-pld_interfaces.patch
-URL:           http://augeas.net
+URL:           http://augeas.net/
 BuildRequires: libselinux-devel
+BuildRequires: libxml2-devel >= 2.0
+BuildRequires: pkgconfig
 BuildRequires: readline-devel
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,6 +44,7 @@ Summary(pl.UTF-8):    Pliki programistyczne augeasa
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      libselinux-devel
+Requires:      libxml2-devel >= 2.0
 
 %description devel
 This package contains the include files used to develop using augeas
@@ -100,10 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/augmatch
 %attr(755,root,root) %{_bindir}/augparse
 %attr(755,root,root) %{_bindir}/augtool
 %attr(755,root,root) %{_bindir}/fadot
 %{_datadir}/augeas
+%{_mandir}/man1/augmatch.1*
 %{_mandir}/man1/augparse.1*
 %{_mandir}/man1/augtool.1*
 
This page took 0.033068 seconds and 4 git commands to generate.