rpms/sectool/F-11 sectool-0.9.2-optflags.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 sectool.spec, 1.26, 1.27 sources, 1.15, 1.16 sectool-0.9.1-cronieReq.patch, 1.1, NONE sectool-0.9.1-getValueFromH.patch, 1.1, NONE sectool-0.9.1-selinux.patch, 1.1, NONE sectool-0.9.1-setVar.patch, 1.1, NONE sectool-0.9.1-zsh.patch, 1.1, NONE sectool-0.9.2-man_files.patch, 1.1, NONE

Peter Vrabec pvrabec at fedoraproject.org
Wed Jun 3 10:42:45 UTC 2009


Author: pvrabec

Update of /cvs/extras/rpms/sectool/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23718

Modified Files:
	.cvsignore sectool.spec sources 
Added Files:
	sectool-0.9.2-optflags.patch 
Removed Files:
	sectool-0.9.1-cronieReq.patch 
	sectool-0.9.1-getValueFromH.patch sectool-0.9.1-selinux.patch 
	sectool-0.9.1-setVar.patch sectool-0.9.1-zsh.patch 
	sectool-0.9.2-man_files.patch 
Log Message:
upgrade


sectool-0.9.2-optflags.patch:

--- NEW FILE sectool-0.9.2-optflags.patch ---
diff -up sectool-0.9.2/src/Makefile~ sectool-0.9.2/src/Makefile
--- sectool-0.9.2/src/Makefile~	2008-11-13 11:08:40.000000000 +0200
+++ sectool-0.9.2/src/Makefile	2009-04-23 00:19:30.000000000 +0300
@@ -1,7 +1,7 @@
 include ../sectool.mk
 
 CC= gcc
-CFLAGS= -Wall -O2 -ffast-math -I. -D_FILE_OFFSET_BITS=64 -DTEST_SELINUX -I/usr/include/rpm
+CFLAGS= -Wall -O2 -ffast-math $(RPM_OPT_FLAGS) -I. -D_FILE_OFFSET_BITS=64 -DTEST_SELINUX -I/usr/include/rpm
 LDFLAGS= -lrpm -lselinux
 
 SRCS_sectool=sectool.c


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sectool/F-11/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	22 Oct 2008 12:20:25 -0000	1.15
+++ .cvsignore	3 Jun 2009 10:42:12 -0000	1.16
@@ -1 +1 @@
-sectool-0.9.1.tar.bz2
+sectool-0.9.3.tar.bz2


Index: sectool.spec
===================================================================
RCS file: /cvs/extras/rpms/sectool/F-11/sectool.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sectool.spec	6 Mar 2009 23:00:15 -0000	1.26
+++ sectool.spec	3 Jun 2009 10:42:13 -0000	1.27
@@ -1,21 +1,18 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
-Version: 0.9.1
-Release: 9
+Version: 0.9.3
+Release: 1%{?dist}
 URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart
 Source0: %{name}-%{version}.tar.bz2
 Source1: sectool.log
-Patch1: sectool-0.9.1-cronieReq.patch
-Patch2: sectool-0.9.1-setVar.patch
-Patch3: sectool-0.9.1-getValueFromH.patch
-Patch4: sectool-0.9.1-selinux.patch
-Patch5: sectool-0.9.1-zsh.patch
-Patch6: sectool-0.9.2-man_files.patch
+Patch1: sectool-0.9.2-optflags.patch
 License: GPLv2+
 Group: Applications/System
-Requires: gettext coreutils which libselinux
-Requires: python2 rpm-python libselinux-python
-BuildRequires: desktop-file-utils gettext intltool rpm-devel asciidoc libselinux-devel
+Requires: gettext coreutils libselinux
+Requires: python2 rpm-python libselinux-python glibc-headers
+BuildRequires: desktop-file-utils gettext intltool asciidoc
+BuildRequires: rpm-devel >= 4.6.0
+BuildRequires: libselinux-devel glibc-headers
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %package gui
@@ -38,12 +35,7 @@ sectool-gui provides a GTK-based graphic
 
 %prep
 %setup -q
-%patch1 -p1 -b .cronieReq
-%patch2 -p1 -b .setVar
-%patch3 -p1 -b .getValueFromH
-%patch4 -p1 -b .selinux
-%patch5 -p1 -b .zsh
-%patch6 -p1 -b .man_files
+%patch1 -p1 -b .optflags
 
 %build
 make %{?_smp_mflags}
@@ -104,25 +96,28 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/sectool-gui.png
 %{_datadir}/pixmaps/sectool-min.png
 %{_datadir}/applications/fedora-sectool.desktop
-%dir %{_datadir}/pixmaps/sectool
 %{_datadir}/pixmaps/sectool/*.png
 
 
 %changelog
-* Fri Mar 06 2009 Jesse Keating <jkeating at redhat.com> - 0.9.1-9
-- Rebuild for new rpm
+* Wed Jun 03 2009 Peter Vrabec  <pvrabec at redhat.com> - 0.9.3-1
+- upgrade, bugfix release
+
+* Thu May 21 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.9.2-5
+- Build with $RPM_OPT_FLAGS (#497231).
 
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Mon Jan 26 2009 Daniel Kopecek <dkopecek at redhat.com> - 0.9.2-4
+- removed showvars.dsc
 
-* Thu Dec  4 2008 Jakub Hrozek <jhrozek at redhat.com> - 0.9.1-7
-- apply mbarabas' manpage patch
+* Fri Jan 23 2009 Daniel Kopecek <dkopecek at redhat.com> - 0.9.2-3
+- removed showvars.sh
+- added dist macro to Release:
 
-* Mon Dec  1 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.9.1-6
-- Include /usr/share/pixmaps/sectool directory in -gui package.
+* Tue Dec 02 2008 Daniel Kopecek <dkopecek at redhat.com> - 0.9.2-2
+- bugfix release
 
-* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.9.1-5
-- Rebuild for Python 2.6
+* Mon Nov 24 2008 Daniel Kopecek <dkopecek at redhat.com> - 0.9.2-1
+- upgrade, see changelog for changes
 
 * Mon Nov 03 2008 Peter Vrabec <pvrabec at redhat.com> - 0.9.1-4
 - checking zsh home files (#469913)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sectool/F-11/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	22 Oct 2008 12:20:25 -0000	1.15
+++ sources	3 Jun 2009 10:42:13 -0000	1.16
@@ -1 +1 @@
-1bf9e281318b77044c96eb68028157ce  sectool-0.9.1.tar.bz2
+c159880406a54463609f60a714db22a8  sectool-0.9.3.tar.bz2


--- sectool-0.9.1-cronieReq.patch DELETED ---


--- sectool-0.9.1-getValueFromH.patch DELETED ---


--- sectool-0.9.1-selinux.patch DELETED ---


--- sectool-0.9.1-setVar.patch DELETED ---


--- sectool-0.9.1-zsh.patch DELETED ---


--- sectool-0.9.2-man_files.patch DELETED ---




More information about the fedora-extras-commits mailing list