[edac-utils] - New upstream release 0.16

Aristeu Sergio Rozanski Filho arozansk at fedoraproject.org
Wed May 2 15:08:19 UTC 2012


commit 33494e5c02a102d05b42fb5894883e0ab1950fe6
Author: Aristeu Rozanski <arozansk at redhat.com>
Date:   Wed May 2 11:07:42 2012 -0400

    - New upstream release 0.16
    
    Signed-off-by: Aristeu Rozanski <arozansk at redhat.com>

 edac-utils.spec                      |   20 ++-----
 edac_ctl-fix_model_parsing.patch     |   13 ----
 edac_ctl-remove_driver_loading.patch |   32 ----------
 edac_init-fix_messages.patch         |  104 ----------------------------------
 sources                              |    2 +-
 5 files changed, 6 insertions(+), 165 deletions(-)
---
diff --git a/edac-utils.spec b/edac-utils.spec
index 4879131..62f28a5 100644
--- a/edac-utils.spec
+++ b/edac-utils.spec
@@ -1,6 +1,6 @@
 Name:		edac-utils
-Version:	0.9
-Release:	14%{?dist}
+Version:	0.16
+Release:	1%{?dist}
 Summary:	Userspace helper for kernel EDAC drivers
 
 Group:		System Environment/Base
@@ -8,9 +8,6 @@ License:	GPLv2+
 URL:		http://sourceforge.net/projects/edac-utils/
 Source0:	http://dl.sourceforge.net/sourceforge/edac-utils/%{name}-%{version}.tar.bz2
 Source1:	edac.service
-Patch0:		edac_ctl-remove_driver_loading.patch
-Patch1:		edac_init-fix_messages.patch
-Patch2:		edac_ctl-fix_model_parsing.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 Requires:	hwdata, dmidecode, sysfsutils
@@ -39,9 +36,6 @@ for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --disable-static
@@ -61,19 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
-#if [ $1 = 1 ]; then
-#	/sbin/chkconfig --add edac
-#fi
 if [ $1 -eq 1 ] ; then 
     # Initial installation 
     /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 fi
 
 %preun
-#if [ $1 = 0 ]; then
-#	/sbin/service edac stop >/dev/null 2>&1 || :
-#	/sbin/chkconfig --del edac
-#fi
 if [ $1 -eq 0 ] ; then
     # Package removal, not upgrade
     /bin/systemctl --no-reload disable edac.service > /dev/null 2>&1 || :
@@ -115,6 +102,9 @@ fi
 %{_includedir}/edac.h
 
 %changelog
+* Wed May 02 2012 Aristeu Rozanski <aris at redhat.com> - 0.16-1
+- New upstream release 0.16
+
 * Wed Mar 14 2012 Jon Ciesla <limburgher at gmail.com> - 0.9-14
 - Migrate to systemd, BZ 767784.
 
diff --git a/sources b/sources
index 78176ee..d7c4cae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcad7276c84f9d10b4fb5e036001a75a  edac-utils-0.9.tar.bz2
+77dda84f25ddba732da1d94fe357bf87  edac-utils-0.16.tar.bz2


More information about the scm-commits mailing list