* Not sure if I sent this one out with the others but since it has not been updated yet...
@ 2010-03-12 19:06 Daniel J Walsh
2010-03-18 20:22 ` Joshua Brindle
0 siblings, 1 reply; 5+ messages in thread
From: Daniel J Walsh @ 2010-03-12 19:06 UTC (permalink / raw)
To: SELinux
[-- Attachment #1: Type: text/plain, Size: 24 bytes --]
Fixes libsepol.pc file.
[-- Attachment #2: libsepol-rhat.patch --]
[-- Type: text/plain, Size: 1215 bytes --]
Only in libsepol-2.0.41: #ChangeLog#
diff -u -r nsalibsepol/src/libsepol.pc.in libsepol-2.0.41/src/libsepol.pc.in
--- nsalibsepol/src/libsepol.pc.in 2009-11-02 12:58:30.000000000 -0500
+++ libsepol-2.0.41/src/libsepol.pc.in 2010-02-18 10:02:35.000000000 -0500
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${exec_prefix}/@libdir@
includedir=@includedir@
Name: libsepol
Only in libsepol-2.0.41/src: libsepol.pc.in~
diff -u -r nsalibsepol/src/Makefile libsepol-2.0.41/src/Makefile
--- nsalibsepol/src/Makefile 2009-11-02 12:58:30.000000000 -0500
+++ libsepol-2.0.41/src/Makefile 2010-02-18 10:04:51.000000000 -0500
@@ -3,6 +3,7 @@
INCLUDEDIR ?= $(PREFIX)/include
LIBDIR ?= $(PREFIX)/lib
SHLIBDIR ?= $(DESTDIR)/lib
+LIBBASE=$(shell basename $(LIBDIR))
VERSION = $(shell cat ../VERSION)
LIBVERSION = 1
@@ -27,7 +28,7 @@
ln -sf $@ $(TARGET)
$(LIBPC): $(LIBPC).in
- sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBDIR):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
+ sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
%.o: %.c
$(CC) $(CFLAGS) -fPIC -c -o $@ $<
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Not sure if I sent this one out with the others but since it has not been updated yet...
2010-03-12 19:06 Not sure if I sent this one out with the others but since it has not been updated yet Daniel J Walsh
@ 2010-03-18 20:22 ` Joshua Brindle
2010-03-19 12:10 ` Daniel J Walsh
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Brindle @ 2010-03-18 20:22 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: SELinux
Daniel J Walsh wrote:
> Fixes libsepol.pc file.
This looks like it was merged in commit
7420787817c4949276d7947202b49d78eba37c13 along with the libselinux and
libsemanage pc.in changes. I didn't bump the version though, since it
wasn't a code change.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Not sure if I sent this one out with the others but since it has not been updated yet...
2010-03-18 20:22 ` Joshua Brindle
@ 2010-03-19 12:10 ` Daniel J Walsh
2010-03-19 13:16 ` Joshua Brindle
0 siblings, 1 reply; 5+ messages in thread
From: Daniel J Walsh @ 2010-03-19 12:10 UTC (permalink / raw)
To: Joshua Brindle; +Cc: SELinux
On 03/18/2010 04:22 PM, Joshua Brindle wrote:
> Daniel J Walsh wrote:
>> Fixes libsepol.pc file.
>
> This looks like it was merged in commit
> 7420787817c4949276d7947202b49d78eba37c13 along with the libselinux and
> libsemanage pc.in changes. I didn't bump the version though, since it
> wasn't a code change.
>
> --
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to
> majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.
>
>
Why? Are we running out of integers? I can not update with out a
version change.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Not sure if I sent this one out with the others but since it has not been updated yet...
2010-03-19 12:10 ` Daniel J Walsh
@ 2010-03-19 13:16 ` Joshua Brindle
2010-03-19 14:19 ` Daniel J Walsh
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Brindle @ 2010-03-19 13:16 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: SELinux
Daniel J Walsh wrote:
> On 03/18/2010 04:22 PM, Joshua Brindle wrote:
>> Daniel J Walsh wrote:
>>> Fixes libsepol.pc file.
>>
>> This looks like it was merged in commit
>> 7420787817c4949276d7947202b49d78eba37c13 along with the libselinux and
>> libsemanage pc.in changes. I didn't bump the version though, since it
>> wasn't a code change.
>>
>> --
>>
> Why? Are we running out of integers? I can not update with out a version
> change.
>
We never really made a firm determination of what constitutes a version
bump, in the past I've used the does-it-change-the-code metric, so man
pages, Makefile changes, etc didn't get a bump.
If it is a problem I can do it anytime there is a change.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Not sure if I sent this one out with the others but since it has not been updated yet...
2010-03-19 13:16 ` Joshua Brindle
@ 2010-03-19 14:19 ` Daniel J Walsh
0 siblings, 0 replies; 5+ messages in thread
From: Daniel J Walsh @ 2010-03-19 14:19 UTC (permalink / raw)
To: Joshua Brindle; +Cc: SELinux
On 03/19/2010 09:16 AM, Joshua Brindle wrote:
> Daniel J Walsh wrote:
>> On 03/18/2010 04:22 PM, Joshua Brindle wrote:
>>> Daniel J Walsh wrote:
>>>> Fixes libsepol.pc file.
>>>
>>> This looks like it was merged in commit
>>> 7420787817c4949276d7947202b49d78eba37c13 along with the libselinux and
>>> libsemanage pc.in changes. I didn't bump the version though, since it
>>> wasn't a code change.
>>>
>>> --
>>>
>> Why? Are we running out of integers? I can not update with out a version
>> change.
>>
>
> We never really made a firm determination of what constitutes a
> version bump, in the past I've used the does-it-change-the-code
> metric, so man pages, Makefile changes, etc didn't get a bump.
>
> If it is a problem I can do it anytime there is a change.
>
> --
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to
> majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.
>
>
I would prefer, if there is a change to git, we bump the version. Since
I need to bump in order to release it in distribution. My spec files
say they are based on a particular version of upstream.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-19 14:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 19:06 Not sure if I sent this one out with the others but since it has not been updated yet Daniel J Walsh
2010-03-18 20:22 ` Joshua Brindle
2010-03-19 12:10 ` Daniel J Walsh
2010-03-19 13:16 ` Joshua Brindle
2010-03-19 14:19 ` Daniel J Walsh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.