2024-03-01 12:31:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 22 14:06:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
|
2016-12-01 08:31:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2022-02-15 11:12:30 +00:00
|
|
|
Fri Oct 15 07:25:57 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
|
|
|
|
|
* harden_netlabel.service.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-12-02 13:13:48 +00:00
|
|
|
Fri Dec 2 13:13:20 UTC 2016 - mt@suse.com
|
2016-12-01 08:31:09 +00:00
|
|
|
|
|
|
|
|
- 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.
|
2016-12-02 13:13:48 +00:00
|
|
|
* Added systemd-rpm-macros build-require for reliable _unitdir.
|
2016-12-01 08:33:08 +00:00
|
|
|
- Fixed to call service script macros in the correct package.
|
2016-12-01 08:31:09 +00:00
|
|
|
|
2015-12-02 15:46:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 1 17:25:35 UTC 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
|
|
|
|
|
|
2015-03-07 08:11:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 5 18:37:30 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Remove dependency on fillup and insserv; the packages provides neither
|
|
|
|
|
sysconfig script nor sysvinit script
|
|
|
|
|
- Remove depreciated AUTHORS section
|
|
|
|
|
|
2014-06-02 03:11:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 2 02:21:03 UTC 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.
|
|
|
|
|
|
2014-03-26 14:56:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 26 14:54:35 UTC 2014 - mt@suse.de
|
|
|
|
|
|
|
|
|
|
- Install LICENSE, README, CHANGELOG as documentation
|
|
|
|
|
|
2014-03-26 10:15:32 +00:00
|
|
|
-------------------------------------------------------------------
|
2014-03-26 10:43:36 +00:00
|
|
|
Wed Mar 26 10:36:48 UTC 2014 - mt@suse.de
|
2014-03-26 10:15:32 +00:00
|
|
|
|
|
|
|
|
- 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),
|
2014-03-26 10:43:36 +00:00
|
|
|
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.
|
2014-03-26 10:15:32 +00:00
|
|
|
- Removed unneeded netlabel_tools-0.19-version_info.diff patch
|
|
|
|
|
|
2013-02-23 13:41:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 23 13:27:46 UTC 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
|
|
|
|
|
|
2012-05-16 18:04:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 16 17:52:20 UTC 2012 - andreas.stieger@gmx.de
|
|
|
|
|
|
|
|
|
|
- Explicitly require libnl-1_1-devel for openSUSE 12.1 and up
|
|
|
|
|
to fix build
|
|
|
|
|
|
2009-09-30 13:03:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 30 14:51:42 CEST 2009 - mt@suse.de
|
|
|
|
|
|
|
|
|
|
- Initial netlabel-tools package (fate#307618)
|
|
|
|
|
|