This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via f11b6f6084a1f4c21c9d454b4b5ad94b55c99bcc (commit) via cfbcb991eecef74d1e95706c4188fdb9359359a1 (commit) from 372067f993ba010e198032dbd9a96763c434825b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f11b6f6084a1f4c21c9d454b4b5ad94b55c99bcc Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Oct 11 15:40:50 2017 +0200
python-pyblock: Drop package
This package is not used anymore and therefore can be dropped.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit cfbcb991eecef74d1e95706c4188fdb9359359a1 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Oct 11 15:27:20 2017 +0200
krb5: Fix dependencies of krb5-devel package
In commit 6ea98370152c0de4d0da35fe58708a3dba574895 the support for SElinux has been removed from krb5. Accidently selinux-devel has been keept as a dependency when installing the development package. This commit removes this kind of dependency.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: krb5/krb5.nm | 3 +-- python-pyblock/python-pyblock.nm | 51 ---------------------------------------- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 python-pyblock/python-pyblock.nm
Difference in files: diff --git a/krb5/krb5.nm b/krb5/krb5.nm index 62065a9..6370a9c 100644 --- a/krb5/krb5.nm +++ b/krb5/krb5.nm @@ -8,7 +8,7 @@ name = krb5 version = %{version_maj} version_maj= 1.15 version_min= -release = 1 +release = 2
groups = System/Libraries url = http://web.mit.edu/kerberos/www/ @@ -179,7 +179,6 @@ packages
requires libcom_err-devel - libselinux-devel end end
diff --git a/python-pyblock/python-pyblock.nm b/python-pyblock/python-pyblock.nm deleted file mode 100644 index 7400453..0000000 --- a/python-pyblock/python-pyblock.nm +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team info@ipfire.org # -############################################################################### - -name = python-pyblock -version = 0.46 -release = 3 -thisapp = pyblock-%{version} - -groups = System/Libraries -url = http://git.fedorahosted.org/git/?p=pyblock.git;a=summary -license = GPLv2 or GPLv3 -summary = Python modules for dealing with block devices. - -description - The pyblock contains Python modules for dealing with block devices. -end - -source_dl = -sources = %{thisapp}.tar.bz2 - -build - requires - dmraid-devel >= 1.0.0.rc15-2 - libdevmapper-devel - libselinux-devel - python-devel - python-parted - end - - prepare_cmds - sed -e "s/-Werror//g" -i Makefile - end - - build - make USESELINUX=1 - end - - install - make install USESELINUX=0 DESTDIR=%{BUILDROOT} - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end
hooks/post-receive -- IPFire 3.x development tree