rpms/passwd/devel .cvsignore, 1.17, 1.18 passwd.spec, 1.34, 1.35 sources, 1.19, 1.20

Tomas Mraz (tmraz) fedora-extras-commits at redhat.com
Wed Feb 20 17:28:51 UTC 2008


Author: tmraz

Update of /cvs/pkgs/rpms/passwd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1441

Modified Files:
	.cvsignore passwd.spec sources 
Log Message:
* Wed Feb 20 2008 Tomas Mraz <tmraz at redhat.com> 0.75-1
- fix disabling SELinux and audit in spec (#433284)
- remove obsolete no.po (#332121)
- updated translations



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/passwd/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	12 Dec 2006 21:54:13 -0000	1.17
+++ .cvsignore	20 Feb 2008 17:28:14 -0000	1.18
@@ -1 +1 @@
-passwd-0.74.tar.bz2
+passwd-0.75.tar.bz2


Index: passwd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/passwd/devel/passwd.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- passwd.spec	20 Feb 2008 05:38:48 -0000	1.34
+++ passwd.spec	20 Feb 2008 17:28:14 -0000	1.35
@@ -6,10 +6,11 @@
 %endif
 Summary: The passwd utility for setting/changing passwords using PAM
 Name: passwd
-Version: 0.74
-Release: 6%{?dist}
+Version: 0.75
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Base
+URL: http://fedorahosted.org/passwd
 Source: %{name}-%{version}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: pam >= 0.78, /etc/pam.d/system-auth
@@ -34,11 +35,18 @@
 %setup -q -n %{name}-%{version}
 
 %build
-%configure
-make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \
+%configure \
 %if %{WITH_SELINUX}
-	WITH_SELINUX=yes
+        --with-selinux \
+%else
+        --without-selinux \
 %endif
+%if %{WITH_AUDIT}
+        --with-audit
+%else
+        --without-audit
+%endif
+make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,8 +66,10 @@
 %{_mandir}/man1/passwd.1*
 
 %changelog
-* Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.74-6
-- Autorebuild for GCC 4.3
+* Wed Feb 20 2008 Tomas Mraz <tmraz at redhat.com> 0.75-1
+- fix disabling SELinux and audit in spec (#433284)
+- remove obsolete no.po (#332121)
+- updated translations
 
 * Tue Sep 25 2007 Tomas Mraz <tmraz at redhat.com> 0.74-5
 - buildrequires popt-devel


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/passwd/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	12 Dec 2006 21:54:13 -0000	1.19
+++ sources	20 Feb 2008 17:28:14 -0000	1.20
@@ -1 +1 @@
-c3ffda4a7183d641fc5cb792b5b52b42  passwd-0.74.tar.bz2
+61d3a23654af2120ee58e04a43592b93  passwd-0.75.tar.bz2




More information about the fedora-extras-commits mailing list