Package Release Info

netlabel-0.21-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

netlabel-tools

Change Logs

* Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Fri Oct 15 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_netlabel.service.patch
* Fri Dec 02 2016 mt@suse.com
- Fixed to build on factory and leap-42.2
  * Removed obsolete --enable-systemd configure option.
  * Pass explicit --with-systemdsystemunitdir configure option;
    it is used in the rpm file list anyway and avoids detection
    in configure using systemd.pc pkg-config query.
  * Removed unneeded systemd-devel build-require, which does not
    provide the systemd.pc pkg-config file, but libsystemd files.
  * Added systemd-rpm-macros build-require for reliable _unitdir.
- Fixed to call service script macros in the correct package.
* Tue Dec 01 2015 p.drouand@gmail.com
- Update to version 0.21
  * Converted the build system to autotools
  * Fixed a number of style/formatting problems, see 'make check-syntax'
  * Fixed a problem with parsing invalid network addresses
  * Fixed a problem with large numbers of MLS level/category translations
  * Fixed a number of problems identified by Coverity
  * Updated to the libnl3 API
  * Added a SUBMITTING_PATCHES file with instructions on how to contribute
  * Fixed some output formatting problems when listing the outbound mappings
  * Created a basic regression test framework and populated it with some
    basic tests, see the "tests/" directory
- Remove 0001-Port-to-libnl3.patch and netlabel_tools-0.20.diff; fixed
  on upstream release
- Update project and download Urls
- Unconditionally build with systemd support; the package doesn't
  build for SLE11 anyway
- Add systemd-devel dependency; checked by the configure script
* Thu Mar 05 2015 p.drouand@gmail.com
- Remove dependency on fillup and insserv; the packages provides neither
  sysconfig script nor sysvinit script
- Remove depreciated AUTHORS section
* Mon Jun 02 2014 crrodriguez@opensuse.org
- Port to libnl3 (0001-Port-to-libnl3.patch)
  This is the last package depending on libnl1, after all
  relevant requests are accepted, libnl1 can be dropped.
* Wed Mar 26 2014 mt@suse.de
- Install LICENSE, README, CHANGELOG as documentation
* Wed Mar 26 2014 mt@suse.de
- Update to netlabel tools 0.20 providing the following fixes:
  - Patch from Marius Tomaschewski <mt@suse.de> to fix the
    Makefile install target to allow installation by normal users
  - Fixed build problems on Debian/Ubuntu
  - Correctly read all the parts of multipart Netlink messages,
    fixed problems when trying to display large configurations
  - Updated the doxygen configuration file to work with modern
    doxygen versions
  - Updated and improved portions of the build mechanism
  - Incorporate fixes from the Fedora/RHEL RPMs
  - Add support for systemd with the inclusion of a systemd unit
    file, configuration file, and configuration helper script
- Fixed install rules to allow installation as normal users (again),
  corrected link option order for as-needed, adjusted service file,
  replacing netlabel_tools-0.19.diff by netlabel_tools-0.20.diff
  and adding netlabel_tools-0.20-service.diff patches.
- Removed unneeded netlabel_tools-0.19-version_info.diff patch
* Sat Feb 23 2013 andreas.stieger@gmx.de
- fix Makefile to find version_info file in openSUSE 12.3 and up,
  adding netlabel_tools-0.19-version_info.diff
* Wed May 16 2012 andreas.stieger@gmx.de
- Explicitly require libnl-1_1-devel for openSUSE 12.1 and up
  to fix build