rpms/setuptool/devel setuptool.spec,1.40,1.41

Michal Hlavinka mhlavink at fedoraproject.org
Mon Nov 2 16:55:09 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/setuptool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10097

Modified Files:
	setuptool.spec 
Log Message:
* Mon Nov 02 2009 Michal Hlavinka <mhlavink at redhat.com> 1.19.9-2
- spec cleanup



Index: setuptool.spec
===================================================================
RCS file: /cvs/extras/rpms/setuptool/devel/setuptool.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- setuptool.spec	20 Oct 2009 18:04:17 -0000	1.40
+++ setuptool.spec	2 Nov 2009 16:55:08 -0000	1.41
@@ -1,6 +1,6 @@
 Name: setuptool
 Version: 1.19.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A text mode system configuration tool
 License: GPLv2+
 Group: Applications/System
@@ -34,15 +34,18 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README COPYING
 %{_bindir}/setup
-%config %{_sysconfdir}/pam.d/*
-%config(noreplace) %{_sysconfdir}/security/console.apps/*
+%config(noreplace) %{_sysconfdir}/pam.d/setup
+%config(noreplace) %{_sysconfdir}/security/console.apps/setup
 %{_sbindir}/setup
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/setuptool.d
 %dir %{_sysconfdir}/setuptool.d
-%config %{_sysconfdir}/setuptool.d/*
+%config(noreplace) %{_sysconfdir}/setuptool.d/*
 
 %changelog
+* Mon Nov 02 2009 Michal Hlavinka <mhlavink at redhat.com> 1.19.9-2
+- spec cleanup
+
 * Tue Oct 21 2009 Michal Hlavinka <mhlavink at redhat.com> 1.19.9-1
 - update path of firewall configuration tool (#529794)
 - update translations




More information about the scm-commits mailing list