SHA256
1
0
forked from pool/libsepol
OBS User unknown 2008-10-22 23:24:17 +00:00 committed by Git OBS Bridge
parent 7f156493af
commit fcf0610d79
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:17:24 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 23 12:53:01 CEST 2008 - prusnak@suse.cz Tue Sep 23 12:53:01 CEST 2008 - prusnak@suse.cz

View File

@ -20,14 +20,14 @@
Name: libsepol Name: libsepol
Version: 2.0.32 Version: 2.0.32
Release: 4 Release: 5
Url: http://www.nsa.gov/selinux/ Url: http://www.nsa.gov/selinux/
License: GPL v2 or later License: GPL v2 or later
Group: System/Libraries Group: System/Libraries
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libsepol1 = %{version} %define debug_package_requires libsepol1 = %{version}-%{release}
%description %description
Security-enhanced Linux is a feature of the Linux(R) kernel and a Security-enhanced Linux is a feature of the Linux(R) kernel and a
@ -125,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/sepol/policydb/*.h %{_includedir}/sepol/policydb/*.h
%changelog %changelog
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Tue Sep 23 2008 prusnak@suse.cz * Tue Sep 23 2008 prusnak@suse.cz
- require only version, not release [bnc#429053] - require only version, not release [bnc#429053]
* Fri Aug 22 2008 prusnak@suse.cz * Fri Aug 22 2008 prusnak@suse.cz