Tomáš Chvátal 2015-03-13 12:54:44 +00:00 committed by Git OBS Bridge
parent 0047f04b47
commit a76950e0f2
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 13 12:54:37 UTC 2015 - tchvatal@suse.com
- Whitespace
-------------------------------------------------------------------
Thu Dec 18 19:59:50 UTC 2014 - meissner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package augeas
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -26,7 +26,7 @@ Group: System/Libraries
Url: http://augeas.net/
Source0: http://download.augeas.net/augeas-%{version}.tar.gz
Source1: http://download.augeas.net/augeas-%{version}.tar.gz.sig
Source2: %name.keyring
Source2: %{name}.keyring
Source3: baselibs.conf
Patch0: augeas-modprobe-lense.patch
BuildRequires: glib2-devel
@ -42,7 +42,6 @@ The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the
file format and the transformation into a tree.
%package devel
Summary: A library for changing configuration files
Group: Development/Libraries/C and C++