From 4bfa67c0f657eec4648b0b9944742fb7345d55e0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 12 Feb 2008 16:30:49 +0000 Subject: [PATCH] - Add %defattr. (#430298) --- libsmi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libsmi.spec b/libsmi.spec index 2a89d3f..33a0ee3 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -1,6 +1,6 @@ Name: libsmi Version: 0.4.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library to access SMI MIB information Group: System Environment/Libraries @@ -81,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT %files +%defattr(-,root,root,-) %doc ANNOUNCE ChangeLog COPYING README THANKS TODO %doc doc/draft-irtf-nmrg-sming-02.txt smi.conf-example %config(noreplace) %{_sysconfdir}/smi.conf @@ -91,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/*.1* %files devel +%defattr(-,root,root,-) %{_datadir}/aclocal/libsmi.m4 %{_libdir}/pkgconfig/libsmi.pc %{_libdir}/*.so @@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 12 2008 Adam Jackson 0.4.5-4 +- Add %%defattr. (#430298) + * Thu Jan 10 2008 Stepan Kasal - 0.4.5-3 - libsmi-devel should not require automake - convert COPYING to utf-8